-
Notifications
You must be signed in to change notification settings - Fork 0
MultiComponent
Jens Kooij edited this page Mar 25, 2018
·
3 revisions
This component is meant for combining multiple components in one sitemap item.
| Sitemap Compatible | Application Compatible | Parameters |
|---|---|---|
| true | true, but not advised | self:cachable, self:maxage, namespaced parameters |
[Optional]
Equal to parent component CachableBaseComponent's parameter cachable.
[Optional]
Equal to parent component CachableBaseComponent's parameter cachable.
[Optional]
This is a special kind of parameter, because you can self define it. For example you can add a parameter contact with value DocumentComponent, to retrieve the contact document
[Optional]
The parameters for a namespace, will be passed to the component that is defined in a name space parameter, like the example above. Following that example, you could add a parameter contact:document and set it to my-contact-document-slug
| Title | URL | Regex | Component | Template | Parameters |
|---|---|---|---|---|---|
| Title | / | false | MultiComponent | my-template |
contact: "DocumentComponent" |
contact:document: "my-contact-document-slug" |