mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-39155 Implement button widget on ADF (#11324)
* AAE-39155 Initial implementation * AAE-39155 Improve button position
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user