Making TinyMCE image pick dialog point to a default folder on Plone
Plone 4.1. What would be the easiest way to make TinyMCE image picker dialog point to a site default folder (/image-bank) instead of current folder? This + folder display as album would provide a rudimentary image bank support for Plone easily. I'd hope to achieve this feature for All Plone out of the box content types (ATContentTypes) My custom AT content types MY custom Dexterity content types Portlet editor WYSIWYG (is it zope.formlib?) If it's difficult to edit Python code all over the places, it's accetable just to a Javascript snippet patching TinyMCE settings on the client side. Mikko: