How to configure out of the box actions?
You can configure OTB actions in Quark Publishing Platform NextGen through the file application-config.json at the location application/conf in the s3 bucket. If you are doing the configuration for the first time, you may have to create the folder conf and the file application-config.jsonThe file application-config.json allows the following configurations:
To create revision on property update:
- createRevisionOnPropertyChange: true/false (default value is true)
Tableau based audit tab for asset in asset detail view
- showAssetAuditTab: true/false (default value is false)
- assetAuditWordbook: Path of the Tableau worksheet (default value is “views/CE-Audit-Workspace-Dashboard/Audit_Asset_Dashboard”)
To display all the links to an asset version:
- showAllLinksWithVersion: true/false (default value is false)
To make workflow mandatory while checking in an asset:
- workflowMandatory: true/false (default value is false)
To enable the hide collection feature:
- enableHideCollection: true/false (default value is false)
To configure custom date format in Properties pane:
- propertiesDateFormat: string (default value is ‘M dd, yy‘)
- propertiesDateTimeSeparator: string (default value is ‘,‘)
Date format can have the following notations:
d - day of month (no leading zero) dd - day of month (two digits) o - day of the year (no leading zeros) oo - day of the year (three digits) D - day name short DD - day name long m - month of year (no leading zero) mm - month of year (two digits) M - month name short MM - month name long y - year (two digits) yy - year (four digits) @ - Unix timestamp (ms since 01/01/1970) ! - Windows ticks (100ns since 01/01/0001) '...' - literal text '' - single quote anything else - literal text
To disable check-in through drag and drop action:
- disableCheckinDragAndDrop: true/false (defaukt value is false)