Changes between Initial Version and Version 1 of Ticket #14717, comment 1
- Timestamp:
- Aug 17, 2017, 2:19:45 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14717, comment 1
initial v1 1 CKEditor doesn't support custom elements by default. In order to make them work dtd would need to be modified (source code for dtd) and new editor would needto be built.1 CKEditor doesn't support custom elements by default. In order to make them work, dtd needs to be modified (source code for dtd), ACF needs to be extended and new editor needs to be built. 2 2 Please see: https://stackoverflow.com/questions/16066556/ckeditor-how-to-allow-for-inserthtmlcustomtag-myattr-value-customtag/16068708#16068708 3 3 4 Direct Source Code modification is required for block-level tags. For inline tags dtd can be modified before first editor initialization. Please see #14418 for code example. 4 Direct Source Code modification is required for block-level tags. For inline tags dtd can be modified before first editor initialization. Please see #14418 for code example. 5 5 6 6