Skip to main content

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: ui_modifications_img_1

Item view: ui_modifications_img_2

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

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. See resources for more details.
titleStringYesThe title
loadTypeMicroYesThe app's rendering method
routeStringfalseThe app route, default /

Usage

Refer to useUiModificationsApi