Allow data description in sections (#128965)

* Allow data description in sections

* update format with ruff

* Add data_description to kitchen_sink input section

---------

Co-authored-by: Erik <erik@montnemery.com>
This commit is contained in:
Bas Brussee 2024-12-18 14:02:08 +01:00 committed by GitHub
parent ca2c7280eb
commit 4399d09820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,9 @@
"bool": "Optional boolean", "bool": "Optional boolean",
"int": "Numeric input" "int": "Numeric input"
}, },
"data_description": {
"int": "A longer description for the numeric input"
},
"description": "This section allows input of some extra data", "description": "This section allows input of some extra data",
"name": "Collapsible section" "name": "Collapsible section"
} }