- 🇦🇹Austria fago Vienna
schema_metatag support is already added and works automatically once installed via lupus-decoupled, see 📌 Add support for schema-metatag module Fixed .
We'd like to provide the schema.org jsonld metadata via schema_metatag → module.
a) Add schema_metatag as a dependency of lupus_ce_renderer and then inject services it provides to CustomElementsRenderer.php
b) Statically add check and schema_metatag_manager service
- I've currently created this patch as a proof of concept
c) Add metatag_schema metadata via other modules
- This could be achieved with hook_lupus_ce_renderer_response_alter
but it requires some additional exercise with fetching and filtering metatags again. That's why I'm the most inclined towards option a)
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
schema_metatag support is already added and works automatically once installed via lupus-decoupled, see 📌 Add support for schema-metatag module Fixed .