feat(c1): permission fields on frontend menu items and page routes + manifest migration for all plugins
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-23 21:59:22 +02:00
parent 8a76bfdba4
commit 5e9be254e2
10 changed files with 36 additions and 17 deletions
+2
View File
@@ -43,6 +43,7 @@ class TasksPlugin(BasePlugin):
path="/tasks",
icon="CheckSquare",
order=30,
permission="tasks:read",
),
],
page_routes=[
@@ -51,6 +52,7 @@ class TasksPlugin(BasePlugin):
component="@/pages/Tasks",
protected=True,
order=30,
permission="tasks:read",
),
],
cron_jobs=[