wagtail_text_alignment
Why is this package better than other implementations?
Other implementations often lack support for text alignment on block entities. This package doesn't have that limitation. You can align text, headings, lists, etc.
Quick start
-
Install the package via pip:
pip install wagtail_text_alignment
-
Add 'wagtail_text_alignment' to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., 'wagtail_text_alignment', ] -
Add 'text-alignment' to your richtext features. (it is included in default features)
-
To align it on the frontend too; add the following CSS:
.text-left { text-align: left; } .text-center{ text-align: center; } .text-right { text-align: right; }
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wagtail_text_alignment-1.0.2.tar.gz.
File metadata
- Download URL: wagtail_text_alignment-1.0.2.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.0.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b23d6dd6894c94b8bb85b8f9c6daf82a8dd878236fc2c553f74546168281f4e
|
|
| MD5 |
4c10b44680e2fd9ad58a24b40bdc6702
|
|
| BLAKE2b-256 |
f006d73733307ed59d0328a3938cb5bc5c3c88bcba3cc2d9523551ff3ed7e2e8
|