ethercreative / seo

SEO utilities including a unique field type, sitemap & redirect manager
MIT License
267 stars 95 forks source link

Settings saved in project config #451

Open Mathias-Syversen opened 1 year ago

Mathias-Syversen commented 1 year ago

The plugin settings are saved to project config, causing git diff on the server if anyone updates the default seo image or page description, or if we change robots.txt settings during launch (from noindex to index for example).

alexjcollins commented 1 year ago

@Mathias-Syversen The plugin 'global' settings shouldn't be editable if the site is in production, only sitemap and redirects. Are they editable for you?

niektenhoopen commented 1 year ago

The plugin settings are saved to project config, causing git diff on the server if anyone updates the default seo image or page description, or if we change robots.txt settings during launch (from noindex to index for example).

@Mathias-Syversen The plug-in handles that last part based on the environment variable, right? Curious how you set up environments, do you only work with a production environment and do you allowAdminChanges on production?