diff --git a/pyproject.toml b/pyproject.toml index 930b719..b840715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev341" +version = "0.0.0.dev342" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/def/label-group-element.yaml b/src/controlman/_data/schema/def/label-group-element.yaml index c54a94f..b4627fa 100644 --- a/src/controlman/_data/schema/def/label-group-element.yaml +++ b/src/controlman/_data/schema/def/label-group-element.yaml @@ -22,5 +22,5 @@ properties: description: | Full name of the label. This is automatically generated from the prefix and suffix. - default: '${{ ...prefix }}${{ .suffix }}' + default: '${{ ...prefix }}$${{ .suffix }}$' $ref: https://jsonschemata.repodynamics.com/string/oneline \ No newline at end of file