https://github.com/vijaycs85/config_readonly_filter
Allows to filter from configuration read-only mode.
https://github.com/vijaycs85/config_readonly_filter
Last synced: about 2 months ago
JSON representation
Allows to filter from configuration read-only mode.
- Host: GitHub
- URL: https://github.com/vijaycs85/config_readonly_filter
- Owner: vijaycs85
- Created: 2017-11-30T04:00:06.000Z (over 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2017-12-06T16:07:36.000Z (over 7 years ago)
- Last Synced: 2025-01-18T02:44:01.045Z (3 months ago)
- Language: PHP
- Homepage: https://www.drupal.org/project/config_readonly_filter
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuration Read-only Filter
[](https://travis-ci.org/vijaycs85/config_readonly_filter)
[](https://styleci.io/repos/112562630)## Overview
[Configuration Read-only Filter](https://www.drupal.org/project/config_readonly_filter) allows to exclude certain configuration forms to be editable, when the site is on configuration read-only mode.
Filters can be created with set of form id or route name. Since filters are config entities, can be exported/imported like any other configuration.## Features
1. Filter by Form ID
2. Filter by Route name - This is not supported yet.## Dependencies
[Configuration Read-only mode](https://www.drupal.org/project/config_readonly)