defect
In the "attribute-settings," `ColumnConfig`s can be specified for `config-types`. These are evaluated only for the target type of an attribute; that is, if a `config-type` is annotated to an attribute, the configured column information is ignored.
Improvement
The following priority should apply to `ColumnConfig`s:
- If a ` ColumnConfig ` is configured for the attribute via ` TLColumnInfo `, that configuration is used.
- If a ` config-type ` is configured for the attribute, the ` ColumnInfo ` configured there is applied.
- The ` ColumnInfo ` of the attribute’s `type` is applied.
Test
No test