open-web-reference-modal-for-edit
Type: Operation
Opens the web reference modal for editing a web reference. This modal has its modal title and primary button label already set.
Imported operation data
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__Save
.Default value
Type: String
JSON
"t__Save"
modal
Title (Required)
Type: String
(Optional) The title being shown at the top of the modal. Defaults to
t__Edit hyperlink
.Default value
Type: String
JSON
"t__Edit hyperlink"
url
(Required)
Type: String
(Optional) The url to be edited.
Exported operation data
url
Type: String
The URL as entered by the user.