You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get selectableTypes be parametrized so that a consumer (for ex. TinyMCE template) could pass its specific configuration via data-pat-upload. Actually TinyMCE has Products.CMFPlone.interfaces.controlpanel.ITinyMCESchema.plone.contains_objects configuration registry option that seems to fit quite well.
The text was updated successfully, but these errors were encountered:
Bring here this: https://community.plone.org/t/tinymce-upload-file-to-containers-other-than-folder-large-plone-folder-plone-site-impossible/16135/2
The problem is that
selectableTypes
are defaulted to ['Folder'] heremockup/src/pat/upload/upload.js
Line 49 in c31dcf0
IMHO, it would be nice either of this two options:
IPrincipiaFolderish
as suggested by @petschki (https://community.plone.org/t/tinymce-upload-file-to-containers-other-than-folder-large-plone-folder-plone-site-impossible/16135/3?u=sauzher)selectableTypes
be parametrized so that a consumer (for ex. TinyMCE template) could pass its specific configuration viadata-pat-upload
. Actually TinyMCE hasProducts.CMFPlone.interfaces.controlpanel.ITinyMCESchema.plone.contains_objects
configuration registry option that seems to fit quite well.The text was updated successfully, but these errors were encountered: