-
Notifications
You must be signed in to change notification settings - Fork 151
Refactor FRONTEND_* settings #8
Copy link
Copy link
Closed
Labels
Area: Core ⚙Type: Tech DebtUse this label for decisions that will intentionally require refactor in the future.Use this label for decisions that will intentionally require refactor in the future.skill: coderedcmsRelated to customizations within CodeRed CMSRelated to customizations within CodeRed CMS
Milestone
Metadata
Metadata
Assignees
Labels
Area: Core ⚙Type: Tech DebtUse this label for decisions that will intentionally require refactor in the future.Use this label for decisions that will intentionally require refactor in the future.skill: coderedcmsRelated to customizations within CodeRed CMSRelated to customizations within CodeRed CMS
Original issue:
get_config()should be modified such that it will updateFRONTEND_TEMPLATES_PAGESandFRONTEND_TEMPLATES_BLOCKSinstead of replacing.The entire workings of
FRONTEND_*settings need to be refactored. Currently, customizing them beyond the defaults triggers a migration back into coderedcms, which ultimately creates migration hell. These settings need to be easily customizable by client projects.Resolving this is a key blocker for stability, and also theme support.