Skip to content

Instantly share code, notes, and snippets.

@webrgp
Created July 13, 2022 14:49
Show Gist options
  • Save webrgp/abf4eea74d74370ce72fa4b0c21e979c to your computer and use it in GitHub Desktop.
Save webrgp/abf4eea74d74370ce72fa4b0c21e979c to your computer and use it in GitHub Desktop.
RichText Redactor Base Configuration
{
"buttons": [
"html",
"formatting",
"bold",
"italic",
"unorderedlist",
"orderedlist",
"link",
"file"
],
"formatting": ["p", "h2", "h3", "h4", "h5", "h6"],
"linkNewTab": true,
"toolbarFixed": true,
"plugins": ["table"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment