bug: duplicate tabs
passioneight opened this issue · 2 comments
passioneight commented
Actual behaviour
After installing & configuring the bundle, the SEO
-tab contains duplicate tabs:
Expected behaviour
Every tab is displayed exactly once.
Steps to reproduce.
- Create Pimcore 10.4.4 instance
- Require, enable and install bundle
- Use 2 or more integrators (see below for an example)
- Create 1 document and open the
SEO
-tab
# Example config
seo:
meta_data_configuration:
meta_data_provider:
auto_detect_documents: true
meta_data_integrator:
documents:
enabled: true
hide_pimcore_default_seo_panel: true
enabled_integrator:
- integrator_name: title_description
- integrator_name: twitter_card
integrator_config:
twitter_image_thumbnail: 'socialThumb'
Additional info
I'm aware that the docs state 10.1-10.2 as supported versions, but this bundle was suggested by the Pimcore-Community, so, I figured it would still work.
solverat commented
Hey @passioneight. I'm not able to reproduce this on my installation. Is it possible that you've defined the enabled_integrator
in more than one config file?