From b73c73bb8205fd325fb144932a491c3704a33ed2 Mon Sep 17 00:00:00 2001 From: Lennart Regebro Date: Wed, 23 Aug 2023 17:15:01 +0200 Subject: [PATCH] I decided this worked better with no defaults --- src/z3c/rml/flowable.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/z3c/rml/flowable.py b/src/z3c/rml/flowable.py index 90bab99..9dc487c 100644 --- a/src/z3c/rml/flowable.py +++ b/src/z3c/rml/flowable.py @@ -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)