Skip to content

Commit

Permalink
Reduce imports to just those block delivered by oik #177
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 13, 2021
1 parent 7aac6ee commit 7181c8f
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,34 +1,18 @@
/**
* Imports oik shortcode blocks
*
* Each shortcode block is in a separate folder
* The build directory is the target.
* See webpack.config.js
* Each shortcode block is in a separate folder within src
* The build directory is the target.
*
* @copyright (C) Copyright Bobbing Wide 2018, 2019, 2020
* @copyright (C) Copyright Bobbing Wide 2018, 2019, 2020, 2021
* @author Herb Miller @bobbingwide
*/
//import './github'; // From oik-bob-bing-wide
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
import './oik-follow-me'; // From oik bw_follow_me
import './oik-countdown'; // From oik bw_countdown
//import './oik-nivo'; // From oik-nivo-slider nivo
//import './oik-css'; // From oik-css bw_css
//import './oik-csv'; // From oik-bob-bing-wide bw_csv
import './oik-shortcode'; // From oik general purpose shortcode block
//import './oik-wp'; // From oik-bob-bing-wide wp shortcode
//import './oik-geshi'; // From oik-css bw_geshi shortcode
//import './oik-search'; // From wordpress - get_search_form()
//import './oik-uk-tides'; // From uk-tides - [bw_tides] shortcode
//import './oik-fields'; // From oik-fields - [bw_fields] and [bw_field] shortcode
//import './oik-dashicon'; // From oik-bob-bing-wide [bw_dash]
//import './oik-blockicon'; // Displays a selected BlockIcon
//import './oik-blockinfo'; // Displays a selected Block's information
//import './oik-blocklist'; // Displays a list of Blocks for a selected prefix




Expand Down

0 comments on commit 7181c8f

Please sign in to comment.