not quite finished
This commit is contained in:
7
customize.dist/DecorateToolbar.js
Normal file
7
customize.dist/DecorateToolbar.js
Normal file
@@ -0,0 +1,7 @@
|
||||
define([
|
||||
'/bower_components/jquery/dist/jquery.min.js'
|
||||
], function ($) {
|
||||
var main = function ($toolbar) {
|
||||
$toolbar.append('<p>Made With <img src="/customize/"> in Paris</p>')
|
||||
Dt.main($('.rtwysiwyg-toolbar-rightside'));
|
||||
});
|
||||
Reference in New Issue
Block a user