brotkrueml / schema

TYPO3 extension providing an API and view helpers for schema.org markup

Home Page:https://extensions.typo3.org/extension/schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to register additional type properties

brotkrueml opened this issue · comments

Sometimes it is necessary to add additional schema type properties (e.g. pending properties). Also Google established an own property for sitelinks SearchAction (#24).

  • A Signal/PSR-14 event for adding properties to existing types is available.
  • The documentation is adjusted

Some refectoring is needed, e.g. the "query-input" property from #24 is not possible in the current structure with trait properties.