Whitelist for ConfigEntityListBuilder

Created on 21 March 2019, over 5 years ago
Updated 8 May 2024, about 2 months ago

Problem/Motivation

There is whitelist support for config entities. However, there is not a whitelist for a class that is an instance of ConfigEntityListBuilder such as the block list page.

As a result, going to Structure -> Block Layout in the Drupal admin will show you the read-only warning and you cannot modify the block layout. I expect there are other examples.

Proposed resolution

Add a whitelist for form IDs. For example, allow someone to set something like this in their settings.php:

$settings['config_readonly_form_whitelist_patterns'] = [
    'block_admin_display_form',
];
✨ Feature request
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States josephdpurcell@gmail.com

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024