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

Drop removed type properties #120

Open brotkrueml opened 10 months ago

brotkrueml commented 10 months ago

With new releases of the schema.org vocabulary, some properties might moved (accidently?) from core to pending. So avoid breaking for users, these are adding again with event listeners. With a new major version they can be removed from this extension: If they are needed again, either EXT:schema_pending can be installed or the necessary properties added again via an event listener.