Aside Block (Float / Offset)
A Gutenberg Aside container block with float, offset, width constraints, variants, and block supports (colors/spacing/typography).
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jtsternberg/wp-aside-block/archive/refs/heads/main.zipReadme
Aside Block (Float / Offset)
What it is
A Gutenberg container block that renders a semantic <aside> and supports:
- Inner blocks (container)
- Variant styles
- Optional float left/right
- Adjustable width, min/max width, and outer-side offset
- Mobile breakpoint presets (600/768/782/960)
- Core block supports (background/text color, spacing, typography)
Install (dev)
- Put this folder in:
wp-content/plugins/wp-aside-block/ - From the plugin folder run:
npm installnpm run build
- Activate the plugin in wp-admin.
- Insert the “Aside” block.
Notes
- This plugin is built with
@wordpress/scripts. - The block supports will give you Quote-like color/spacing/typography controls in the editor.