secubox-openwrt/package/secubox/luci-app-hexojs/root/usr/share/luci/menu.d/luci-app-hexojs.json
CyberMind-FR 2f7d57dced feat(hexojs): Add content upload wizard and moderation system
- Add upload.js wizard with multi-target publishing (HexoJS, Gitea, Streamlit, MetaBlogizer)
- Add submit.js for user content submission with moderation workflow
- Add moderation RPCD methods: submit_for_review, list_pending, approve_submission, reject_submission
- Update ACL with new moderation permissions
- Add menu entries for Upload and Submit & Moderate views

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-20 14:11:20 +01:00

134 lines
2.3 KiB
JSON

{
"admin/services/hexojs": {
"title": "Hexo CMS",
"order": 80,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-hexojs"],
"uci": { "hexojs": true }
}
},
"admin/services/hexojs/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "hexojs/overview"
}
},
"admin/services/hexojs/posts": {
"title": "Posts",
"order": 20,
"action": {
"type": "view",
"path": "hexojs/posts"
}
},
"admin/services/hexojs/editor": {
"title": "Editor",
"order": 30,
"action": {
"type": "view",
"path": "hexojs/editor"
}
},
"admin/services/hexojs/media": {
"title": "Media",
"order": 40,
"action": {
"type": "view",
"path": "hexojs/media"
}
},
"admin/services/hexojs/categories": {
"title": "Categories",
"order": 50,
"action": {
"type": "view",
"path": "hexojs/categories"
}
},
"admin/services/hexojs/tags": {
"title": "Tags",
"order": 60,
"action": {
"type": "view",
"path": "hexojs/tags"
}
},
"admin/services/hexojs/apps": {
"title": "Apps",
"order": 70,
"action": {
"type": "view",
"path": "hexojs/apps"
}
},
"admin/services/hexojs/preview": {
"title": "Preview",
"order": 80,
"action": {
"type": "view",
"path": "hexojs/preview"
}
},
"admin/services/hexojs/deploy": {
"title": "Deploy",
"order": 90,
"action": {
"type": "view",
"path": "hexojs/deploy"
}
},
"admin/services/hexojs/sync": {
"title": "GitHub Sync",
"order": 95,
"action": {
"type": "view",
"path": "hexojs/sync"
}
},
"admin/services/hexojs/theme": {
"title": "Theme",
"order": 100,
"action": {
"type": "view",
"path": "hexojs/theme"
}
},
"admin/services/hexojs/settings": {
"title": "Settings",
"order": 110,
"action": {
"type": "view",
"path": "hexojs/settings"
}
},
"admin/services/hexojs/static": {
"title": "Static Sites",
"order": 115,
"action": {
"type": "view",
"path": "hexojs/static"
}
},
"admin/services/hexojs/upload": {
"title": "Upload",
"order": 25,
"action": {
"type": "view",
"path": "hexojs/upload"
}
},
"admin/services/hexojs/submit": {
"title": "Submit & Moderate",
"order": 26,
"action": {
"type": "view",
"path": "hexojs/submit"
}
}
}