Struct representing an entity field type definition.
Fields
name- Field type identifier (e.g.,"text","select")label- Human-readable label (e.g.,"Text","Select Dropdown")description- Short description of the field typecategory- Category atom (:basic,:numeric,:boolean,:datetime,:choice,:advanced)icon- Heroicon name for renderingrequires_options- Whether the field type requires options to be defineddefault_props- Default properties for new fields of this type
Summary
Functions
Converts a plain map to a %FieldType{} struct.