This is a plugin for django-cms that extends the original link plugin and adds a new field to define the class attribute of the link.
Installation
If you want to install the latest stable release from PyPi:
$ pip install cmsplugin-link-extended
If you feel adventurous and want to install the latest commit from GitHub:
$ pip install -e git://github.com/bitmazk/cmsplugin-link-extended.git#egg=cmsplugin_link_extended
Add cmsplugin_link_extended to your INSTALLED_APPS:
INSTALLED_APPS = (
...,
'cmsplugin_link_extended',
)
Don’t forget to migrate your database:
./manage.py migrate cmsplugin_link_extended
Contribute
If you want to contribute to this project, please perform the following steps:
# Fork this repository # Clone your fork $ git co -b feature_branch master # Implement your feature and tests # Describe your change in the CHANGELOG.txt $ git add . && git commit $ git push origin feature_branch # Send us a pull request for your feature branch
Roadmap
Check the issue tracker on github for milestones and features to come.
Release files for cmsplugin-link-extended 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cmsplugin-link-extended-0.2.tar.gz | 12.1 kB | Details |
Release files / cmsplugin-link-extended-0.2.tar.gz
| Download URL | cmsplugin-link-extended-0.2.tar.gz |
|---|---|
| Size | 12.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ff5d750c8238c95af3e7fb4849413fa057d6d28036248a963e79dd55f7e72927
|
|
BLAKE2b-256 checksum How to use checksums |
bc3e89648fcadb8947af477a6786a85c069675630dc0678713dc62b6052a090f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |