Page body
What this page does
This page opens the modal editor for one configuration row. Operators use it to maintain the configuration key, label, type, countries, description, content value, and publish state.
What operators can do here
- create a new configuration key
- edit the current draft content for an existing key
- change description and assigned countries metadata
- publish the current version
- toggle the configuration between active and inactive
Why operators open this editor
- a shared design or CMS variable needs a new value
- a configuration must be narrowed to specific countries
- a draft value should be published after review
- a row should be deactivated without deleting it
Known caveats
- Publishing changes the content lifecycle, not the row identity. The key remains the same logical configuration reference.
StatusandStateare different controls. Operators can deactivate a row without changing whether the current content is draft or published.- The modal is also responsible for metadata maintenance, so not every save changes the raw content value.
Verification status
- status:
verified_backend_and_core - FE modal flow checked from
configuration-modal.tsx - core create, update, delete, and publish routes traced