unlcms/features_readonly 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

unlcms/features_readonly

最新稳定版本:1.0-alpha2

Composer 安装命令:

composer require unlcms/features_readonly

包简介

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

README 文档

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;

统计信息

  • 总下载量: 53
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-05-19