-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transfer oik/content-block to oik #34
- Loading branch information
1 parent
510f30f
commit 38910d4
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
/** | ||
* Imports blocks for oik-blocks | ||
* | ||
* Each block is in a separate folder | ||
* Each block is in a separate folder within src | ||
* | ||
* @copyright (C) Copyright Bobbing Wide 2018, 2019, 2020, 2021 | ||
* @author Herb Miller @bobbingwide | ||
*/ | ||
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 | ||
import './oik-content'; // Dynamic content block | ||
import './oik-fields'; // From oik-fields - [bw_fields] and [bw_field] shortcode | ||
import './oik-nivo'; // From oik-nivo-slider nivo | ||
import './oik-person'; // From oik-user bw_user and bw_follow_me etc |