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
hi i just install new symfony project all work well, but i have problem with : showhidden: false # defaults to false if uncomment it block all ?
instances:
default:
locale: %locale% # defaults to current request locale
editor: ckeditor # other choices are tinymce or simple, and form
fullscreen: true # defaults true, applies to simple and ckeditor editors
include_assets: true # disable if you want to handle loading of the javascript and css assets yourself
# compression: false # enable if you configured the uglifycss and uglifyjs2 assetic filters and want compression
connector:
debug: false # defaults to false
roots: #at least one root must be defined uploads
uploads1:
# showhidden: false # defaults to false
driver: LocalFileSystem
path: bundles/neocore/images #uploads
upload_allow: ['image/gif', 'image/png', 'image/jpg', 'image/jpeg']
upload_deny: ['all']
upload_max_size: 2M
hi i just install new symfony project all work well, but i have problem with :
showhidden: false # defaults to false
if uncomment it block all ?thank for your help
config: symfony 2.6.6, ivoryckeditor master, and elfinder master
The text was updated successfully, but these errors were encountered: