WP Manifestindependent plugin directory
manifest / editor / wp-aside-block

Aside Block (Float / Offset)

A Gutenberg Aside container block with float, offset, width constraints, variants, and block supports (colors/spacing/typography).

by jtsternberg · github.com/jtsternberg/wp-aside-block

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.zip

Readme

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)

  1. Put this folder in: wp-content/plugins/wp-aside-block/
  2. From the plugin folder run:
    • npm install
    • npm run build
  3. Activate the plugin in wp-admin.
  4. 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.

Read the full README on GitHub →