summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/unfold_form.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unfold_form.rb b/lib/unfold_form.rb
index 05bb3ed7f1c..53adc3af0cd 100644
--- a/lib/unfold_form.rb
+++ b/lib/unfold_form.rb
@@ -9,6 +9,7 @@ class UnfoldForm
attribute :to, GtOneCoercion
attribute :bottom, Boolean
attribute :unfold, Boolean, default: true
+ attribute :full, Boolean, default: false
attribute :offset, Integer
attribute :indent, Integer, default: 0
end