Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Erik
50e5e2b889 Flatten translations of kitchen_sink data entry sections 2024-08-19 16:33:25 +02:00

View file

@ -12,12 +12,12 @@
"data": {}
},
"options_1": {
"data": {
"bool": "Optional boolean",
"int": "Numeric input"
},
"section": {
"section_1": {
"data": {
"bool": "Optional boolean",
"int": "Numeric input"
},
"description": "This section allows input of some extra data",
"name": "Collapsible section"
}