Skip to content

Commit

Permalink
json_dynamic_widget_plugin_icoicons: schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Feb 20, 2024
1 parent 83660d9 commit a409aff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions schemas/json_dynamic_widget_plugin_icoicons/icon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
"type": "object",
"additionalProperties": false,
"properties": {
"applyTextScaling": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
}
]
},
"color": {
"$ref": "https://peiffer-innovations.github.io/flutter_json_schemas/schemas/json_theme/color.json"
},
Expand Down

0 comments on commit a409aff

Please sign in to comment.