A Wagtail block for storing tags.
Project description
wagtail-tags-block
A Wagtail block for storing tags. Please bear with us while we prepare more detailed documentation.
Compatibility
wagtail-tags-block
' major.minor version number indicates the Wagtail release it is compatible with. Currently this is Wagtail 4.1.x
Installation
- Install using
pip
:
pip install wagtail-tags-block
- Add
wagtail_tags_block
to yourINSTALLED_APPS
setting:INSTALLED_APPS = [ # ... 'wagtail_tags_block' # ... ]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.