bulk modul edit
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# Formtastic::FormBuilder.default_text_field_size = 50
|
||||
|
||||
# Set the default text area height when input is a text. Default is 20.
|
||||
# Formtastic::FormBuilder.default_text_area_height = 5
|
||||
Formtastic::FormBuilder.default_text_area_height = 5
|
||||
|
||||
# Set the default text area width when input is a text. Default is nil.
|
||||
Formtastic::FormBuilder.default_text_area_width = 100
|
||||
Formtastic::FormBuilder.default_text_area_width = "40"
|
||||
|
||||
# Should all fields be considered "required" by default?
|
||||
# Defaults to true.
|
||||
|
||||
Reference in New Issue
Block a user