WP Sensible - Alignment Options archived
Add wrappers to alignwide and alignfull blocks on save
by Tiny Pixel · github.com/pixelcollective/wp-sensible-alignments · website
★ 1stars
1composer installs
1forks
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/pixelcollective/wp-sensible-alignments/archive/refs/heads/master.zipAlso on Packagist as tiny-pixel/wp-sensible-alignments:
composer require tiny-pixel/wp-sensible-alignmentsFrom the readme
WP Sensible
WP Sensible is a suite of needed utilities for professional WordPress development. They are being tracked in separate repositories so that you can use only what you need.
Alignment Options
Adds wrappers for .alignfull and .alignwide blocks that provide additional hypertext surface area for easier frontend development. These hooks run when saving a post.
Production build size: 1.39KiB.
Install
via Github
This repository can be used for installation. It includes the /dist folder.
git clone git@github.com:pixelcollective/wp-sensible-alignments
via Composer
You can also install using composer:
composer require tiny-pixel/wp-sensible-alignments
via other Package Managers
If you only want the javascript src assets you can use @bit, npm or yarn:
bit import tinypixel.wp-sensible/alignments
npm i @bit/tinypixel.wp-sensible.alignments
yarn add @bit/tinypixel.wp-sensible.alignments
Development
Configured using Laravel Mix.
- Set your development URL in resources/build/app.js.
- Run yarn start to start a BrowserSync session
- Run yarn build:production to build for production.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.0 | Feb 19, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.