Pages list¶
These 2 widgets list all the portal's content pages. While the first one only provides an iterator, leaving to you the actual display of the list, the second one generate a list containing a link to the page alongside the page description.
odsPageEnumerator
Usage
<ods-page-enumerator> <a href="{{ page.slug }}">{{ page.title.en || page.slug }}</a> - {{ page.description }} </ods-page-enumerator>
Result
odsPagesList
Usage
<ods-pages-list></ods-pages-list>
Result