MicroFrameWork/app/admin_themes/custom/manifest.json

12 lines
336 B
JSON
Raw Normal View History

2024-09-10 16:44:27 +03:00
{
"name": "Custom",
"version": "0.1",
2024-09-11 17:38:46 +03:00
"slug": "custom",
2024-09-10 16:44:27 +03:00
"description": "Custom admin theme",
2024-09-11 17:38:46 +03:00
"preview": "nrnv2024_640x360.jpg",
2024-09-10 16:44:27 +03:00
"resource": "/resources/custom",
"resource_path": "{RESOURCES}/custom",
"layout": "main.php",
2024-09-11 17:38:46 +03:00
"theme_path": "{APP}/admin_themes/{slug}",
"layout_path": "{APP}/admin_themes/{slug}/layout"
}