A Patternslib plugin for redactor.
To convert any textarea to a redactor-enabled editor just give it the class pat-redactor
.
The following key/values are supported in the data-pat-redactor
data attribute:
toolbar-type
with values beingstandard
,fixed
orair
toolbar-external
with a css-selector value pointing to the external toolbar element.toolbar-fixed-target
with a css-selector pointing to the layer of the toolbar.buttons
as a comma/space separated list of buttons you wish to have available on the editor.air-buttons
the buttons in the air menu by use of if you have specifiedair
as the toolbar type.allowed-tags
ordenied-tags
as a comma/space separated list of allowed/not-allowed html tags.file-upload
as a url where file uploads are going to be posted to.image-upload
as a url where image uploads are going to be posted to.
Download redactor.js and unzip the the file in a directory named redactor
one level above this directory.
In your console,
npm install
gulp bower
gulp