- aggiunto FeaturesSection all'editor HTML
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
<div
|
||||
class="img-container"
|
||||
:style="`height: ${
|
||||
myel.heightimg.replace('px', '') * 0.7
|
||||
parseInt(myel?.heightimg?.replace('px', '')) * 0.7
|
||||
}px; overflow: hidden;`"
|
||||
>
|
||||
<q-img
|
||||
@@ -387,6 +387,9 @@
|
||||
Pagina: {{ myel.container }}
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<CMyPageElem v-if="myel.container" title="" :mypath="myel.container"> </CMyPageElem>
|
||||
-->
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.PAGEINTRO">
|
||||
<div
|
||||
@@ -1149,6 +1152,19 @@
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.FOOTER">
|
||||
<LandingFooter />
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.PAGE_SECTION">
|
||||
<FeaturesSection
|
||||
:title="myel.container"
|
||||
:subtitle="myel.container2"
|
||||
:description="myel.container3"
|
||||
:features="myel.features"
|
||||
:isDark="myel.parambool2"
|
||||
>
|
||||
|
||||
|
||||
</FeaturesSection>
|
||||
|
||||
</div>
|
||||
|
||||
<div v-if="editOn">
|
||||
<div class="q-ma-md"></div>
|
||||
|
||||
Reference in New Issue
Block a user