unlcms/features_readonly

该包最新版本(1.0-alpha2)没有可用的许可信息。

允许将由功能管理的配置设置为只读,以防止更改。

安装: 47

依赖项: 0

建议者: 0

安全: 0

星级: 1

关注者: 5

分支: 0

开放问题: 0

类型:drupal-module

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

This package is auto-updated.

Last update: 2024-09-08 21:13:46 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;