Customising Edit Configurations.
A basic configuration such as default.edit
does not allow what attributes are to be accessed or provide an option for customising how attribute values are edited.
If you need more control over the attributes (and geometry) for an edit, then you need to override the values that a simple edit configuration form like simple.edit
generates.
The things that you can override are:
Whether the user can create, update and/or delete an entity (Restricting Types of Edits )
The parameters (columns) that the user can edit (Configuring Attribute Parameters )
The geometry types that a user can create (Configuring Geometry Types. )
The required number of geometry items the user must create.