- fixed login with spid fe issue;
- improved 'add user' form; - added new field 'paragraph';
This commit is contained in:
@@ -719,5 +719,19 @@ export const elementItems = [
|
||||
isRequired: false,
|
||||
custom: 'isMarcaDaBollo'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 19,
|
||||
sortOrder: 19,
|
||||
name: 'paragraph',
|
||||
label: 'Paragrafo',
|
||||
description: 'Semplice testo formattato',
|
||||
settings: [
|
||||
{
|
||||
name: "text",
|
||||
value: "Testo formattato"
|
||||
}
|
||||
],
|
||||
validators: {}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user