-
Notifications
You must be signed in to change notification settings - Fork 14
CLI commands to Add, Remove Frontend Plugins
duttarnab edited this page Feb 2, 2022
·
3 revisions
Users can develop frontend plugins for Admin UI. Please refer Frontend Plugin development document for details. The newly developed frontend plugin can be added to the Admin UI application using the below command. The plugin should be a zip file.
npm run plugin:add <path_of_the_plugin_zip_on_disk>
This command will remove plugin from Admin UI application.
npm run plugin:remove <plugin-key>
This command will display all plugins installed on Admin UI application.
npm run plugin:showAll
- Home
-
admin-ui documentation
- Introduction
- Dashboard
- Admin Menu
- Auth Server Menu
- Admin UI Installation on bank server
- CLI commands to Add, Remove Frontend Plugins
- Developer localization guide
- Gluu Admin UI: Frontend Plugin development document
- Gluu Admin UI: Backend Plugin development document
- Gluu Cloud Admin UI: Application Architecture
- Internationalization in Gluu Admin UI
- Jans Admin UI Developers setup Guide
- Jans Config Api Role Mapping
- licenseSpring Integration in Admin UI
- License Policy
- Admin UI: Scopes
- Security and API protection token
- User Management
- Gluu Flex
- Support Portal