You are here

function sweaver_containers in Sweaver 7

Same name and namespace in other branches
  1. 6 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 458
Sweaver functions.

Code

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