update content

This commit is contained in:
2021-11-03 20:11:27 +02:00
parent 0966e18ae7
commit 407873b189
6 changed files with 155 additions and 4 deletions

View File

@@ -329,6 +329,12 @@
:brandPanel2="true"
/>
<LinkTable
:id="$page.markdownPage.id"
v-if="$page.markdownPage.footers"
:record="$page.markdownPage.footers"
/>
<AppListItem
v-if="
$page.markdownPage.appData && $page.markdownPage.appData.length > 0
@@ -565,6 +571,16 @@
image
url
}
footers{
id
items{
title
links{
name
link
}
}
}
inTheNews {
id
content
@@ -841,12 +857,14 @@ import CustomCTA from "~/components/custom/sections/CustomCTA.vue";
import Slider from "~/components/custom/Slider.vue";
import RoadMap from "~/components/custom/Roadmap.vue";
import MarketInfo from "~/components/custom/MarketInfo.vue";
import LinkTable from "~/components/marketing/sections/cta-sections/Link_Table.vue";
import SplitWithImage from "~/components/custom/SplitWithImage.vue";
export default {
components: {
NewCard,
Header,
LinkTable,
VerticalNav,
GetInTouch,
SolutionsHeader,