- inizio di modifiche all'editor di Pagine Web
This commit is contained in:
@@ -628,6 +628,15 @@ export default defineComponent({
|
||||
);
|
||||
}
|
||||
|
||||
function isLayoutContainer() {
|
||||
const t = myel.value?.type;
|
||||
return (
|
||||
t === shared_consts.ELEMTYPE.SECTION ||
|
||||
t === shared_consts.ELEMTYPE.ROW ||
|
||||
t === shared_consts.ELEMTYPE.COLUMN
|
||||
);
|
||||
}
|
||||
|
||||
/*function updateElem(myvalue: any) {
|
||||
console.log('updateElem', myvalue)
|
||||
if (myel.value.type === shared_consts.ELEMTYPE.IMGTITLE) {
|
||||
|
||||
Reference in New Issue
Block a user