Skip to content

Commit

Permalink
[DOCS-7753] Update properties for Enterprise Viewer 4.0 (Alfresco#1537)
Browse files Browse the repository at this point in the history
* [DOCS-7753] Update properties for Enterprise Viewer 4.0

* [DOCS-7753] Update properties for Enterprise Viewer 4.0
  • Loading branch information
mbujak-hyland authored Aug 21, 2024
1 parent 18fe219 commit 16b6764
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions enterprise-viewer/latest/config/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ Default value:
```text
(t:Navigation),(prevPage,nextPage, zoomIn,zoomOut,--isSmallScreen),
(t:Mode),(t:PageEntry),d(checkinOfflineAnnotatedPdf,annotatedPdf,nativeContentDownload,extractPdfPages,offlineAnnotatedPdf,printAnnotatedPdf,
printSectionsAction,--dropdownLabel-Downloads,--dropdownIcon-save_alt),(t:AnnotationManipulation),
--dropdownLabel-Downloads,--dropdownIcon-save_alt),(t:AnnotationManipulation),
(t:Misc),d(t:Text,--dropdownLabel-Text Annotations,--dropdownIcon-font_download,--dropdownShowSelected),
d(drawLine,drawArrow,drawEllipse,drawRectangle,drawBox,textbox,freeDraw,--dropdownLabel-Drawing Tools,--dropdownIcon-edit,--dropdownShowSelected),
d(drawLine,drawArrow,drawEllipse,drawRectangle,textbox,freeDraw,--dropdownLabel-Drawing Tools,--dropdownIcon-edit,--dropdownShowSelected),
d(approvedStamp,paidStamp,reviewedStamp,acceptStamp,rejectStamp,pageSizedCheckmarkStamp,--dropdownLabel-Stamps,--dropdownIcon-layers,--dropdownShowSelected),
d(t:Color,--dropdownLabel-Color Picker,--dropdownIcon-palette,--dropdownShowSelected),
(save,--isSmallScreen),(printAnnotatedPdf,--isSmallScreen),(stickyNote,--isSmallScreen),(highlight,--isSmallScreen),(t:Help),(toggleChat,t:Summary,--sidebar)
Expand Down Expand Up @@ -448,17 +448,6 @@ HELP: "Help"

Actions that belong to this type: `help`.

```json
/**
* Actions that should be used only if the document has sections.
*/
SECTIONED: "Sectioned"
```

Actions that belong to this type: `printSectionsAction`.
**Note** : The `printSectionsAction` action and the `SECTIONED` action type was developed alongside a new property, `determineSectionsFromProperty` that can allow you to parse sections automatically for your document based on a document property. `determineSectionsFromProperty` defaults to `false`, but should be equal to the name of the property if you want to turn on the feature.

```json
/**
* Actions that can be used by non-sectioned documents.
Expand Down

0 comments on commit 16b6764

Please sign in to comment.