Development mode controls CSS/JS minification
- When dev mode OFF (default): loads template.min.css, template.min.js, minified theme CSS, and minified FA7 - When dev mode ON: loads unminified sources for debugging - Uncommented developmentmode field in templateDetails.xml with default set to 0 (off) for production use - Updated language strings to describe minification behavior - Resolved hero-card-max-width to 800px Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
; ===== System / layout =====
|
||||
TPL_MOKOCASSIOPEIA_DEVELOPMENTMODE_LABEL="Development Mode"
|
||||
TPL_MOKOCASSIOPEIA_DEVELOPMENTMODE_DESC="If 'Development Mode' is active, certain features may be disabled, such as Google Tag Manager and Google Analytics."
|
||||
TPL_MOKOCASSIOPEIA_DEVELOPMENTMODE_DESC="When enabled, unminified CSS and JavaScript files are loaded for easier debugging. When disabled, minified assets are served for faster page loads. Google Tag Manager and Google Analytics may also be disabled in development mode."
|
||||
TPL_MOKOCASSIOPEIA_FLUID_LABEL="Layout"
|
||||
TPL_MOKOCASSIOPEIA_STATIC="Static"
|
||||
TPL_MOKOCASSIOPEIA_FLUID="Fluid"
|
||||
|
||||
Reference in New Issue
Block a user