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