Skip to content
Snippets Groups Projects
Commit 74123df6 authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Merge branch '3496352-ui-patterns-2' into '8.x-1.x'

Draft: Issue #3496352 by grimreaper: UI Patterns 2: remove styles on sections

See merge request !69
parents 1f1e0a34 27218fdf
No related branches found
No related tags found
No related merge requests found
Pipeline #434782 passed
......@@ -29,6 +29,10 @@ class FormLayoutBuilderConfigureSectionAlter {
$formObject = $formState->getFormObject();
$section = $formObject->getCurrentSection();
if (str_starts_with($section->getLayoutId(), 'ui_patterns:')) {
return;
}
// Section.
$form['ui_styles'] = [
'#type' => 'container',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment