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
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'