You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# a default, working with the provided contrib link_model
CKEDITOR_LINK_ATTR_MODIFIERS = getattr(
settings,
'CKEDITOR_LINK_ATTR_MODIFIERS', {
'cms_page': '{cms_page_2}'
}
)
benzkji
added a commit
to benzkji/django-ckeditor-link
that referenced
this issue
Nov 7, 2018
use a config, for mapping multi widgets and other special cases.
for example the django-cms
PageField
:The text was updated successfully, but these errors were encountered: