module for Craft CMS 3.7+
When registered by an app or Plugin, this module provides functionality for:
- conditionally rendering certain custom fields as static, to discourage editing their values.
composer require topshelfcraft/write-protected-fields-core
- Register the module via your app config, or by invoking
WriteProtectedFields::registerModule()
.
- Development: Michael Rog / @michaelrog