2025-01-21 14:14:26 +03:00
|
|
|
{
|
|
|
|
"name": "Custom",
|
|
|
|
"version": "0.1",
|
|
|
|
"author": "ItGuild",
|
|
|
|
"slug": "custom",
|
|
|
|
"type": "theme",
|
|
|
|
"description": "Custom theme",
|
|
|
|
"preview": "preview.png",
|
|
|
|
"resource": "/resources/themes/custom",
|
|
|
|
"resource_path": "{RESOURCES}/themes/custom",
|
2025-01-24 13:53:05 +03:00
|
|
|
"theme_class": "app\\themes\\custom\\CustomTheme",
|
|
|
|
"theme_class_file": "{APP}/themes/custom/CustomTheme.php",
|
2025-01-23 16:57:03 +03:00
|
|
|
"routs": "routs/custom.php",
|
2025-01-24 13:53:05 +03:00
|
|
|
"dependence": "photo,tag"
|
2025-01-21 14:14:26 +03:00
|
|
|
}
|