AAE-39155 Implement button widget on ADF (#11324)

* AAE-39155 Initial implementation

* AAE-39155 Improve button position
This commit is contained in:
Wiktor Danielewski
2025-11-04 12:20:30 +01:00
committed by GitHub
parent c4f276e228
commit ab67ba3414
8 changed files with 191 additions and 3 deletions
@@ -258,7 +258,8 @@ export enum FormFieldType {
uploadFolder = 'uploadFolder',
displayValue = 'readonly',
displayText = 'readonly-text',
fileViewer = 'file-viewer'
fileViewer = 'file-viewer',
button = 'button'
}
export interface FormCloudDisplayModeConfigurationOptions {