Add brandPanel3
This commit is contained in:
@@ -32,6 +32,13 @@
|
||||
:brandPanel2="true"
|
||||
/>
|
||||
|
||||
<BrandPanel
|
||||
:brand="$page.markdownPage.brandPanel3"
|
||||
:id="$page.markdownPage.id"
|
||||
v-if="$page.markdownPage.brandPanel3"
|
||||
:brandPanel3="true"
|
||||
/>
|
||||
|
||||
<Map v-if="$page.markdownPage.map" :section="$page.markdownPage.map" />
|
||||
<ShowcaseProducts
|
||||
v-if="
|
||||
@@ -271,6 +278,15 @@
|
||||
btnTxt
|
||||
image
|
||||
}
|
||||
brandPanel3{
|
||||
id
|
||||
title
|
||||
subtitle
|
||||
content
|
||||
sourceUrl
|
||||
btnTxt
|
||||
image
|
||||
}
|
||||
logosMain {
|
||||
id
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user