Media (DAM)
Copyright © by The DAM development team <typo3-project-dam@lists.typo3.org>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: Digital Asset Management
- 1.1. Introduction
- 1.2. Installation
- 1.3. Basic Configuration
- 1.4. Setup DAM-Backend-Permissions (Backend-Users/Groups)
- 1.5. Changing DAM Look & Feel
- 1.6. Working with files
- 1.7. Working with selections
- 1.8. Working with categories
- 1.9. Usage information
- 1.10. Tools
- 1.11. Working with multiple languages
- 1.12. Integration with extensions
- 1.13. TSConfig
- Configuration
- Configuration of the DAM and it's module are provided through TSconfig. For User and Page TSconfig the same properties are available for configuration. Please keep in mind Page TSconfig will be read from the DAM SysFolder only.
- Configuration is placed in
- mod.txdamM1_* ... module configuration
- tx_dam. ... general DAM configuration
- Disable submodules
- Set Media SysFolder invisible
- Disable Upload in RTE for media links and images
- Disabling tabs in image element browser
- If you want to disable tabs in the RTE insert image dialogue, use the following TSconfig:
- RTE.default.buttons.image.options.removeItems = media_plain,
- media_magic, media_dragdrop, media_upload
- //or
- RTE.default.blindImageOptions = media_plain, media_magic,
- media_dragdrop, media_upload
- Setup styles for media links
- In order to enable users to choose the style of a media link, use the following TSconfig setup for RTE:
- RTE.classesAnchor {
- download {
- class = download
- type = media
- titleText = [yourTitleText]
- target = _blank
- }
- }
- In difference to the classic file module, you need to set type = media (instead of type = file)
- Enable secure downloads
- Add the following TS to your template:
- plugin.tx_dam_tsfemediatag.tag.typolink.jumpurl = 1 plugin.tx_dam_tsfemediatag.tag.typolink.jumpurl.secure = 1
- If you then create a text element with a link to a media element, the link will be secured (ie will not point directly to the file on the server).
- Keep in mind, the file will still be accessible. Use web server configuration to lock the directory against direct access.
- Full configuration
- 1.14. DAM configuration (tx_dam.)
- 1.15. Read online
- 1.16. Known problems
- 1.17. I found a bug / I have a feature request
- 1.18. TODO
- 1.19. Sponsoring
- 1.20. Changelog
This document is related to version 1.2.4 of the extension dam.