We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57053b9 commit a9f046bCopy full SHA for a9f046b
README.md
@@ -96,6 +96,11 @@ There is `simple_form` input which you can apply via `as: :wysihtml5` option.
96
```erb
97
<%= f.input :content, as: :wysihtml5 %>
98
```
99
+Or with [bootstrap3-wysiwyg](https://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg#options) options
100
+
101
+```erb
102
+<%= f.input :content, as: :wysihtml5, wysihtml5: { locale: "es-ES" } %>
103
+```
104
105
## If using Turbolinks
106
0 commit comments