feat: adding the label picture_group (#283)

* feat: adding the label picture_group

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* renamed group to area

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* reformatted the code

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* reformatted the docs

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

---------

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter W. J. Staar
2025-05-06 09:43:35 +02:00
committed by GitHub
parent 7eb9fa96e6
commit 2f0f12160b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ class GroupLabel(str, Enum):
KEY_VALUE_AREA = "key_value_area"
COMMENT_SECTION = "comment_section"
INLINE = "inline"
PICTURE_AREA = "picture_area"
def __str__(self):
"""Get string value."""
+2 -1
View File
@@ -804,7 +804,8 @@
"form_area",
"key_value_area",
"comment_section",
"inline"
"inline",
"picture_area"
],
"title": "GroupLabel",
"type": "string"