Skip to main content

Admin page

The adminPage will be at the bottom of the sidebar of the system setting, and a menu entry will be added, click to enter and it will be displayed on the setting page.

proxima_admin_page

Manifest example

modules:
adminPage:
- key: admin-key
resource: main
title: Admin Title
loadType: Micro
route: /admin
resources:
- key: main
path: ./dist/

Properties

nametyperequireddescription
keyStringYesA key for the module, which other modules can refer to. Must be unique within the manifest.
Regex: ^[a-zA-Z0-9_-]+$
resourceStringYesA reference to the static resources entry that your admin page wants to display. See resources for more details.
titleStringYesThe title of the admin page, which is displayed at the left navigation of Team admin settings.
loadTypeMicroYesThe app's rendering method
routeStringfalseThe app route, default /