waaz/opengraph-bundle

Sulu Bundle to provide Opengraph Tab in Website administration

Installs: 2 325

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Type:sulu-bundle

1.1.3 2025-02-19 08:52 UTC

This package is not auto-updated.

Last update: 2025-03-05 09:00:14 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([]),
} %}