- gestione dell'editor delle pagine (non funzionante!)
This commit is contained in:
@@ -355,6 +355,26 @@
|
||||
:ccLoad="myelem.ccLoad ?? false"
|
||||
/>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.IMAGE_GALLERY">
|
||||
<CMyImageGallery> </CMyImageGallery>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.HEADING">
|
||||
<CMyHeading
|
||||
:text="myel.container"
|
||||
:level="myelem.number"
|
||||
:color="myelem.color"
|
||||
>
|
||||
</CMyHeading>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.LIST">
|
||||
<CMyList> </CMyList>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.CODE">
|
||||
<CMyCode> </CMyCode>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.DIVIDER">
|
||||
<CMyDivider> </CMyDivider>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.PAGE">
|
||||
<div
|
||||
:class="myel.class + (editOn ? ` clEdit` : ``) + getClass()"
|
||||
|
||||
Reference in New Issue
Block a user