waaz/schema-bundle

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

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:sulu-bundle

pkg:composer/waaz/schema-bundle

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

This package is not auto-updated.

Last update: 2025-10-02 18:41:09 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([]),
} %}