MicroFrameWork/app/admin_themes/custom/manifest.json
2024-09-11 17:38:46 +03:00

12 lines
336 B
JSON
Executable File

{
"name": "Custom",
"version": "0.1",
"slug": "custom",
"description": "Custom admin theme",
"preview": "nrnv2024_640x360.jpg",
"resource": "/resources/custom",
"resource_path": "{RESOURCES}/custom",
"layout": "main.php",
"theme_path": "{APP}/admin_themes/{slug}",
"layout_path": "{APP}/admin_themes/{slug}/layout"
}