22 lines
620 B
JSON
22 lines
620 B
JSON
{
|
|
"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
|
|
}
|