Sait KURT
Sait KURT
hi, can compatible with eckinox/tinymce-bundle (symfony 6.3)?
remove or disable 'web_dir' in config/packages/artgris_file_manager.yaml `# web_dir: public` and use dir: '%kernel.project_dir%/public/uploads' use %kernek.project_dir% on dir parameter
In Bootstrap 4 > add rules in your css > button.multiselect-option.dropdown-item { > width: auto !important; > } > span.multiselect-group.dropdown-item-text { > display: inline-flex !important; > cursor: default; > }...
copy '**vendor\artgris\filemanager-bundle\Resources\views\manager.html.twig**' to '**templates\bundles\ArtgrisFileManagerBundle\manager.html.twig**' you can modify how you want. you can do override main template with this method
root/templates/bundles/ArtgrisFileManagerBundle/manager.html.twig i tested just now, its work.
Uppercase or lowercase letters are not important in Windows, but important in Unix. Congratulations
`bin/console ckeditor:install --tag=4.22.1 ` automatically installed 4,23 so same error. `yarn add [email protected] ` automatically installed 4,23 so same error. ` npm install --save [email protected] ` this works # installed...
hi again, render problem on live components using ``` ->add('images', UxMediaCollectionType::class, [ 'conf' => 'default', 'tree' => true, 'entry_options' => ['readonly' => false] ]) ``` https://www.youtube.com/watch?v=V61KjWuO128 https://www.youtube.com/watch?v=vFrvylBK8Go
Sorry, i changed them
It would be great if we could learn about the features planned for version 3.0. For example, I'm considering implementing something similar to what Livewire provides — like custom error...