Closed brotkrueml closed 3 years ago
To ease the adding of properties (e.g. pending, other vocabularies) to the available schema types, it should be possible to configure them, e.g. in a yaml file:
Brotkrueml\Schema\Model\Type\JobPosting: - applicationContact - educationRequirements Brotkrueml\Schema\Model\Type\Event: - eventAttendanceMode
Configuration/TxSchema/AdditionalProperties.yaml
The yaml file is supplementary to the slot/event listener, as it can be useful to do this programmatically with PHP.
Not necessary by now.
To ease the adding of properties (e.g. pending, other vocabularies) to the available schema types, it should be possible to configure them, e.g. in a yaml file:
Configuration/TxSchema/AdditionalProperties.yaml
.The yaml file is supplementary to the slot/event listener, as it can be useful to do this programmatically with PHP.