function atom_reference_field_diff_default_options in Scald: Media Management made easy 7
Provide default field comparison options.
File
- modules/
fields/ atom_reference/ atom_reference.module, line 423 - Defines a new field type, allowing to directly reference Scald Atoms from a node.
Code
function atom_reference_field_diff_default_options($field_type) {
return array(
'show_id' => 0,
'show_type' => 1,
'entity_title' => 'Atom',
);
}