60 lines
2.0 KiB
JSON
60 lines
2.0 KiB
JSON
{
|
|
"fieldTypes": {
|
|
"link-button": "Link Button"
|
|
},
|
|
"fields": {
|
|
"iconLeft": "Left Icon",
|
|
"iconRight": "Right Icon",
|
|
"mode": "Mode",
|
|
"buttonLabel": "Button Label",
|
|
"placeholder": "Placeholder Value",
|
|
"hideLabel": "Hide Label",
|
|
"buttonSize": "Button Size",
|
|
"style": "Style",
|
|
"title": "Title",
|
|
"confirmationDialog": "Confirmation Dialog",
|
|
"confirmationText": "Confirmation Text",
|
|
"hideOriginalWorkflowAction": "Hide Original Workflow Action",
|
|
"popupHeight": "Popup Height",
|
|
"popupWidth": "Popup Width"
|
|
},
|
|
"options": {
|
|
"style": {
|
|
"default": "default",
|
|
"primary": "Primary",
|
|
"secondary": "Secondary",
|
|
"success": "Success",
|
|
"danger": "Danger",
|
|
"warning": "Warning",
|
|
"info": "info",
|
|
"dark": "Dark",
|
|
"light": "Light",
|
|
"outline-primary": "Outline Primary",
|
|
"outline-secondary": "Outline Secondary",
|
|
"outline-success": "Outline Success",
|
|
"outline-danger": "Outline Danger",
|
|
"outline-warning": "Outline Warning",
|
|
"outline-info": "Outline info",
|
|
"outline-dark": "Outline Dark",
|
|
"outline-light": "Outline Light"
|
|
},
|
|
"buttonSize": {
|
|
"btn-sm": "Small",
|
|
"btn-md": "Medium",
|
|
"btn-lg": "Large",
|
|
"btn-sm btn-block": "Block Small",
|
|
"btn-md btn-block": "Block Medium",
|
|
"btn-lg btn-block": "Block Large"
|
|
},
|
|
"mode": {
|
|
"openNewTab": "Open New Tab",
|
|
"openUrl": "Open URL",
|
|
"openPopup": "Open Popup",
|
|
"openModal": "Open Modal",
|
|
"openEspoModal": "Open Espo Modal",
|
|
"quickCreate": "Quick Create",
|
|
"runEspoWorkflow": "Run Workflow"
|
|
}
|
|
}
|
|
}
|