Skip to content

Commit

Permalink
Add two more options to textTransform. (Checked the Reportlab code, '…
Browse files Browse the repository at this point in the history
…none' is default.)
  • Loading branch information
strichter committed Apr 10, 2018
1 parent 78059af commit 00d22a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/rml/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

SPLIT_CHOICES = ('splitfirst', 'splitlast')

TEXT_TRANSFORM_CHOICES = ('uppercase', 'lowercase')
TEXT_TRANSFORM_CHOICES = ('none', 'uppercase', 'lowercase', 'capitalize')

BULLET_ANCHOR_CHOICES = ('start', 'middle', 'end', 'numeric')

Expand Down

0 comments on commit 00d22a5

Please sign in to comment.