Plugin system: content vs system types, sidebar-aware UI, arrow visibility

- plugin.json type field: 'content' (sidebar) or 'system' (API only)
- Content-edit: label 'Plugins', hide section if layout has no sidebar
- Content-edit: disable checkboxes when no sidebar layout selected
- Content-edit: hide up arrow on first item, down arrow on last item
- PluginManager: isPluginViewable() checks type=system -> not viewable
- Admin plugins page: show Content/Systeem type badge
- HTMLBlock: add plugin.json with type=content
- Navigation: add type=content to config
This commit is contained in:
2026-08-11 17:22:41 +02:00
parent 4e77ef8670
commit ec7fec1c1e
7 changed files with 80 additions and 24 deletions
+1
View File
@@ -10,6 +10,7 @@ class Navigation
$this->config = [
'title' => 'Navigatie',
'viewable' => true,
'type' => 'content',
];
}