media
media copied to clipboard
Media management system for TYPO3 CMS
Keeping a changelog will help developers to track changes. Please refer to the «Keep a changelog» documentation: https://keepachangelog.com/en/1.0.0/ Furthermore the changelog documentation emphasizes to use semantic versioning. Please refer to...
I think, when file uids are fetched, subfolders should be respected, too. Or am I wrong?
dependencies from typo3/cms and fab/midi added to composer.json Fixes #198
- adds checkbox to extConf - if checkbox is set and EXT:filemetadata is loaded, display hide button in Backend media module filelist - button toggles metadata.visible field
Hi @fabarea, is there any timeline for full TYPO3 11 Support? We would be open to sponsor the Update.
The js in MediaFormEngine.js will not override FormEngine.openPopupWindow of TYPO3/CMS/Backend/ and therefore the normal filebrowser will always be shown. This is how the definition should be (no check on 'inline.',...
In FormResultCompiler this is used: `$enableMediaFilePicker = (bool)$tsConfig['options.vidi.enableMediaFilePicker'];` This should be: `$enableMediaFilePicker = (bool)$tsConfig['options.']['vidi.']['enableMediaFilePicker'];` or the condition `if ($enableMediaFilePicker)` will always be false.
In version 6.0.1 there is no ` "require": { "typo3/cms-core": "^11" } ` which causes this version to be installed in Typo3 10, when using "fab/media": "^6.0". This causes errors,...
Hi, Just spent 6 hours debugging the fact that BE users other than admin would not see any files when listing a folder in the Media module. It turns out...