Skip to content

Instantly share code, notes, and snippets.

@aatanasovdev
Last active December 24, 2018 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aatanasovdev/2edecb0a9977172f8bd8efa99e2b50fe to your computer and use it in GitHub Desktop.
Save aatanasovdev/2edecb0a9977172f8bd8efa99e2b50fe to your computer and use it in GitHub Desktop.
// WordPress dependencies
const { __ } = wp.i18n;
const { Fragment } = wp.element;
const { registerBlockType } = wp.blocks;
const { InspectorControls } = wp.editor;
const { withState } = wp.compose;
const { apiFetch } = wp;
const {
PanelBody,
TextControl,
Button,
ToggleControl,
RangeControl
} = wp.components;
// Import Styling
import './editor.css';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment