Versions in this module Expand all Collapse all v1 v1.10.0 Feb 7, 2026 Changes in this version + type AttributeGroupConfig struct + Fields []FieldConfig + Index int64 + Name string + type AttributesConfig struct + Groups []AttributeGroupConfig + type Config struct + ModelGroups []ModelGroupConfig + ModelRelations []ModelRelationConfig + Models []ModelConfig + RelationTypes []RelationTypeConfig + type FieldConfig struct + Builtin bool + Display bool + Index int64 + Name string + Option []string + Required bool + Secure bool + Type string + UID string + type ModelConfig struct + Attributes AttributesConfig + Builtin bool + GroupName string + Icon string + Name string + UID string + type ModelGroupConfig struct + Name string + type ModelRelationConfig struct + Mapping string + RelationName string + RelationTypeUID string + SourceModelUID string + TargetModelUID string + type RelationTypeConfig struct + Name string + SourceDescribe string + TargetDescribe string + UID string