feat(cms): add static pages module

This commit is contained in:
sdarbinyan
2026-07-10 13:52:01 +04:00
parent e2c8747fcc
commit 7d6c09a346
25 changed files with 890 additions and 159 deletions

View File

@@ -1,3 +1,8 @@
## CMS Upgrade
- Static pages now support unlimited bootstrap-driven entries under `staticPages`.
- Each page may define slug, visibility, header/footer/sitemap flags, icon, order, translations, HTML and SEO metadata.
- Frontend resolves pages dynamically from bootstrap instead of hardcoded page names.
- Header and footer may consume the same static page registry without duplicating page definitions.
# 12. Система статических страниц
## Назначение