UI Modifications
The proxima:uiModifications
module allows you to change the values of fields in the item creation, edit modal, and item view page.
Item creation, edit modal:
Item view:
Manifest Example
modules:
proxima:uiModifications:
- key: ui-modifications-app
title: Example UI modifications app
loadType: Micro
resource: ui-modifications
route: /ui-modifications
resources:
- key: ui-modifications
path: ./dist
Properties
name | type | required | description |
---|---|---|---|
key | String | Yes | A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: ^[a-zA-Z0-9_-]+$ |
resource | String | Yes | A reference to the static resources entry. See resources for more details. |
title | String | Yes | The title |
loadType | Micro | Yes | The app's rendering method |
route | String | false | The app route, default / |
Usage
Refer to useUiModificationsApi