About Block archived
About Block for in Gutenberg Editor
★ 1stars
132composer installs
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/imagewize/about-block/archive/refs/heads/main.zipAlso on Packagist as imagewize/about-block:
composer require imagewize/about-blockFrom the readme
About Block
A WordPress block plugin that provides a professional about section with image and text layout. Perfect for introducing yourself or your business on any WordPress page.
Features
- Clean, modern layout with image and text columns
- Responsive design with mobile-friendly padding
- Customizable background colors
- Support for rounded profile images
- Typography with Open Sans font (with system font fallbacks)
- Two-paragraph layout with different font sizes for visual hierarchy
- Full support for WordPress block alignment (wide/full)
Installation
Via Composer
Install the package using Composer:
Via WordPress Admin
1. Upload the plugin files to the /wp-content/plugins/about-block directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
Theme Requirements
Your theme needs to have border support enabled for images. Add the following to your theme's theme.json:
Without these settings, you won't be able to adjust the border properties of the profile image in the block.
Development
Local Development
1. Clone the repository
2. Run npm install
3. Start development server: npm run
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.1 | May 16, 2025 |
| v1.0.0 | Apr 15, 2025 |
| v1.0.0-beta | Feb 3, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.