waaz/opengraph-bundle

Sulu Bundle to provide Opengraph Tab in Website administration

Installs: 2 188

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Type:sulu-bundle

1.0 2024-09-26 14:14 UTC

This package is not auto-updated.

Last update: 2024-12-19 15:31:24 UTC


README

composer require waaz/opengraph-bundle

Add the following lines to base.html.twig

{% include "@WaazOpengraph/open_graph.html.twig" with {
    "opengraph": extension.opengraph|default([]),
    "localizations": localizations|default([]),
} %}