alejandro-sanchez1992 / gutenberg-section-block
One of the main elements used for layout in pages, a section / container block is on the roadmap, but I needed one. Now. So Here it is!
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-06-26 00:25:51 UTC
README
Note: The aim of this plugin is to fill a gap in the default layout blocks until a similar one is built into core. So it receives the minimum maintenance until then.
Section block for Gutenberg
One of the main elements used for layout in pages, a section / container block is on the roadmap, but I needed one. Now. So Here it is!
Plus it's a good attempt at exploring and reusing the existing components, which are plenty. So it was fairly easy in the end.
Settings:
Changelog:
2020-04-14 - v.1.1.4
- Fix: Update various libraries, fix compatibility with WP 5.4
2019-02-25 - v.1.1.3
- Fix: Update CGB Scripts to latest version, which fixes compatibility issue with Ghost Kit
2018-12-20 - v.1.1.2
- Tweak: Show controls for wide and full alignment
2018-12-11 - v.1.1.1
- Fix: Changed JS dependency from wp-blocks to wp-block-library
2018-11-17 - v.1.1.0
Hopefully the deprecation / migrate part will work properly, allowing users to keep their previously created blocks, despite the changes:
- Feature: Adds Tag selector
- Feature: Adds section text color
- Feature: Adds spacing toggle
2018-11-17 - v.1.0.1
- Fix; Fix deprecated error: Update to PanelColorSettings
- Tweak: Fixed spacer slider styles
- Fix: Update type parameter to new allowedTypes in MediaUpload
This project was bootstrapped with Create Guten Block.