Arthur Gribet
Arthur Gribet
Hi, your configuration folder is not in the "public" folder so it has no public access (via /assets/img/website/randomimg.jpg url), filemanager then uses access to private files (with /manager/file/..?conf=default url to...
Hi, you can change tree to show folders and select them: https://github.com/artgris/FileManagerBundle/blob/master/Resources/doc/book/1-basic-configuration.md#tree-display-folder-tree
Hi, "orderby" and "order" are only configurable in the url: `{{ path('file_manager', {'conf':'perso', 'orderby': 'date', 'order' : 'desc'}) }}` or /manager/?conf=perso&orderby=date&order=desc
Hi @mogilvie , Do you have a method in mind? I just want to keep my bundle simple and not be dependent on a database.
An event dispatcher is a good idea and very flexible :thinking: :+1:
Hi, In my last release, you can add a twig_extension to handle image preview: https://github.com/artgris/FileManagerBundle/blob/master/Resources/doc/book/1-basic-configuration.md#twig_extension-to-apply-a-twig-filter-or-a-twig-function-to-preview-images and resize (for example) image preview
or if you don't need a preview, override my template and delete the column.
Hi @mariia-moiseienko, you need to add `module=tiny` in cmsURL : `var cmsURL = "file_manager/?module=tiny&conf=tiny";` and replace: `html: windowManagerCSS + '
https://github.com/artgris/FileManagerBundle/blob/master/Resources/doc/tutorials/integrate-tinymce.md
Hello, it's not possible. You need to [override my bundle](https://symfony.com/doc/current/bundles/override.html)