#13675 closed Task (invalid)
allowedContent for html tag ( div, figcaption ... ) without widget plugin
Reported by: | Donnie Nguyen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Is there a way to add 'allowedContent' to specific html tag ( div, figcaption, .. ) without using widget plugin ?
For example I want to only allow "br em strong sub sup u s; a[!href]" with "figcaption" ( similar as image2 plugin ).
Change History (3)
comment:2 follow-up: 3 Changed 9 years ago by
Keywords: | allowedCotent removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.2 |
This is not the right place to ask questions. This is bug tracker.
For community support try posting a question on http://stackoverflow.com/tags/ckeditor
Btw. I don't understand why are you not using widgets which have this feature implemented. You don't have to use image2. You can implement your very own widget and introduce ACF rules for it.
comment:3 Changed 9 years ago by
Thank you !
Replying to j.swiderski:
This is not the right place to ask questions. This is bug tracker.
For community support try posting a question on http://stackoverflow.com/tags/ckeditor
Btw. I don't understand why are you not using widgets which have this feature implemented. You don't have to use image2. You can implement your very own widget and introduce ACF rules for it.
Please help me.