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. TSConfig
- 1.13. 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.
- 1.14. Configuration is placed in
- 1.15. mod.txdamM1_* ... module configuration
- 1.16. 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)
- Full configuration
- 1.17. DAM configuration (tx_dam.)
- 1.18. Read online
- 1.19. Known problems
- 1.20. I found a bug / I have a feature request
- 1.21. TODO
- 1.22. Sponsoring
- 1.23. Changelog
This document is related to version 1.2.0 of the extension dam.