This file contains hidden or 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
| Extending Gutenberg With SlotFill and Filters | |
| https://10up.com/blog/2019/extending-gutenberg-with-slotfill/ | |
| Add a custom sidebar panel to Gutenberg | |
| https://richardtape.com/2018/10/05/add-a-custom-sidebar-panel-to-gutenberg/ | |
| How to create a custom block for gutenberg | |
| https://organicthemes.com/create-custom-block-wordpress-gutenberg/ | |
| Writing a wrapper block for Gutenberg in WordPress |
This file contains hidden or 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
| - MOVED - | |
| Can now be found in a repository incl. license, readme, styles and plugin php file: https://github.com/franz-josef-kaiser/Easy-Pagination-Deamon |
This file contains hidden or 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
| 'use strict'; | |
| // Load plugins | |
| var gulp = require('gulp'), | |
| $ = require('gulp-load-plugins')(), | |
| browserSync = require('browser-sync'), | |
| reload = browserSync.reload; | |
| // Error Handler | |
| var handleErrors = function () { |