Wagtail Font Awesome SVG
Add Font Awesome v7 SVG icons to your Wagtail project.
Install
pip install wagtail-font-awesome-svg
Add wagtailfontawesomesvg to your installed apps.
INSTALLED_APPS = [
'wagtailfontawesomesvg',
]
Usage
This is an overview of available icons.
Choose an icon and add it via your wagtail_hooks.py:
from wagtail import hooks
@hooks.register("register_icons")
def register_icons(icons):
return icons + [
'wagtailfontawesomesvg/brands/facebook.svg',
'wagtailfontawesomesvg/regular/face-laugh.svg',
'wagtailfontawesomesvg/solid/yin-yang.svg',
...
]
Release files for wagtail-font-awesome-svg 2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wagtail_font_awesome_svg-2.0.tar.gz | 714.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wagtail_font_awesome_svg-2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.7 MB
Release files / wagtail_font_awesome_svg-2.0.tar.gz
| Download URL | wagtail_font_awesome_svg-2.0.tar.gz |
|---|---|
| Size | 714.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aac01b5ea8b0c3de3e363a91aa5067f514b9cd385224d6ba7153d9de47120493
|
|
BLAKE2b-256 checksum How to use checksums |
ba4f636d4bc6ac1571e9f88ba9e03543cb898c9a364c0e8968a799f5d35aa28a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|
Release files / wagtail_font_awesome_svg-2.0-py3-none-any.whl
| Download URL | wagtail_font_awesome_svg-2.0-py3-none-any.whl |
|---|---|
| Size | 2.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
031e0d3d64ec96a87216519502c97a29ef6e6f10f4f8d6bbb4c98dce567bd9b7
|
|
BLAKE2b-256 checksum How to use checksums |
10b550d24da612a9681a8dec95efa632a2a6d00935b3d2bf1d8491bb66182461
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|