scigroup / tinyuplmngr
TinyMCE + Plupload very minimalistic upload manager
Installs: 132
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:sci-bundle
Requires
- doctrine/orm: ^2.6
- symfony/config: ^4.4
- symfony/console: ^4.4
- symfony/dependency-injection: ^4.4
- symfony/framework-bundle: ^4.4
- symfony/http-foundation: ^4.4
- symfony/http-kernel: ^4.4
- symfony/property-access: ^4.4
- symfony/validator: ^4.4
This package is not auto-updated.
Last update: 2024-11-13 09:49:17 UTC
README
Don't install it. The bundle is under development!
Current state
Only Doctrine2 is supported.
Installation
Configuration
After installing the bundle, make sure you add this route to your routing:
# app/config/routing.yml _sci_group_tinymce_plupload_file_manager: resource: '@SciGroupTinymcePluploadFileManagerBundle/Resources/config/routing.xml'
{# Template file with form #} {% import "SciGroupTinymcePluploadFileManagerBundle::_macro.html.twig" as tpfm_macro %} {% block head_javascripts %} {{ parent() }} {{ tpfm_macro.plupload(app.environment, app.session.getId(), eventPage.eventPageIdMappingType, max_uploaded_filesize_mb) }} {% endblock %}