waaz/schema-bundle

Sulu Bundle which allows you to add Schema.org JSON to all pages

v1.0 2024-03-15 08:32 UTC

This package is not auto-updated.

Last update: 2024-12-12 14:51:19 UTC


README

composer require waaz/schema-bundle

Add the following lines to base.html.twig

{% include "@WaazSchema/schema.html.twig" with {
    "schema": extension.schema|default({'content': ''}),
    "localizations": localizations|default([]),
} %}