Riattivato il Calendario (ma ancora non lo rendo visibile)
aggiunto campi: DateTimeStart e DateTimeEnd negli Eventi Aggiunto Filtro Data
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const msg_website_enUs = {
|
||||
ws: {
|
||||
sitename: 'InsiemeSiPuò',
|
||||
siteshortname: 'InsiemeSiPuò',
|
||||
siteshortname: 'ISP',
|
||||
botname: 'InsiemeSiPuò BOT',
|
||||
},
|
||||
pages: {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const msg_website_es = {
|
||||
ws: {
|
||||
sitename: 'InsiemeSiPuò',
|
||||
siteshortname: 'InsiemeSiPuò',
|
||||
siteshortname: 'ISP',
|
||||
botname: 'InsiemeSiPuò BOT',
|
||||
},
|
||||
pages: {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const msg_website_fr = {
|
||||
ws: {
|
||||
sitename: 'InsiemeSiPuò',
|
||||
siteshortname: 'InsiemeSiPuò',
|
||||
siteshortname: 'ISP',
|
||||
botname: 'InsiemeSiPuò BOT',
|
||||
},
|
||||
homepage: {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const msg_website_it = {
|
||||
ws: {
|
||||
sitename: 'InsiemeSiPuò',
|
||||
siteshortname: 'InsiemeSiPuò',
|
||||
siteshortname: 'ISP',
|
||||
botname: 'il Bot di InsiemeSiPuò',
|
||||
},
|
||||
products: {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const msg_website_pt = {
|
||||
ws: {
|
||||
sitename: 'InsiemeSiPuò',
|
||||
siteshortname: 'InsiemeSiPuò',
|
||||
siteshortname: 'ISP',
|
||||
botname: 'InsiemeSiPuò BOT',
|
||||
},
|
||||
pages: {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const msg_website_si = {
|
||||
ws: {
|
||||
sitename: 'InsiemeSiPuò',
|
||||
siteshortname: 'InsiemeSiPuò',
|
||||
siteshortname: 'ISP',
|
||||
botname: 'InsiemeSiPuò BOT',
|
||||
},
|
||||
pages: {
|
||||
|
||||
@@ -379,17 +379,6 @@ const baseroutes: IListRoutes[] = [
|
||||
inmenu: true,
|
||||
infooter: true,
|
||||
},
|
||||
{
|
||||
active: false,
|
||||
order: 100,
|
||||
path: '/bacheca',
|
||||
materialIcon: 'fas fa-bullhorn',
|
||||
name: 'mypages.bacheca',
|
||||
component: () => import('@/root/bacheca/bacheca.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 12,
|
||||
@@ -412,6 +401,17 @@ const baseroutes: IListRoutes[] = [
|
||||
inmenu: true,
|
||||
infooter: true,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 20,
|
||||
path: '/events',
|
||||
materialIcon: 'fas fa-bullhorn',
|
||||
name: 'mypages.events',
|
||||
component: () => import('@/root/eventi/eventi.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: true,
|
||||
infooter: false,
|
||||
},
|
||||
/*{
|
||||
active: true,
|
||||
order: 100,
|
||||
@@ -648,7 +648,7 @@ const baseroutes: IListRoutes[] = [
|
||||
inmenu: true,
|
||||
},
|
||||
{
|
||||
active: false,
|
||||
active: true,
|
||||
order: 80,
|
||||
path: '/calendario-eventi',
|
||||
materialIcon: 'event',
|
||||
|
||||
Reference in New Issue
Block a user