Files
AudioCore/plugins/releases/plugin.json

22 lines
633 B
JSON
Raw Normal View History

{
"name": "Releases",
"version": "0.1.0",
"description": "Release listings and detail pages.",
"author": "AudioCore",
"admin_nav": {
"label": "Releases",
"url": "/admin/releases",
"roles": ["admin", "manager"],
"icon": "fa-solid fa-compact-disc"
},
"pages": [
{
"slug": "releases",
"title": "Releases",
"content_html": "<section class=\"card\"><div class=\"badge\">Releases</div><h1 style=\"margin-top:16px; font-size:28px;\">Releases</h1><p style=\"color:var(--muted);\">Latest drops from the label.</p></section>"
}
],
"entry": "plugin.php",
"default_enabled": false
}