Skip to content

Commit

Permalink
Issue #28 - DocBlock for oik-googlemap block
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Oct 30, 2018
1 parent d5f008a commit 1c9518b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 26 deletions.
35 changes: 9 additions & 26 deletions blocks/index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* Import registerBlockType common styles
*/
//import './register-block-type/style.scss';
//import './register-block-type/editor.scss';


/**
* Import our own blocks from now on
* Imports oik shortcode blocks
*
* Each shortcode block is in a separate folder
* The build directory is the target.
* See webpack.config.js
*
* @copyright (C) Copyright Bobbing Wide 2018
* @author Herb Miller @bobbingwide
*/
import './github'; // From oik-bob-bing-wide
import './oik-address'; // From oik
import './oik-address'; // From oik & oik-user
import './oik-googlemap'; // From oik bw_show_googlemap
import './oik-person'; // From oik-user bw_user and bw_follow_me etc
import './oik-contact-form'; // From oik bw_contact_form
Expand All @@ -20,23 +20,6 @@ import './oik-css'; // From oik-css bw_css
import './oik-csv'; // From oik-bob-bing-wide bw_csv


/**
* Import example blocks
*/

//import './examples/01-static';
//import './examples/02-editable';
//import './examples/03-editable-multiline';
//import './examples/04-alignment-toolbar';
//import './examples/05-custom-toolbar';
//import './examples/06-inspector-controls';
//import './examples/07-inspector-controls-colors';
//import './examples/08-input';
//import './examples/09-input-and-textarea';
//import './examples/10-media-upload';
//import './examples/11-url-input';
//import './examples/12-dynamic';
//import './examples/13-dynamic-alt';



9 changes: 9 additions & 0 deletions blocks/oik-googlemap/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Implements Google Maps shortcode block
*
* Uses [bw_show_googlemap] shortcode.
*
* @copyright (C) Copyright Bobbing Wide 2018
* @author Herb Miller @bobbingwide
*/

import './style.scss';
import './editor.scss';

Expand Down

0 comments on commit 1c9518b

Please sign in to comment.