Paul Cripps
Paul Cripps
This would be really handy, +1 for me :)
It would be great if config file, perhaps JSON, can be managed externally, in the system/user folders or config files. Alternately per field would be neate too.
I'd really like to push for this, desperate to ensure my clients can not add h1 and other formatting... so it would a great help to allow us to configure...
A crude workaround that might work would be to add your own JS to trigger flipster's next function. Using jQUery as an example: ```jQUery function flipsterLoopNext(){ $("#flipster").flipster('next'); SlideTimeID = setTimeout(flipsterLoopNext,...