Skip to content

showhidden: false ! #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xorgxx opened this issue Apr 12, 2015 · 2 comments
Closed

showhidden: false ! #136

xorgxx opened this issue Apr 12, 2015 · 2 comments

Comments

@xorgxx
Copy link

xorgxx commented Apr 12, 2015

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
    configs:
#        my_config:
#            toolbar: standard

        default:
            extraPlugins: 'oembed,lineutils,widget' #
            toolbar: "neoToolbar_1" #   full - standard - basic

#            filebrowserBrowseRoute: elfinder
#            filebrowserBrowseRouteParameters:
#                instance: default #ckeditor
            filebrowserBrowseRoute: elfinder
            filebrowserBrowseRouteParameters:
                instances: default

thank for your help
config: symfony 2.6.6, ivoryckeditor master, and elfinder master

@helios-ag
Copy link
Owner

Hi @xorgxx 'compression' isn't used anymore, and showhidden was renamed to show_hidden (hides dot started files/folders).

@xorgxx
Copy link
Author

xorgxx commented Apr 12, 2015

ha ok I should be more careful !, thank it simce all work now.
thanks very must for fast anscew.

@xorgxx xorgxx closed this as completed Apr 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants