-
Notifications
You must be signed in to change notification settings - Fork 0
BaseComponent
Jens Kooij edited this page Mar 25, 2018
·
3 revisions
BaseComponent is a basic implementation of a component. All it really does is render the template that is assigned in the sitemap configuration.
| Sitemap Compatible | Application Compatible | Parameters |
|---|---|---|
| true | true | none |
The BaseComponent doesn't have any parameters
| Title | URL | Regex | Component | Template | Parameters |
|---|---|---|---|---|---|
| Title | /my-page | false | BaseComponent | my-template |
None