Animations in the WebEditor

This commit is contained in:
Surya Paolo
2022-11-20 10:21:02 +01:00
parent a56ee80fbb
commit 358bdd5d1e
21 changed files with 704 additions and 88 deletions

View File

@@ -1248,10 +1248,6 @@ export const shared_consts = {
value: 110,
label: 'Carosello Immagini',
},
{
value: 90,
label: 'Footer',
},
{
value: 100,
label: 'Check Email',
@@ -1280,7 +1276,6 @@ export const shared_consts = {
CALENDAR: 70,
CAROUSEL_IDISCIPLINE: 80,
CAROUSEL_HOME: 85,
FOOTER: 90,
CHECK_EMAIL: 100,
CAROUSEL_IMGS: 110,
OPENSTREETMAP: 120,
@@ -1302,7 +1297,6 @@ export const shared_consts = {
UP_LEFT: 5,
},
getStatusStr(status: number) {
const trovatorec = this.OrderStatusStr.find((rec) => rec.value === status)
return (trovatorec) ? trovatorec.label : ''