function scald_youtube_install in Scald YouTube 7
Implements hook_install().
File
- ./
scald_youtube.install, line 11 - Scald Youtube Installation.
Code
function scald_youtube_install() {
ScaldAtomController::addType('video', 'Video', 'Video');
}