3 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
'#markup'=>$this->t('The UploadProgress PHP extension must be enabled to configure the progress indicator. Check the <a href=":status">status report</a> for more information.',[':status'=>Url::fromRoute('system.status')->toString()]),
'#weight'=>16,
'#access'=>!extension_loaded('uploadprogress'),
'#attributes'=>[
'role'=>'status',
],
];
$element['progress_indicator']=[
'#type'=>'radios',
'#title'=>$this->t('Progress indicator'),
...
...
@@ -70,7 +80,7 @@ public function settingsForm(array $form, FormStateInterface $form_state) {
'#description'=>$this->t('The throbber display does not show the status of uploads but takes up less space. The progress bar is helpful for monitoring progress on large uploads.'),