Commit 5db73128739f192d5c691edc95a7cb892f9e4d2f

Authored by Andrey Karpikov
1 parent 903ac51b

check froala editor config

... ... @@ -221,9 +221,6 @@ jQuery(document).ready(function () {
221 221 theme: "gray",
222 222 height: 400,
223 223 toolbarButtons: [
224   - "fontFamily",
225   - "fontSize",
226   - "|",
227 224 "bold",
228 225 "italic",
229 226 "underline",
... ... @@ -257,9 +254,6 @@ jQuery(document).ready(function () {
257 254 "fullscreen",
258 255 ],
259 256 toolbarButtonsMD: [
260   - "fontFamily",
261   - "fontSize",
262   - "|",
263 257 "bold",
264 258 "italic",
265 259 "underline",
... ... @@ -293,9 +287,6 @@ jQuery(document).ready(function () {
293 287 "fullscreen",
294 288 ],
295 289 toolbarButtonsSM: [
296   - "fontFamily",
297   - "fontSize",
298   - "|",
299 290 "bold",
300 291 "italic",
301 292 "underline",
... ... @@ -329,9 +320,6 @@ jQuery(document).ready(function () {
329 320 "fullscreen",
330 321 ],
331 322 toolbarButtonsXS: [
332   - "fontFamily",
333   - "fontSize",
334   - "|",
335 323 "bold",
336 324 "italic",
337 325 "underline",
... ...
1 1 module Kanjai
2   - VERSION = "0.0.325"
  2 + VERSION = "0.0.326"
3 3 end
... ...