Files
CodePress/themes/test/theme.json
Edwin Noorlander dc0d370e65 Media browser: recursive scan entire content/ tree, /-media/ URL prefix, editor change detection fix
- 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
2026-06-24 17:00:59 +02:00

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
}