summaryrefslogtreecommitdiff
path: root/lib/unfold_form.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unfold_form.rb')
-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 46b12beeaaf..fcd01503d1b 100644
--- a/lib/unfold_form.rb
+++ b/lib/unfold_form.rb
@@ -8,4 +8,5 @@ class UnfoldForm
attribute :bottom, Boolean
attribute :unfold, Boolean, default: true
attribute :offset, Integer
+ attribute :indent, Integer, default: 0
end