Skip to content

Instantly share code, notes, and snippets.

@zgordon
Last active December 12, 2017 02:24
Show Gist options
  • Save zgordon/a42bb95f5bde088606792d09dc884011 to your computer and use it in GitHub Desktop.
Save zgordon/a42bb95f5bde088606792d09dc884011 to your computer and use it in GitHub Desktop.
Suggested block architecture for working WordPress plugins.
/plugin-root
/blocks
/block-name
editor.css
index.js
index.php
style.css
/another-block-name
editor.css
index.js
index.php
style.css
main-plugin-file.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment