Skip to content

Instantly share code, notes, and snippets.

@keishaperry
keishaperry / block-core-video-extend.js
Last active January 24, 2019 19:56
Extending Core Blocks in WordPress Gutenberg Example
const {
ToggleControl,
PanelBody,
TextControl,
TextareaControl,
} = wp.components;
const { __, setLocaleData } = wp.i18n;
const {
createHigherOrderComponent
@keishaperry
keishaperry / block-cheatsheet
Last active February 24, 2018 00:59
gutenberg-snips
const { __ } = wp.i18n;
const element = wp.element;
const {
registerBlockType,
RichText,
InspectorControls,
BlockControls,
BlockAlignmentToolbar,
MediaUpload,
InnerBlocks,
@keishaperry
keishaperry / jeykll-resources.md
Last active January 28, 2016 00:16
Jeykll Resources