Webpage Editor functionality

This commit is contained in:
paoloar77
2022-11-10 19:32:56 +01:00
parent 2bd31200b4
commit 9fe37c9f3c
38 changed files with 1387 additions and 384 deletions

View File

@@ -71,6 +71,7 @@ const msg_it = {
monete: 'Monete',
pages: 'Pagine',
Home: 'Pagina Home',
elems: 'Elementi Pagine',
operators: 'Operatori',
disciplines: 'Discipline',
media: 'Media',
@@ -1250,7 +1251,32 @@ const msg_it = {
bookings: 'Prenotaz.',
profile: 'Profilo',
circuits: 'Circuiti',
}
},
myelems: {
active: 'active',
title: 'title',
path: 'Path',
order: 'Order',
type: 'Type',
container: 'Container',
container2: 'Container2',
container3: 'Container3',
number: 'Number',
imgback: 'imgback',
size: 'size',
ratio: 'ratio',
containerHtml: 'containerHtml',
height: 'height',
heightimg: 'heightimg',
widthimg: 'widthimg',
link: 'link',
width: 'width',
onlyif_logged: 'onlyif_logged',
color: 'color',
class: 'class',
styleadd: 'styleadd',
},
},
};