You are here

function flexiform_add_modal_button_content_type_options_submit in Flexiform 7

Options form submit.

File

plugins/content_types/add_modal_button.inc, line 91
Plugin to handle attached entity content types

Code

function flexiform_add_modal_button_content_type_options_submit($form, &$form_state) {
  $form_state['conf']['button_class'] = $form_state['values']['button_class'];
}