unlcms/features_readonly

There is no license information available for the latest version (1.0-alpha2) of this package.

Enables making configuration managed by Features read-only to prevent changes.

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 0

Open Issues: 0

Type:drupal-module

1.0-alpha2 2023-06-08 18:42 UTC

This package is auto-updated.

Last update: 2024-04-08 20:17:16 UTC


README

CONTENTS OF THIS FILE
 ---------------------
  * Introduction
  * Requirements
  * Installation
  * Configuration

 INTRODUCTION
 ------------
 This module attempts to block Drupal configuration changes for configuration
 managed by a Feature.

 The main use case is to lock particular configuration on a production site
 that allows site administrators to edit some configuration, but not
 that which is managed by a Feature.
 
 This module was heavily influenced by the "Configuration Read-only mode"
 module which served as a starting point:
 https://www.drupal.org/project/config_readonly

 REQUIREMENTS
 ------------
 No special requirements.

 INSTALLATION
 ------------
 Install as you would normally install a contributed Drupal module. Visit:
 https://www.drupal.org/docs/extending-drupal/installing-modules
 for further information.

 CONFIGURATION
 -------------
 To disable this module's functionality, while leaving the module enabled,
 add this to settings.php or settings.local.php:

   $settings['features_readonly_disable'] = TRUE;