Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -17,6 +17,37 @@ export const costanti = {
|
||||
CERCO: 2,
|
||||
},
|
||||
|
||||
Lang: {
|
||||
IT: 1,
|
||||
EN: 2,
|
||||
ES: 4,
|
||||
FR: 8,
|
||||
DE: 16,
|
||||
},
|
||||
|
||||
ArrLang: [
|
||||
{
|
||||
label: 'Italiano',
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
label: 'Inglese',
|
||||
value: 2,
|
||||
},
|
||||
{
|
||||
label: 'Spagnolo',
|
||||
value: 4,
|
||||
},
|
||||
{
|
||||
label: 'Francese',
|
||||
value: 8,
|
||||
},
|
||||
{
|
||||
label: 'Tedesco',
|
||||
value: 16,
|
||||
},
|
||||
],
|
||||
|
||||
ShowTypeTask: {
|
||||
SHOW_LAST_N_COMPLETED: 200,
|
||||
SHOW_ONLY_TOCOMPLETE: 201,
|
||||
|
||||
Reference in New Issue
Block a user