Opened 14 years ago
Closed 14 years ago
#8773 closed Bug (invalid)
templates_files fails to load template files
| Reported by: | Daniel Sokolowski | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | 3.6.2 |
| Keywords: | Cc: | rotidekc@… |
Description
templates_files setting loads only the last file specified; either the previous settings are overridden or skipped. The template files I am attempting to include are loaded correctly when specified individually, I have attached them just in case
Attachments (2)
Change History (4)
Changed 14 years ago by
comment:1 Changed 14 years ago by
| Cc: | rotidekc@… added |
|---|
comment:2 Changed 14 years ago by
| Keywords: | templates template addTemplates removed |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
This is because you have used CKEDITOR.addTemplates( 'default', for all the files while name for template should be the same as filename E.g. for file chunks_chunk.js
CKEDITOR.addTemplates( 'chunks_chunk',

template file used