Brand panel3 sec

This commit is contained in:
samaradel
2021-09-19 09:44:43 +02:00
parent eec9a3954c
commit b70fd7575f
7 changed files with 71 additions and 18 deletions

View File

@@ -35,6 +35,12 @@
v-if="$page.markdownPage.brandPanel2"
:brandPanel2="true"
/>
<BrandPanel
:id="$page.markdownPage.id"
:brand="$page.markdownPage.brandPanel3"
v-if="$page.markdownPage.brandPanel3"
:brandPanel3="true"
/>
<!-- <CustomCTA
:header="true"
:image="$page.markdownPage.pageHeader.image"
@@ -411,19 +417,19 @@
brandPanel{
id
title
subtitle
content
sourceUrl
btnTxt
image
}
brandPanel2{
brandPanel2{
id
title
content
image
}
brandPanel3{
id
title
subtitle
content
sourceUrl
btnTxt
image
}
partenershipsMain{