An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Configuration Read-only Filter

[![Build Status](https://travis-ci.org/vijaycs85/config_readonly_filter.svg?branch=8.x-1.x)](https://travis-ci.org/vijaycs85/config_readonly_filter)
[![StyleCI](https://styleci.io/repos/112562630/shield?branch=8.x-1.x)](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)