| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/Readme.md.tar |
xbodynamge/dev/wp-content/plugins/themeisle-companion/vendor/codeinwp/gutenberg-blocks/Readme.md 0000644 00000001451 15113772224 0030135 0 ustar 00 home ThemeIsle Gutenberg Blocks
--------------------------
General structure of this module should be as the following:
* Load the transpiled code from the `build` dir, aka the "dist" folder.
* The functionality for each block should be isolated in it's own folder inside the `blocks` dir.
* If a block needs server side rendering than it should have an extension class of the `Base_Block` class.
* Any server side data handling should happen in the `store`.
You can include this library like this::
```
if ( class_exists( '\ThemeIsle\GutenbergBlocks' ) ) {
\ThemeIsle\GutenbergBlocks::instance( __( 'Orbit Fox', 'textdomain' ) );
}
```
You also need to enqueue Font Awesome 5 for this module to work. Font Awesome 4 shims are recommended to avoid conflict with plugins, but not required.
crosstraining/wp-content/plugins/themeisle-companion/vendor/codeinwp/gutenberg-blocks/Readme.md 0000604 00000001451 15114214351 0032231 0 ustar 00 home/xbodynamge ThemeIsle Gutenberg Blocks
--------------------------
General structure of this module should be as the following:
* Load the transpiled code from the `build` dir, aka the "dist" folder.
* The functionality for each block should be isolated in it's own folder inside the `blocks` dir.
* If a block needs server side rendering than it should have an extension class of the `Base_Block` class.
* Any server side data handling should happen in the `store`.
You can include this library like this::
```
if ( class_exists( '\ThemeIsle\GutenbergBlocks' ) ) {
\ThemeIsle\GutenbergBlocks::instance( __( 'Orbit Fox', 'textdomain' ) );
}
```
You also need to enqueue Font Awesome 5 for this module to work. Font Awesome 4 shims are recommended to avoid conflict with plugins, but not required.
lebauwcentre/wp-content/plugins/themeisle-companion/vendor/codeinwp/gutenberg-blocks/Readme.md 0000644 00000001451 15114357121 0032033 0 ustar 00 home/xbodynamge ThemeIsle Gutenberg Blocks
--------------------------
General structure of this module should be as the following:
* Load the transpiled code from the `build` dir, aka the "dist" folder.
* The functionality for each block should be isolated in it's own folder inside the `blocks` dir.
* If a block needs server side rendering than it should have an extension class of the `Base_Block` class.
* Any server side data handling should happen in the `store`.
You can include this library like this::
```
if ( class_exists( '\ThemeIsle\GutenbergBlocks' ) ) {
\ThemeIsle\GutenbergBlocks::instance( __( 'Orbit Fox', 'textdomain' ) );
}
```
You also need to enqueue Font Awesome 5 for this module to work. Font Awesome 4 shims are recommended to avoid conflict with plugins, but not required.