Skip to content

Commit

Permalink
Core: Add descriptions in formcode docs
Browse files Browse the repository at this point in the history
TYPE: Feature
LINK: OGC-1942
  • Loading branch information
BreathingFlesh authored Jan 6, 2025
1 parent c080567 commit 6908b4c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/onegov/form/parser/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,12 @@
I'm an float field of a different range = -100.00..100.00
Integer fields optionally can have a price attached to them which will be
multiplied by the supplied integer.
multiplied by the supplied integer::
Number of stamps to include = 0..30 (0.85 CHF)
This will result in a price of 0.85 CHF per stamp.
Code
~~~~
Expand Down Expand Up @@ -260,6 +262,13 @@
that uploaded files have the mimetype they claim to have and it won't accept
obviously dangerous uploads like binaries (unless you really want to).
These file inputs allow only for one file to be uploaded. If you want to
allow multiple files to be uploaded, use the following syntax::
I'm a multiple file upload field = *.* (multiple)
This will allow the user to upload multiple files at once.
Standard Numbers
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 6908b4c

Please sign in to comment.