1
mirror of https://git.dn42.dev/dn42/registry.git synced 2024-12-25 23:43:44 +01:00

Remove label=str syntax

This commit is contained in:
jrb0001 2018-11-14 22:55:11 +01:00
parent 2089df3ac2
commit ac2177a5bd
No known key found for this signature in database
GPG Key ID: F67487D78E3BEB1F

View File

@ -45,7 +45,5 @@ remarks: # option descriptions
+
{enum1|enum2|} enumeration. One option in pipe('|') deliniation is allowed.
If there is a trailing pipe it means the enum is optional. Enum values must match the same rules as attribute names.
+
label=str keyword argument. Label for value with type 'str', 'int', or 'decimal'. The label must match the same rules as attribute names.
+
'literal' Literal value. literal text value which must not contain any whitespace or single quotes.