Skip to content
Snippets Groups Projects
Commit a1b2f120 authored by Jacob Rockowitz's avatar Jacob Rockowitz
Browse files

Merge branch '6.x' into 6.2.x

parents 56e358be 021b8f8a
No related branches found
Tags 6.x-1.2
No related merge requests found
......@@ -971,7 +971,7 @@ class WebformTranslationConfigManager implements WebformTranslationConfigManager
if (!WebformElementHelper::isElement($element, $key)) {
continue;
}
if (isset($element['#type']) && !in_array($element['#type'], ['fieldset', 'details'])) {
if (isset($element['#type']) && !in_array($element['#type'], ['container', 'details', 'fieldset'])) {
$flattened_elements[$key] = WebformElementHelper::getProperties($element);
}
$flattened_elements += $this->getElementsFlattened($element);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment