Closed (fixed)
Project:
Scald: Media Management made easy
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2012 at 11:03 UTC
Updated:
29 Jun 2012 at 12:51 UTC
Implementation example:
/**
* Implementation of hook_scald_atom_quickadd().
*/
function scald_image_scald_atom_quickadd() {
$type = array(
'type' => 'Image',
'addpath' => 'node/add/story',
'class' => 'rf-frame-child rf-frame-size[650,650]',
);
return array($type);
}
Comments
Comment #1
DeFr commented