Actions
Task #53910
closedMake FileCollections types configurable/extendable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-11-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Currently the the fileCollection types are hardcoded. It is not possible to add your own types.
You can extend the TCA so you can create you own collections in the backend. But in the RecourceFactory the conversion from type to object is hardcoded.
This should be changed so the class belonging to a type is fetched from configuration.
Actions