open-project-browser-modal
Type: Operation
Opens the project browser.
Imported operation data
insert
Operation Name (Required)
Type: String
(Optional) The primary button will be disabled if the selected node can't be inserted with the 'insert operation'.
The operation data collected until the current operation together with the selected node, will be added as initial data to the 'insert operation'.
linkable
Elements Query (Required)
Type: XPathQuery
(Optional) Selector used to find the nodes which can be selected by the user. Defaults to
//*[@id]
Default value
Type: String
JSON
"//*[@id]"
modal
Icon (Required)
Type: String
(Optional) The icon to show at the top of the modal. This should be one of the Fontawesome (v4.7.0) icons. Do not include the fa- prefix, just use the icon names as-is from the documentation.
modal
Primary Button Label (Required)
Type: String
(Optional) The label for the primary button. Defaults to
t__Insert
.Default value
Type: String
JSON
"t__Insert"
modal
Title (Required)
Type: String
(Optional) The title being shown at the top of the modal. Defaults to
t__Select an element
.Default value
Type: String
JSON
"t__Select an element"
document
Id (Required)
Type: DocumentId
(Optional) The document id of the document which should be preselected. This option is commonly used when the modal is used in an edit flow. Should only be used in combination with nodeId
node
Id (Required)
Type: NodeId
(Optional) The node which should be preselected in the preselected document. This option is commonly used when the modal is used in an edit flow. Should only be used in combination with documentId