Add sceditor WYSIWIG post editor support

This commit is contained in:
Benjamin Southall 2017-09-03 23:15:56 +09:00
parent 0b3872dc93
commit 02266e082e
112 changed files with 36025 additions and 0 deletions

View file

@ -0,0 +1,7 @@
(function ($) {
'use strict';
$.sceditor.locale['en-US'] = {
dateFormat: 'month/day/year'
};
})(jQuery);