- handleMediaList() now scans content/ recursively for all media files
- URLs use /-media/ prefix mapping directly to content/ (no special cases)
- index.php: added /-media/ route, kept /-assets/ for backward compat
- editor-toolbar.js: fixed editor.on('change') placement (was inside switchMode)
- content-edit.php and content-new.php: back-btn unsaved-changes detection
- Removed unused __editorCleanup global
13 lines
361 B
JSON
13 lines
361 B
JSON
{
|
|
"name": "test",
|
|
"header_color": "#613583",
|
|
"header_font_color": "#ffffff",
|
|
"navigation_color": "#813d9c",
|
|
"navigation_font_color": "#ffffff",
|
|
"sidebar_background": "#f8f9fa",
|
|
"sidebar_border": "#dee2e6",
|
|
"header_height": "120",
|
|
"nav_height": "50",
|
|
"background_image": "test_bg.jpg",
|
|
"background_image_opacity": 10
|
|
} |