🇵🇱Poland @ufol666

Account created on 8 September 2023, over 1 year ago
#

Recent comments

🇵🇱Poland ufol666

I also have this problem, I could not find anything in the options.
preporcess solved the problem:


function YOURTHEMENAME_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {
  if ($form_id == 'YOURSIMPLENEWSFORMID') {
     $form['langcode']['#access'] = FALSE;;
  }
}

Production build 0.71.5 2024