You are here

public function boxes_simple::options_defaults in Boxes 6

Same name and namespace in other branches
  1. 7 plugins/boxes_simple.inc \boxes_simple::options_defaults()

Implementation of boxes_content::options_defaults().

Overrides boxes_box::options_defaults

File

plugins/boxes_simple.inc, line 10

Class

boxes_simple
Simple custom text box.

Code

public function options_defaults() {
  return array(
    'body' => '',
    'format' => FILTER_FORMAT_DEFAULT,
  );
}