generated from pascalmartineau/wp-skeleton
feat: Initial TheSections
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
fragment ThePage on Page {
|
||||
title
|
||||
groupPostPage {
|
||||
sections {
|
||||
...TheSection
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@ defineProps<{ node: ThePageFragment }>();
|
||||
|
||||
<template>
|
||||
<UPage>
|
||||
<UPageSection v-if="node.title" :title="node.title" />
|
||||
<TheSections :sections="node.groupPostPage?.sections" />
|
||||
</UPage>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user