Commit 5db73128739f192d5c691edc95a7cb892f9e4d2f

Authored by Andrey Karpikov
1 parent 903ac51b

check froala editor config

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