brotkrueml / schema

TYPO3 extension providing an API and view helpers for schema.org markup
https://extensions.typo3.org/extension/schema
GNU General Public License v2.0
32 stars 9 forks source link

Ease the registration of additional properties #51

Closed brotkrueml closed 3 years ago

brotkrueml commented 4 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

The yaml file is supplementary to the slot/event listener, as it can be useful to do this programmatically with PHP.

brotkrueml commented 3 years ago

Not necessary by now.