0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

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: {