We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0bba4 commit c1f4f8bCopy full SHA for c1f4f8b
src/viur/core/config.py
@@ -805,7 +805,8 @@ class Conf(ConfigType):
805
# "json.bone.structure.inlists", # dump skeleton structure with every JSON list response (#774 for details)
806
# "tasks.periodic.useminutes", # Interpret int/float values for @PeriodicTask as minutes
807
# # instead of seconds (#1133 for details)
808
- # "bone.select.structure.values.keytuple", # render old-style tuple-list in SelectBone's values structure (#1203)
+ # "bone.select.structure.values.keytuple", # render old-style tuple-list in SelectBone's
809
+ # values structure (#1203)
810
]
811
"""Backward compatibility flags; Remove to enforce new style."""
812
0 commit comments