1
0
Fork 0

fixed formatting

Dieser Commit ist enthalten in:
Faizaan Gagan 2020-12-08 13:19:31 +05:30
Ursprung 3c3e67684f
Commit 49f82b4014

Datei anzeigen

@ -3,17 +3,17 @@ class CustomWizard::Field
@types ||= {
text: {
min_length: nil,
max_length:nil,
max_length: nil,
prefill: nil
},
textarea: {
min_length: nil,
max_length:nil,
max_length: nil,
prefill: nil
},
composer: {
min_length: nil,
max_length:nil,
max_length: nil,
},
text_only: {},
date: {