Skip to content

Commit

Permalink
I decided this worked better with no defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Regebro committed Aug 23, 2023
1 parent 6eeae9d commit b73c73b
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 b73c73b

Please sign in to comment.