Initial dev export (exclude uploads/runtime)

This commit is contained in:
AudioCore Bot
2026-03-04 20:46:11 +00:00
commit b2afadd539
120 changed files with 20410 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Artists",
"version": "0.1.0",
"description": "Public artist listings and profiles.",
"author": "AudioCore",
"admin_nav": {
"label": "Artists",
"url": "/admin/artists",
"roles": ["admin", "manager"],
"icon": "fa-solid fa-user"
},
"pages": [
{
"slug": "artists",
"title": "Artists",
"content_html": "<section class=\"card\"><div class=\"badge\">Artists</div><h1 style=\"margin-top:16px; font-size:28px;\">Artists</h1><p style=\"color:var(--muted);\">Add your artist roster here.</p></section>"
}
],
"entry": "plugin.php",
"default_enabled": false
}