The plugin enables users to upload/select assets from the Perch Assets system. Images are displayed inline in the text box of the Redactor Editor.
This plugin is sponsored by Sly Design.
- Perch or Perch Runway 3.0 or higher
- A Javascript-enabled browser
- Download the latest version
- Unzip the download
- Place the folder
pipit_inlineperchassets
inaddons/plugins/editors/redactor-plugins
General custom editor configurations guide can be found in Perch Documentation.
In your config file:
define('PERCH_CUSTOM_EDITOR_CONFIGS', true);
Create a Javascript file addons/plugins/editors/config.js
. A guide on how to create one can be found in Perch Documentation.
Your download includes a sample config file which you can use as a reference.
The plugin supports the image upload attributes such as imagewidth
and imageheight
as listed in Perch Documentation