You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Gutenberg blocks have matured, let's deprecate our use of Stackable and use Gutenberg blocks going forward. There are problems with keeping on the latest version of Stackable and the way it is being developed don't align with our needs. We'll need to keep Stackable around for Events that currently use it.
Update Gutenberg block styles to mimic what we are doing with Stackable blocks
Teach Megan how to use the Gutenberg blocks
Turn off all Stackable blocks from the block chooser that we have found a good replacement for so that they can no longer be used
Here's a quick summary of how Stackable blocks are currently used on the site:
Hero Container block; easily replaced with a Group block.
Section Header; can be replaced with a Group block.
Schedule-at-a-glance Container block; can be replaced by Group.
We should replace the blocks we only have a few instances of (4 and 5 above) and then cut out only the css we need to render the blocks we keep (1, 2 and 3) and include it conditionally on only the pages that need them. Then we can uninstall the stackable plugin entirely.
Alternatively we could go through all old pages and replace all stackable blocks.
The text was updated successfully, but these errors were encountered:
Now that Gutenberg blocks have matured, let's deprecate our use of Stackable and use Gutenberg blocks going forward. There are problems with keeping on the latest version of Stackable and the way it is being developed don't align with our needs. We'll need to keep Stackable around for Events that currently use it.
Here's a quick summary of how Stackable blocks are currently used on the site:
We should replace the blocks we only have a few instances of (4 and 5 above) and then cut out only the css we need to render the blocks we keep (1, 2 and 3) and include it conditionally on only the pages that need them. Then we can uninstall the stackable plugin entirely.
Alternatively we could go through all old pages and replace all stackable blocks.
The text was updated successfully, but these errors were encountered: