Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unlcms/features_readonly
Enables making configuration managed by Features read-only to prevent changes.
https://github.com/unlcms/features_readonly
drupal-module drupal10
Last synced: about 6 hours ago
JSON representation
Enables making configuration managed by Features read-only to prevent changes.
- Host: GitHub
- URL: https://github.com/unlcms/features_readonly
- Owner: unlcms
- License: gpl-2.0
- Created: 2023-05-19T20:55:31.000Z (over 1 year ago)
- Default Branch: 1.0
- Last Pushed: 2023-06-08T18:43:15.000Z (over 1 year ago)
- Last Synced: 2024-11-16T15:53:39.446Z (2 months ago)
- Topics: drupal-module, drupal10
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* ConfigurationINTRODUCTION
------------
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_readonlyREQUIREMENTS
------------
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;