migrate to new git
This commit is contained in:
14
web/admin/ckeditor/plugins/googlemap/plugin.js
Normal file
14
web/admin/ckeditor/plugins/googlemap/plugin.js
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
CKEDITOR.plugins.add( 'googlemap', {
|
||||
icons: 'googlemap',
|
||||
init: function( editor ) {
|
||||
editor.addCommand( 'googlemapDialog', new CKEDITOR.dialogCommand( 'googlemapDialog' ) );
|
||||
editor.ui.addButton( 'googlemap', {
|
||||
label: 'GoogleMap',
|
||||
command: 'googlemapDialog',
|
||||
toolbar: 'paragraph'
|
||||
});
|
||||
|
||||
CKEDITOR.dialog.add( 'googlemapDialog', this.path + 'dialogs/map.js' );
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user