-
Notifications
You must be signed in to change notification settings - Fork 0
DocumentFolderComponent
Jens Kooij edited this page Mar 25, 2018
·
2 revisions
The DocumentFolderComponent is used for retrieving a folder, as defined through the sitemap item.
| Sitemap Compatible | Application Compatible | Parameters |
|---|---|---|
| true | true | documentFolderPath, documentFolderParameter |
Required
The parameter documentFolderPath sets the folder which the component will retrieve.
[Optional]
By default documentFolderParameter is set to "folder", meaning that in the template the variable $folder contains the retrieved folder.
| Title | URL | Regex | Component | Template | Parameters |
|---|---|---|---|---|---|
| My page | /my-page | false | DocumentFolderComponent | base | documentFolderPath: "pages/" |
| documentFolderParameter: "folder" |