Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.1 KB

10_Integrator.md

File metadata and controls

33 lines (28 loc) · 1.1 KB

Integrators

Before you can use integrators, you need to add them in your product setup:

seo:
    meta_data_configuration:
        meta_data_integrator:
            enabled_integrator:
                -   integrator_name: title_description
                -   integrator_name: open_graph
                    integrator_config:
                        facebook_image_thumbnail: 'socialThumb'
                -   integrator_name: html_tag
                -   integrator_name: schema

Integration Rendering Types

If you want to render integrator as fieldset instead of tab (default), you need to change it like that:

seo:
    meta_data_configuration:
        meta_data_integrator:
            integrator_rendering_type: 'fieldset'

Available Integrators