Last active
December 12, 2017 02:24
-
-
Save zgordon/a42bb95f5bde088606792d09dc884011 to your computer and use it in GitHub Desktop.
Suggested block architecture for working WordPress plugins.
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
/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