MicroFrameWork/app/admin_themes/custom/manifest.json
2024-09-12 16:01:04 +03:00

13 lines
359 B
JSON

{
"name": "Custom",
"version": "0.1",
"author": "Kavalar",
"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"
}