- aggiunto FeaturesSection all'editor HTML

This commit is contained in:
Surya Paolo
2025-09-17 01:21:40 +02:00
parent e40bf8b73d
commit 917cdaa754
17 changed files with 307 additions and 49 deletions

View File

@@ -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>