Skip to content
Snippets Groups Projects
Commit f2a77c38 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'hotline#19208_ckeditor_remove_map_and_element_ids' into 'hotline_6.59'

Hotline#19208 ckeditor remove map and element ids

See merge request !613
parents 3e35a8f2 00dc26d4
Branches
Tags
......@@ -78,6 +78,6 @@ class CkEditorViewHelperTest extends ViewHelperTestCase {
/** @test */
public function cmsFormulaireShouldAllowStyleAttribute() {
$this->assertContains('"extraAllowedContent":{"audio video":{"attributes":"*"},"source":{"attributes":["src","type"]},"map":{"attributes":"name"},"area":{"attributes":["shape","coords","href","alt"]},"span":{"classes":"*"},"*":{"styles":"*"}}', $this->_html);
$this->assertContains('"extraAllowedContent":{"audio video":{"attributes":"*"},"source":{"attributes":["src","type"]},"map":{"attributes":"name"},"area":{"attributes":["shape","coords","href","alt"]},"span":{"classes":"*"},"*":{"attributes":"id","styles":"*"}}', $this->_html);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment