waaz/opengraph-bundle

Sulu Bundle to provide Opengraph Tab in Website administration

Installs: 1 621

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:sulu-bundle

dev-main / 1.2.x-dev 2022-05-12 15:05 UTC

This package is not auto-updated.

Last update: 2024-04-26 00:36:47 UTC


README

composer require waaz/opengraph-bundle:dev-main

Add the following lines to base.html.twig

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