Skip to main content

Item activity

In the Activity column of the item detail page, Comments, Change record and Workflow state are the default, and the follow-up is the app you wrote.

proxima_item_activity

Manifest example

modules:
itemActivity:
- key: item-activity-key
route: /item-activity
title: Activity Title
resource: main
loadType: Micro
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 item activity wants to display. See resources for more details.
titleStringYesThe title of the item activity, which is displayed as a tab item
loadTypeMicroYesThe app's rendering method
routeStringfalseThe app route, default /