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.