Skip to content

Commit

Permalink
Merge pull request #123 from zopefoundation/lregebro-table-split-opti…
Browse files Browse the repository at this point in the history
…ons-no-defaults

I decided this worked better with no defaults
  • Loading branch information
regebro committed Aug 23, 2023
2 parents 6eeae9d + b73c73b commit efb8690
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/z3c/rml/flowable.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,13 +773,11 @@ class IBlockTable(interfaces.IRMLDirectiveSignature):
splitByRow = attr.Boolean(
title='Split table between rows',
description='Allow tables to span multiple pages',
default=True,
required=False)

splitInRow = attr.Boolean(
title='Split table in rows',
description='Allow table rows to span multiple pages',
default=False,
required=False)


Expand Down

0 comments on commit efb8690

Please sign in to comment.