0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

feat: allow editing device config from browser

This commit is contained in:
2025-05-22 11:17:43 +02:00
committed by David Perl
parent 7fc85bac7f
commit 886964bb54
10 changed files with 302 additions and 24 deletions

View File

@ -42,7 +42,7 @@ class ExampleSchema(BasicScanMetadata):
TEST_DICT = {
"sample_name": "test name",
"str_optional": "None",
"str_optional": None,
"str_required": "something",
"bool_optional": None,
"bool_required_default": True,