Skip to content

Instantly share code, notes, and snippets.

@ebinion
Last active October 26, 2015 15:07
Show Gist options
  • Save ebinion/1282c7ef109fa2a6578d to your computer and use it in GitHub Desktop.
Save ebinion/1282c7ef109fa2a6578d to your computer and use it in GitHub Desktop.
Revised Standard.json for Craft's Redactor to allow script tags
{
"deniedTags": ["style"],
"buttons": ["html","formatting","bold","italic","unorderedlist","orderedlist","link","image","video"],
"plugins": ["fullscreen"],
"toolbarFixedBox": true,
"script": true
}
@ebinion
Copy link
Author

ebinion commented Oct 23, 2015

Replace the Standard.json located at craft/config/redactor/Standard.json with this one

@stephen-puiszis
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment