Skip to content

Commit

Permalink
Tests: fixed ACF to allow noneditable paragraphs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Jan 16, 2018
1 parent f7288a0 commit 500ac4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/plugins/widgetselection/manual/specialcharacters.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ <h1>Hello world!</h1>
</div>

<script>
CKEDITOR.replace( 'editor1' );
CKEDITOR.replace( 'editor1', {
extraAllowedContent: 'p[contenteditable]'
} );
</script>

0 comments on commit 500ac4f

Please sign in to comment.