Any idea where is this error coming from and why ? :
" Filter ckeditor_link_filter has no type specified! "
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | -filter_ckeditor_link_filter_has_no_type_specified-1882646-3.patch | 593 bytes | robert castelo |
Any idea where is this error coming from and why ? :
" Filter ckeditor_link_filter has no type specified! "
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | -filter_ckeditor_link_filter_has_no_type_specified-1882646-3.patch | 593 bytes | robert castelo |
Comments
Comment #1
anrikun commentedThere is no way to know as you give absolutely no information, especially how to reproduce this issue and what effect it has.
Comment #2
johazielI get the same,
I think it's edit module who required that
from edit module README
Comment #3
robert castelo commentedYep, it's Editor module which has been backported from Drupal 8 and needs to know how to deal with each filter.
Patch attached which adds compatibility with Edit module and brings this excellent module one step closer to a Drupal 8 version ;-)
Comment #4
wim leersI've already implemented support for this module in Edit module now: #2172029: Specify filter type for biblio_filter_reference, biblio_filter_inline_reference, ckeditor_link_filter, filter_footnotes, node_embed, oembed, smart_paging_filter and smart_paging_filter_autop. But yes, you'll need to specify this in the Drupal 8 port of this version anyway :)