Commit 7c4394b3 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Issue #3278684 by bartlangelaan, Grevil: Invalid config schema

parent 1957ef90
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -258,6 +258,9 @@ function extra_field_plus_form_entity_view_display_edit_form_submit(array $form,

        $view_display->setComponent($name,
          [
            // Setting a type makes it possible to provide a config schema for
            // the settings.
            'type' => $name,
            'settings' => $settings,
          ] + $component)
          ->save();