Pages
Generic page​
The GenericPage
component is the main wrapper for all content on the site. It is the root component for all other components.
<GenericPage pageName="articleList">
...
</GenericPage>
Props​
Prop | Description |
---|---|
| string Page name Required |
| Renders content of the component. Required |
| undefined | Key | null The key of the field. If the key is not specified, the key is generated from the field name. |
Create page​
The CreatePage
component is the main wrapper for all content on the site. It is the root component for all other components.
<CreatePage name="editUser"> ... </CreatePage>
Props​
Prop | Description |
---|---|
| string Page name Required |
| Renders content of the component. Required |
| undefined | Key | null The key of the field. If the key is not specified, the key is generated from the field name. |