Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ For `identifier` fields, the regular expression that valid values are expected t

##### `icons`

For combo fields, the `icons` object might contain the name of icons which represent the different values of the field. More information about available icon sets and usage of icons can be found on the [icons subpage](ICONS.md).
For combo and radio fields, the `icons` object might contain the name of icons which represent the different values of the field. More information about available icon sets and usage of icons can be found on the [icons subpage](ICONS.md).

Combo field types can accept key-label pairs in the `options` value of the `strings` property.

Expand Down
2 changes: 1 addition & 1 deletion schemas/field.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"enum": ["preset", "changeset", "manual", "group"]
},
"icons": {
"description": "For combo fields: Name of icons which represents different values of this field",
"description": "For combo and radio fields: Name of icons which represents different values of this field",
"type": "object",
"minProperties": 1,
"additionalProperties": {
Expand Down