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 e5d582e commit 012fac9Copy full SHA for 012fac9
README.md
@@ -110,6 +110,31 @@ $(document).on('page:load', function(){
110
})
111
```
112
113
+## Passing options
114
+
115
+To activate direct html editing and disable blockquote:
116
+```
117
+ $('.wysihtml5').wysihtml5({'toolbar': {'blockquote:' false, 'html': true}})
118
119
120
+Toolbal default options are:
121
122
123
+toolbar: {
124
+ 'font-styles': true,
125
+ 'color': false,
126
+ 'emphasis': {
127
+ 'small': true
128
+ },
129
+ 'blockquote': true,
130
+ 'lists': true,
131
+ 'html': false,
132
+ 'link': true,
133
+ 'image': true,
134
+ 'smallmodals': false
135
+ }
136
137
138
## License
139
Copyright (c) 2012-2014 Gonzalo Rodríguez-Baltanás Díaz
140
0 commit comments