...
Renders a text field and a browse button that allows you to select a single link from the links app. Only valid links ca be selected.
...
Definition
Code Block | ||
---|---|---|
| ||
linkId: $type: linksAppSingleLinkField label: "Choose single link" |
...
Renders a text field and a browse button that allows you to select a single link or a folder from the links app.
...
Definition
Code Block | ||
---|---|---|
| ||
linkId: $type: linksAppField label: "Choose link singleor linkfolder" |
linksAppRichTextField
Renders a rich text editor with an icon to add a link from the links app.
...