- saving progress;
This commit is contained in:
@@ -95,7 +95,7 @@ export const elementItems = [
|
||||
},
|
||||
{
|
||||
name: "variable",
|
||||
value: ""
|
||||
value: []
|
||||
},
|
||||
{
|
||||
name: "formula",
|
||||
@@ -435,5 +435,29 @@ export const elementItems = [
|
||||
validators: {
|
||||
custom: 'nonEmptyTables'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 21,
|
||||
sortOrder: 21,
|
||||
name: 'criteria_table',
|
||||
label: 'Tabella di criteri',
|
||||
description: 'Tabella di criteri',
|
||||
settings: [
|
||||
{
|
||||
name: "label",
|
||||
value: "Tabella"
|
||||
},
|
||||
{
|
||||
name: "criteria_table_columns",
|
||||
value: {}
|
||||
},
|
||||
{
|
||||
name: "variable",
|
||||
value: []
|
||||
}
|
||||
],
|
||||
validators: {
|
||||
custom: 'nonEmptyTables'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user