You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might want to render the list with your own code. The `childPages.pages` variable is an array of arrays representing the child pages. Each of the arrays has the following items:
19
+
20
+
Property | Type | Description
21
+
-------- | ---- | -----------
22
+
`url` | `string` | The relative URL for the page (use `{{ url | app }}` to get the absolute URL)
23
+
`title` | `string` | Page title
24
+
`page` | `RainLab\Pages\Classes\Page` | The page object itself
25
+
`viewBag` | `array` | Contains all the extra data used by the page
26
+
`is_hidden` | `bool` | Whether the page is hidden (only accessible to backend users)
27
+
`navigation_hidden` | `bool` | Whether the page is hidden in automaticaly generated contexts (i.e menu)
0 commit comments