...
Quick actions - open a form from the dashboard or top menu
Inside a section - to add new entry specific to to that section
For entries - to open a form that relates to that entry
In modals - a small form can be opened in a modal component
...
Form Components
forms can be defined in the YML. Each form consists of 3 partscomponents
id - uniqueID to reference the form (for quick actions, …)
dialog - see Form Dialog
the form dialog can be configured directly in the YML or just be a reference to a separate file
onSubmit - see Post Processing
...