Last active
October 26, 2015 15:07
-
-
Save ebinion/1282c7ef109fa2a6578d to your computer and use it in GitHub Desktop.
Revised Standard.json for Craft's Redactor to allow script tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"deniedTags": ["style"], | |
"buttons": ["html","formatting","bold","italic","unorderedlist","orderedlist","link","image","video"], | |
"plugins": ["fullscreen"], | |
"toolbarFixedBox": true, | |
"script": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace the
Standard.json
located atcraft/config/redactor/Standard.json
with this one