silverstripe-australia / silverstripe-pixlr
A module for editing images via Pixlr.
Installs: 1 333
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 2
Forks: 2
Open Issues: 8
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.1
This package is auto-updated.
Last update: 2024-10-29 04:36:28 UTC
README
Maintainer Contact
Marcus Nyeholt <marcus (at) silverstripe (dot) com (dot) au>
Requirements
SilverStripe 3.1 CURL VersionedFiles (optional)
It is recommended you use the VersionedFiles module to ensure that any changes you make while editing the image can be rolled back to a previous copy.
Documentation
- Copy the pixlr folder to the root of your silverstripe instance and run dev/build
- If you are running a publicly accessible website, you will get a noticeable speed increase by using a crossdomain.xml (a sample is provided in the module subdirectory) at the root of your website so that the pixlr application can directly access the image files it needs. Make sure to set PixlrEditorField::$use_credentials to TRUE in your mysite/_config.php
Further information can be found at http://wiki.github.com/nyeholt/silverstripe-pixlr/
API
- PixlrEditorField::$use_credentials = true|false Indicates whether the pixlr editor can access content directly from the website without needing additional server requests to send data around. Recommended.
Troubleshooting
For additional help, create issues at http://github.com/nyeholt/silverstripe-pixlr/issues