Skip to content
Snippets Groups Projects

Restore opinions

Merged Adam G-H requested to merge issue/drupal_cms-3504653:3504653-update-rink into 1.x
2 files
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -68,6 +68,7 @@ function drupal_cms_installer_theme_form_install_settings_form_alter(array &$for
'#suffix' => '</p>',
'#weight' => -50,
];
$form['driver']['#type'] = 'select';
}
/**
@@ -97,4 +98,5 @@ function drupal_cms_installer_theme_form_install_configure_form_alter(array &$fo
'#suffix' => '</div>',
];
}
$form['actions']['submit']['#value'] = t('Finish');
}
Loading