4 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!579Issue #2230909: Simple decimals fail to pass validation,!213Issue #2906496: Give Media a menu item under Content
@@ -189,7 +193,8 @@ public function buildForm(array $form, FormStateInterface $form_state) {
];
$form['update_notifications']=[
'#type'=>'fieldgroup',
'#type'=>'fieldset',
'#attributes'=>['class'=>['fieldgroup']],
'#title'=>$this->t('Update notifications'),
'#description'=>$this->t('When checking for updates, your site automatically sends anonymous information to Drupal.org. See the <a href="@update-module-docs" target="_blank">Update module documentation</a> for details.',['@update-module-docs'=>'https://www.drupal.org/node/178772']),
@trigger_error('The '.__CLASS__.' element is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Use '.Fieldset::class.' instead. See https://www.drupal.org/node/3515272',E_USER_DEPRECATED);