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

This functionality was moved into Pods 2.8, the code in this repository is not compatible

Notifications You must be signed in to change notification settings

pods-framework/pods-gutenberg-blocks

 
 

Repository files navigation

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

About

This functionality was moved into Pods 2.8, the code in this repository is not compatible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.1%
  • JavaScript 43.2%
  • CSS 4.7%