Skip to content

Commit

Permalink
TinyMCE Script Tags
Browse files Browse the repository at this point in the history
TinyMCE Script Tags
  • Loading branch information
Chaddles23 committed Nov 21, 2017
1 parent a09e702 commit 698c419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InterfaceBuilder/Forms/Fields/Tinymce.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public function getDefaultParameters()
{
return [
'selector' => '#field_'.$this->getFieldName(),
'extended_valid_elements' => 'script[language|type|src|async|defer|charset]',
'browser_spellcheck' => true,
'height' => 500,
'plugins' => [
Expand Down

0 comments on commit 698c419

Please sign in to comment.