feat static pages system with dynamic footer and safe html rendering

This commit is contained in:
sdarbinyan
2026-07-05 03:37:35 +04:00
parent 0089790d41
commit b0c5c5e051
11 changed files with 566 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ export * from './page.model';
export * from './permissions.model';
export * from './section.model';
export * from './seo.model';
export * from './static-page.model';
export * from './tenant.model';
export * from './theme.model';
export * from './widget.model';