Last updated February 20, 2013. Created by akhodakovskiy on February 10, 2013.
Edited by agalitsyn, csandanov. Log in to edit this page.
Asset module installation
The Asset module can be downloaded and installed via the standard Drupal installation process.
The Asset module activated itself provides an API for Media Asset entities creation. Submodules can be enabled to receive additional features:
- Predefined Asset types:
- Image: asset_image
- Image: asset_image
- Video: asset_video
- Audio: asset_audio
- Document: asset_document
- Gallery: asset_gallery
- Free HTML: asset_freehtml
- Advanced UI and contribution
widget: asset_widget
- Feeds integration: asset_feeds
Requirements
Contributed modules:
Predefined asset type submodules require:
- asset_image depends on Drupal core Image module.
- asset_audio requires jPlayer.
- asset_video requires Emvideo module, which is submodule of asset project. Any of emvideo providers submodules should be enabled
- asset_gallery requires Entityreference, References dialog, Views, Lightbox2
- asset_feeds requires Feeds and Views