Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/springload/wagtailclasssetter
WARNING: This repo isn't maintained anymore! Class setter for link tags in Hallo.js editor
https://github.com/springload/wagtailclasssetter
hallo-editor wagtail
Last synced: 1 day ago
JSON representation
WARNING: This repo isn't maintained anymore! Class setter for link tags in Hallo.js editor
- Host: GitHub
- URL: https://github.com/springload/wagtailclasssetter
- Owner: springload
- License: bsd-3-clause
- Created: 2015-01-09T02:38:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T22:55:30.000Z (almost 7 years ago)
- Last Synced: 2024-12-05T09:16:52.215Z (about 2 months ago)
- Topics: hallo-editor, wagtail
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**!! WARNING: This repo isn't maintained anymore !!**
# Wagtail Class Setter
> Class setter for link tags in Hallo.js editor Edit
*Check out [Awesome Wagtail](https://github.com/springload/awesome-wagtail) for more awesome packages and resources from the Wagtail community.*
## Quickstart
```sh
pip install git+https://github.com/springload/wagtailclasssetter.git
```Add wagtailclasssetter to your settings.py in the INSTALLED_APPS section:
```python
...
'modelcluster',
'wagtailclasssetter',
'core',
'wagtail.contrib.wagtailsitemaps',
...
```On hold until (links) attributes can be whitelisted. Works great otherwise :D