Closed (fixed)
Project:
File Entity (fieldable files)
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Sep 2011 at 20:02 UTC
Updated:
11 Jan 2013 at 06:34 UTC
Comments
Comment #1
dave reidComment #2
nonprofit commentedIs there a UI? I'm wondering where to begin. Thanks!
Comment #3
dave reidComment #4
pbuyle commentedHere is my list:
Does...
- provide a Content > Files UI to browse all managed files.
- make files fieldable via code and UI (using Field API and the Field UI module).
- support multiple files types defined in code only (
hook_file_type_info()andhook_file_type_info_alter) as entity bundles.- support view mode for files, defined in code (via
hook_file_type_info_alter).- support multiple displays for each file type and each view mode. Displays can be contributed by additional modules. Configuration is made via UI and can be exported to code (CTools exportable).
Does not...
- provide any kind of file upload interface.
- provide a CRUD UI for file types.
- provide a CRUD UI for file view modes (you have to use Display Suite or something similar if this is wanted).
Comment #5
nonprofit commentedThanks mongolito404!
Comment #6
devin carlson commentedI've updated the project page with the functionality outlined in #4 along with some basic information on requirements, installation, etc.