HTML Editor go on

This commit is contained in:
Surya Paolo
2022-11-13 22:39:25 +01:00
parent 5076d72523
commit 711f1b515d
35 changed files with 3684 additions and 1663 deletions

View File

@@ -1204,6 +1204,10 @@ export const shared_consts = {
value: 30,
label: 'Immagine',
},
{
value: 35,
label: 'Immagine da Caricare',
},
{
value: 40,
label: 'Separatore',
@@ -1262,6 +1266,7 @@ export const shared_consts = {
TEXT: 10,
HTML: 20,
IMAGE: 30,
IMAGEUPLOAD: 35,
SEPARATOR: 40,
VIDEO: 50,
PAGE: 55,
@@ -1283,6 +1288,7 @@ export const shared_consts = {
RIGHT: 3,
},
getStatusStr(status: number) {
const trovatorec = this.OrderStatusStr.find((rec) => rec.value === status)
return (trovatorec) ? trovatorec.label : ''