Opened 9 years ago
Closed 9 years ago
#16889 closed New Feature (invalid)
Copyformatting plugin copy filter rules
| Reported by: | Timur | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Allow to configure fitering rules for paste, from config file
Change History (3)
comment:1 Changed 9 years ago by
| Status: | new → pending |
|---|---|
| Version: | 4.7.0 (GitHub - major) |
comment:3 Changed 9 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | pending → closed |
Copy rules for plugin can be defined here:
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-copyFormatting_disallowRules
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-copyFormatting_allowRules
There are no rules for pasting but you can use pasteFilter for it:
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFilter

Could you explain in more detail what exactly do you mean by "rules for paste"? Explanations as well as examples are welcome.