- Aggiungere un campo "Vagliato dall'Editore" e aggiungere anche il campo "chi" e delle Note
This commit is contained in:
@@ -488,6 +488,7 @@ export const costanti = {
|
||||
arrmenu: 18000,
|
||||
op_andor: 19000,
|
||||
editor_nohtml: 20000,
|
||||
verifica: 21000,
|
||||
|
||||
},
|
||||
|
||||
@@ -557,6 +558,12 @@ export const costanti = {
|
||||
OP_ANDOR: {
|
||||
OP_OR: 0,
|
||||
OP_AND: 1,
|
||||
},
|
||||
|
||||
VALIDATO: {
|
||||
NO: 0,
|
||||
SI: 1,
|
||||
TO_RESOLV: -1,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user