verbb / field-manager

Field Manager is a Craft CMS plugin to make it easy to manage your fields and field groups.
MIT License
199 stars 16 forks source link

Disallow/hide in environments where 'allowAdminChanges' => false is set #59

Closed jsunsawyer closed 5 years ago

jsunsawyer commented 5 years ago

With 3.1 and project config, we want to ensure that no one (even admins who should know better) can't mess up our project config setup.

Checking for 'allowAdminChanges' => false, (the way that Craft does for Settings) would help prevent accidental changes being made.

engram-design commented 5 years ago

Fixed in 2.1.0