Config Readonly Taxonomy UI
This module allows reordering of taxonomy terms when configuration is read-only. It achieves this by enabling configuration changes specifically for taxonomy vocabularies, while still preventing edits and deletions. This restores a previously available feature that was broken in newer Drupal versions.
When using config_readonly with Drupal >= 11.3, taxonomy terms can no longer be reordered because the overview form now extends EntityForm (see: https://www.drupal.org/node/3528300).
This module restores term reordering by whitelisting the taxonomy.vocabulary.* configuration pattern while still preventing configuration changes. Editing is disabled by making the form disabled, and deletion is blocked through access control.
This module originated from the issue : https://www.drupal.org/project/config_readonly/issues/3600953.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-alpha1 | Pre-release | 11 | Jun 15, 2026 | ||
| 1.x-dev | Dev | 11 | Jun 15, 2026 |