waaz/schema-bundle

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

v1.0.4 2024-04-08 10:08 UTC

This package is not auto-updated.

Last update: 2024-04-22 10:23:46 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([]),
} %}