Last active
July 28, 2020 09:49
-
-
Save igmoweb/7a1b8385f29ed4cfc45470fc5eaf8fe1 to your computer and use it in GitHub Desktop.
Revisions
-
igmoweb revised this gist
Jul 28, 2020 . 1 changed file with 14 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,14 @@ import { InspectorControls } from '@wordpress/block-editor'; import { PanelBody } from '@wordpress/components'; const BlockSettings = () => { return <InspectorControls> <PanelBody title="My panel body" > Hello world </PanelBody> </InspectorControls> } export default BlockSettings; -
igmoweb created this gist
Jul 28, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ _