Verified Commit 49ecc4ab authored by Jess's avatar Jess
Browse files

Issue #3210684 by joachim, mikran, tobiasb: Put each entity type table into a...

Issue #3210684 by joachim, mikran, tobiasb: Put each entity type table into a details element on admin/config/regional/content-language

(cherry picked from commit 598f9f5c)
parent 2a71397e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {

      $form['settings'][$entity_type_id] = [
        '#title' => $label,
        '#type' => 'container',
        '#type' => 'details',
        '#entity_type' => $entity_type_id,
        '#theme' => 'language_content_settings_table',
        '#bundle_label' => $entity_type->getBundleLabel() ?: $label,
+0 −1
Original line number Diff line number Diff line
@@ -12,5 +12,4 @@
 * @ingroup themeable
 */
#}
<h4>{{ title }}</h4>
{{ build }}