Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport pagetitleprovider and seo #60

Merged
merged 2 commits into from
Jul 23, 2024

Commits on Jul 23, 2024

  1. 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
    DanielSiepmann committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    61144da View commit details
    Browse the repository at this point in the history
  2. Provide Page Titles (#46)

    That way it is possible to alter the TYPO3 page title when showing a
    date or event.
    
    Relates: #10640
    DanielSiepmann committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    24ffd71 View commit details
    Browse the repository at this point in the history