Unify name fields in form to be non-mandatory as default
[MAILPOET-2827]
This commit is contained in:
committed by
Veljko V
parent
201c1c7656
commit
217b9194db
@@ -21,7 +21,7 @@ export const settings = {
|
|||||||
},
|
},
|
||||||
mandatory: {
|
mandatory: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
styles: {
|
styles: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
|
Reference in New Issue
Block a user