Modify external plugin settings

Hi!

Is it possible to override the settings inside an external plugin without losing the ability to update it?

To be more precise we are using the SEO plugin and I want to hide the properties metaDescription and metaKeywords in NodeTypes.Mixin.SeoMetaTags.yaml. Also I want to add another property since it makes sense to show it in the SEO tab within the inspector.

The settings are read in the order of the dependencies. So packages that depend on Neos.Seo can override those settings.

The Configuration folder is always read last. A Settings.yaml in there can override anything.

2 Likes

I got it to work, thank you! :slight_smile: