Entity Form
An Entity Form is a structured form in the Admin Panel for authors to edit entities and ConfinityContent.
Configure an Entity Form
An Entity Form is defined by using Confinitys FormBuilder API while configuring an Entity App or by registering a ConfinityContent.
Example: Defining a form by configuring an Entity App
Todo
Example of registering an Entity App
Example: Defining a form by registering a ConfinityContent
Todo
Example of registering a ConfinityContent
Form Elements
There are a lot of different form elements you can choose from for your form.
Tabs
Every form starts with a tab. In a simple form you will probably have only one tab. In this case, the Tab isn't actually visible to the user.
Todo
Todo
Input Field
Method: AddInput
The input field is a single or multiline text field and can be used for primitive data types like string, int, float, double, etc.
