bnzk / django-ckeditor-link

link plugin for ckeditor, based on django modelforms/modeladmin, allowing direct linking to your models, or whatever
GNU General Public License v2.0
2 stars 2 forks source link

decide which attributes to use #8

Closed benzkji closed 8 years ago

benzkji commented 8 years ago

data-ckeditor-link=true => this is a link created with ckeditor_link

data-whateverproperty_of_the_link_model => data, for the link model

is this it?

benzkji commented 8 years ago

yes