Building sections
Your section file should be in the sections folder. Otherwise, the manifest generator will not find them!
Project
src
├── app
| └── (kiwi)
|
└── sections
Section properties
Kiwi supports by default primitive types, objects and arrays. Also has a "custom type" called RichText that renders a WYSIWYG editor on kiwi admin and returns for your section a HTML string.
Updating manifest
If you adding a new section, removing section, editing props or removing one you can update your manifest file by running:
Terminal
npx kiwi manifest
Component
Know more about your possibilities when creating sections
Loader
Define an external datasource loader for this sections using loader props, path/query params, headers, cookies
Loading
Define a placeholder while your section is mounting
Templates
Checkout our templates and section generation command