#
wordpress-blocks
Here are 12 public repositories matching this topic...
A toolkit for faster, smoother WordPress 5 development
wordpress
wordpress-plugin
wordpress-development
wordpress-theme
wordpress-boilerplate
gutenberg
wordpress-deployment
wordpress-docker
wordpress-plugin-development
wordpress-theme-development
wordpress-development-kit
gutenberg-blocks
wordpress-development-workflow
wordpress-block
wordpress-blocks
-
Updated
Mar 9, 2022 - Shell
Plugins for additional blocks types.
-
Updated
Mar 10, 2022
Aino blocks are a collection of Gutenberg editor blocks for page building in WordPress.
-
Updated
Feb 19, 2022 - JavaScript
This boilerplate is designed for WordPress theme developers who are interested in developing themes with the new WordPress 5.x Block Editor - Gutenberg.
-
Updated
Aug 26, 2021 - SCSS
Create chat threads using WordPress Blocks inside app and device wrappers.
chat
wordpress
wordpress-plugin
gutenberg
gutenberg-blocks
gutenberg-compatible
wordpress-block
wordpress-blocks
-
Updated
Feb 10, 2022 - JavaScript
This is the free version of Rosa 2, the #1 best selling restaurant WordPress theme, built to help small businesses shape an appealing online experience.
wordpress
wordpress-theme
presentation-website
restaurant-website
gutenberg-theme
gutenberg-compatible
business-website
wordpress-blocks
-
Updated
Feb 12, 2022 - CSS
A simple WordPress Plugin to create a simple custom Gutenberg Block.
react
javascript
php
wordpress
wordpress-plugin
block
js
jsx
blocks
wp
wp-plugin
wordpress-site
wp-site
wordpress-block
wordpress-blocks
guttenberg
wp-block
-
Updated
Nov 7, 2021 - JavaScript
Page building blocks for the new WordPress editor.
-
Updated
Mar 21, 2022 - JavaScript
WhatsApp Block for WordPress
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Jun 12, 2021 - JavaScript
Improve this page
Add a description, image, and links to the wordpress-blocks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wordpress-blocks topic, visit your repo's landing page and select "manage topics."
Describe the bug
When using the template functionality of the innerBlocks component we can run into issues with how the undo and redo editor functions behave. Specifically if we are setting a block attribute when the template changes we are creating two undo snapshots: one when the attribute is set and another when the innerBlocks are updated.
We solved this issue in the Form block here: h