feat(fullstack): Replace TITLE_BODY element with rich text editor
This commit is contained in:
@@ -14,13 +14,13 @@ export function useFormElementManagement() {
|
||||
description: 'Bitte fügen Sie hier Ihre Ergänzungen ein.',
|
||||
options: [
|
||||
{
|
||||
value: '|||',
|
||||
value: '',
|
||||
label: '',
|
||||
processingPurpose: 'NONE',
|
||||
employeeDataCategory: 'NONE'
|
||||
}
|
||||
],
|
||||
type: 'TITLE_BODY_TEXTFIELDS'
|
||||
type: 'RICH_TEXT'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user