You are here

function sweaver_containers in Sweaver 6

Same name and namespace in other branches
  1. 7 sweaver.module \sweaver_containers()

Sweaver editor containers.

1 call to sweaver_containers()
sweaver_plugin_editor_config_editor in plugins/sweaver_plugin_editor/sweaver_plugin_editor.admin.inc
Editor form.

File

./sweaver.module, line 362
Sweaver functions.

Code

function sweaver_containers() {
  return array(
    'one' => t('Font'),
    'two' => t('Background'),
    'three' => t('Spacing'),
    'four' => t('Empty'),
  );
}