Page body
What this page does
This page maintains the ordered list of CMS banners shown in the player registration modal.
What operators can do here
- search active, published banners by name or key and add them to the list
- reorder banners with the move-up and move-down controls
- remove a banner from the list
- open a banner record to edit its content and targeting
- save the current list and order
Why operators open this screen
- a new promotion banner should appear during registration
- the banner order needs to change
- an expired or wrong banner should be removed from sign-up
- a banner's content or targeting needs editing, reached by jumping to the banner record
How to read each banner card
- the number prefix is the banner's display order in the registration modal
Banner type, banner status, and content status come from the banner recordCountriesandLanguagesshow the banner's own include or exclude restrictions, orAllwhen unrestrictedActive periodshows the banner's own schedule, orAlways activewhen none is setAudiencesshows the banner's own targeting acrossGuests,Players,Paid, andUnpaid, orAll- desktop and mobile image previews are pulled from the banner content
Known caveats
- Add, remove, and reorder only change a local draft. The list is persisted only when
Saveis pressed. Savereplaces the whole stored list with the current selection and order.- The picker only offers banners that are both active and published; other banners will not appear as options.
- All banner attributes shown here (type, status, countries, languages, period, audiences, images) are read-only on this screen and are edited on the banner record in
CMS / Banners. - Image previews use the
CASINO_URLruntime value as their base; a preview can be blank when a banner has no image.
Verification status
- status:
verified_backend_and_core - FE flow checked from
cms/registration-banners.tsx - core read and save routes traced to
nx-workspace/services/core