You are here

function oa_buttons_add_section_content_settings_form in Open Atrium Core 7.2

Provides the form for the widget.

1 string reference to 'oa_buttons_add_section_content_settings_form'
add_section_content.inc in modules/oa_buttons/plugins/content_types/add_section_content.inc

File

modules/oa_buttons/plugins/content_types/add_section_content.inc, line 20

Code

function oa_buttons_add_section_content_settings_form($form, &$form_state) {
  return $form;
}