Skip to content

Instantly share code, notes, and snippets.

@toddprouty
Created April 5, 2022 21:41
Show Gist options
  • Save toddprouty/791c8761ebf506f82f223deb874ca20a to your computer and use it in GitHub Desktop.
Save toddprouty/791c8761ebf506f82f223deb874ca20a to your computer and use it in GitHub Desktop.
Field Manager plugin config file - Craft CMS
<?php
return [
// Global settings
'*' => [
'cpSectionEnabled' => false,
],
// Dev environment settings
'dev' => [
'cpSectionEnabled' => true,
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment