Page body
What this page shows
This page lists the scripts currently stored in the CMS script registry and acts as the launch point for the script modal.
When to use it
- identify whether a script key already exists
- open a script for editing
- create a new script record
- delete a script that should no longer be delivered
How to read it
The grid is intentionally minimal:
KeyName
Operators click a row to open the modal and manage:
HeadcodeBody (start)codeBody (end)codeEnable for Auth UsersEnable for Depositors
Known caveats
- The page itself does not preview where the code renders in the site. Operators must understand whether a snippet belongs in
head,bodyStart, orbodyEnd. Copyactions in the modal are operator helpers only. They do not change persistence.- Duplicate script keys are blocked by the core create route.
Verification status
- status:
verified_backend_and_core - FE list and modal flow are mapped
- core list, create, update, and delete routes are traced