diff --git a/Configuration/RTE/Default.yaml b/Configuration/RTE/Default.yaml index 82b8810..06be146 100644 --- a/Configuration/RTE/Default.yaml +++ b/Configuration/RTE/Default.yaml @@ -52,13 +52,16 @@ editor: # enableShortcut: true processing: - allowAttributes: [class, title, start] + allowAttributes: [] HTMLparser_db: tags: ol: allowedAttribs: - - class - start + code: + allowedAttribs: [] + pre: + allowedAttribs: [] allowTagsOutside: - pre - blockquote