You are here

function mee_wysiwyg_include_directory in Scald: Media Management made easy 7

Implements hook_wysiwyg_include_directory().

File

modules/fields/mee/mee.module, line 877
Defines a special textarea, with drag and drop media driven by Scald and dnd.module.

Code

function mee_wysiwyg_include_directory($type) {
  switch ($type) {
    case 'plugins':
      return $type;
  }
}