Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 693 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 693 Bytes

Pods + Gutenberg

The Pods team is working on bringing Pods into the new WordPress editor, Gutenberg.

This repository contains the development version of the Pods Gutenberg Add-On, which bundles together all of the Pods blocks into one plugin. This repository will be updated upon each public release of the Gutenberg Add-On.

Packaging for Release

You can use the following command to package up the repository into an installable plugin:

zip -r pods-gutenberg-blocks_1.0.zip pods-gutenberg-blocks -x *.git* *.jsx*  *.babelrc* *.DS_Store* pods-gutenberg-blocks/js/components/\* pods-gutenberg-blocks/sass/\* */\node_modules/\* *package-lock.json *README.md  *webpack.config.js