Animations, Policy, Toolbar Colors
This commit is contained in:
@@ -1030,7 +1030,7 @@ export const shared_consts = {
|
||||
value: 1, //
|
||||
labeltrans: 'typenotifs.test',
|
||||
descr: 'typenotifs.new_rec_bacheca_descr',
|
||||
icon:'fas fa-house-user',
|
||||
icon: 'fas fa-house-user',
|
||||
list: [
|
||||
{
|
||||
value: 1, // ID_TEST_NEW_REC
|
||||
@@ -1038,14 +1038,14 @@ export const shared_consts = {
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
],
|
||||
|
||||
TypeNotifs_Arr: [
|
||||
{
|
||||
value: 1, //
|
||||
labeltrans: 'typenotifs.new_rec_bacheca',
|
||||
descr: 'typenotifs.new_rec_bacheca_descr',
|
||||
icon:'fas fa-house-user',
|
||||
icon: 'fas fa-house-user',
|
||||
list: [
|
||||
{
|
||||
value: 1, // ID_BACHECA_NEW_GOOD
|
||||
@@ -1061,7 +1061,7 @@ export const shared_consts = {
|
||||
value: 2, //
|
||||
labeltrans: 'typenotifs.events',
|
||||
descr: 'typenotifs.events_descr',
|
||||
icon:'fas fa-bullhorn',
|
||||
icon: 'fas fa-bullhorn',
|
||||
list: [
|
||||
{
|
||||
value: 1, // ID_EVENTS_NEW_REC
|
||||
@@ -1073,7 +1073,7 @@ export const shared_consts = {
|
||||
value: 3, //
|
||||
labeltrans: 'typenotifs.friends',
|
||||
descr: 'typenotifs.friends_descr',
|
||||
icon:'fas fa-user-plus',
|
||||
icon: 'fas fa-user-plus',
|
||||
list: [
|
||||
{
|
||||
value: 1, // ID_FRIENDS_NEW_REC
|
||||
@@ -1085,7 +1085,7 @@ export const shared_consts = {
|
||||
value: 4, //
|
||||
labeltrans: 'typenotifs.groups',
|
||||
descr: 'typenotifs.friends_descr',
|
||||
icon:'fas fa-user-plus',
|
||||
icon: 'fas fa-user-plus',
|
||||
list: [
|
||||
{
|
||||
value: 1, // ID_GROUP_NEW_REC
|
||||
@@ -1097,7 +1097,7 @@ export const shared_consts = {
|
||||
value: 5, //
|
||||
labeltrans: 'typenotifs.circuits',
|
||||
descr: 'typenotifs.circuits_descr',
|
||||
icon:'fas fa-coins',
|
||||
icon: 'fas fa-coins',
|
||||
list: [
|
||||
{
|
||||
value: 1, // ID_CIRCUIT_NEW_REC
|
||||
@@ -1109,7 +1109,7 @@ export const shared_consts = {
|
||||
value: 6, //
|
||||
labeltrans: 'typenotifs.booking',
|
||||
descr: '',
|
||||
icon:'fas fa-book-open',
|
||||
icon: 'fas fa-book-open',
|
||||
},
|
||||
],
|
||||
|
||||
@@ -1175,6 +1175,33 @@ export const shared_consts = {
|
||||
FASE3_MONETA_ABILITATA: 3,
|
||||
},
|
||||
|
||||
FontsInstalled: [
|
||||
{
|
||||
label: 'Arial',
|
||||
value: 'font-Arial'
|
||||
},
|
||||
{
|
||||
label: 'Baskervville',
|
||||
value: 'font-Baskervville'
|
||||
},
|
||||
{
|
||||
label: 'Montserrat',
|
||||
value: 'font-Montserrat'
|
||||
},
|
||||
{
|
||||
label: 'Verdana',
|
||||
value: 'font-Verdana'
|
||||
},
|
||||
{
|
||||
label: 'Lato',
|
||||
value: 'font-Lato'
|
||||
},
|
||||
{
|
||||
label: 'Source Sans Pro',
|
||||
value: 'font-SourceSansPro'
|
||||
},
|
||||
],
|
||||
|
||||
TypesElem: [
|
||||
{
|
||||
value: 5,
|
||||
@@ -1258,6 +1285,61 @@ export const shared_consts = {
|
||||
},
|
||||
],
|
||||
|
||||
LISTBESTCOLORS: [
|
||||
{
|
||||
label: 'blue',
|
||||
value: 'blue'
|
||||
},
|
||||
{
|
||||
label: 'green',
|
||||
value: 'green'
|
||||
},
|
||||
{
|
||||
label: 'purple',
|
||||
value: 'purple'
|
||||
},
|
||||
{
|
||||
label: 'deep-purple',
|
||||
value: 'deep-purple'
|
||||
},
|
||||
{
|
||||
label: 'indigo',
|
||||
value: 'indigo'
|
||||
},
|
||||
{
|
||||
label: 'light-blue',
|
||||
value: 'light-blue'
|
||||
},
|
||||
{
|
||||
label: 'cyan',
|
||||
value: 'cyan'
|
||||
},
|
||||
{
|
||||
label: 'teal',
|
||||
value: 'teal'
|
||||
},
|
||||
{
|
||||
label: 'lime',
|
||||
value: 'lime'
|
||||
},
|
||||
{
|
||||
label: 'orange',
|
||||
value: 'orange'
|
||||
},
|
||||
{
|
||||
label: 'deeporange',
|
||||
value: 'deeporange'
|
||||
},
|
||||
{
|
||||
label: 'yellow',
|
||||
value: 'yellow'
|
||||
},
|
||||
{
|
||||
label: 'white',
|
||||
value: 'white'
|
||||
},
|
||||
],
|
||||
|
||||
ELEMTYPE: {
|
||||
TITLE: 5,
|
||||
MARGINI: 6,
|
||||
|
||||
Reference in New Issue
Block a user