You are here

function ds_layout_builder_multistep_js in Display Suite 8.4

Same name and namespace in other branches
  1. 8.3 ds.module \ds_layout_builder_multistep_js()

Ajax handler for changing conditions on the 'Manage display' screen.

1 string reference to 'ds_layout_builder_multistep_js'
ds_field_template_settings_form in ./ds.module
Field template settings form.

File

./ds.module, line 988
Display Suite core functions.

Code

function ds_layout_builder_multistep_js($form, &$form_state) {
  return $form['settings']['formatter']['settings_wrapper'];
}