PageList Provider
This provider gives you a list of all static pages in a publication.
Unlike DeskSection or Article, you will get same list every time this component is used.
Only use this list when it is absolutely needed, e.g. in navbars and menus.
| slots | Description |
| Default |
|
Example:
<template>
<HeroBlock :block="block">
<PageList v-slot="{ pages }">
<!-- content... -->
</PageList>
</HeroBlock>
</template>