admin theme manager

This commit is contained in:
2024-09-11 17:38:46 +03:00
parent 69b27d4975
commit 42b28df07d
129 changed files with 16335 additions and 53 deletions

Binary file not shown.

View File

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