Metadata-Version: 2.1
Name: wagtail-tags-block
Version: 4.1.0
Summary: A Wagtail block for storing tags.
Home-page: https://github.com/high-dimensional/wagtail-tags-block
Author: High Dimensional Neurology Group, UCL
Author-email: pypi@highdimensional.net
License: BSD-3-Clause
Platform: any
Classifier: Framework :: Django
Classifier: Framework :: Wagtail
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS.txt

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
------------

1. Install using `pip`:
  ```shell
  pip install wagtail-tags-block
  ```
2. Add
   `wagtail_tags_block` to your `INSTALLED_APPS` setting:
   ```python
   INSTALLED_APPS = [
     # ...
     'wagtail_tags_block'
     # ...
   ]
   ```


