You are here

function mee_scald_provider in Scald: Media Management made easy 6

Implementation of hook_scald_provider().

File

mee/mee.module, line 635
Defines a special textarea, with drag and drop media driven by Scald and dnd.module when rich text editing is enabled on the textarea via the WYSIWYG API.

Code

function mee_scald_provider() {
  return array(
    'atoms' => array(
      'composite' => array(
        t('The MEE CCK field.'),
      ),
    ),
  );
}