events/Documentation/Features/MetaTags.rst
Daniel Siepmann 713bc4b697
Add meta tags (#49)
A new class is added which will add meta tags for dates and events.
The class has an interface which allows it to be replaced via DI to
alter behaviour.

Refactor import regarding data handler. We now also need to add a new
column "keywords". We use the new DataHandler approach.
But that approach only covered relations so far. We therefore refactor
that area to be more generic and use that one for new keywords column.

Relates: #10642
2023-11-29 10:36:59 +01:00

437 B

single: meta tags

Meta Tags

The extension comes with default implementations for meta tags.

The default implementation can be exchanged by leveraging TYPO3 Dependency Injection.

Further resources: