Skip to content
Snippets Groups Projects
Commit 1d8464bd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2475231 by jcnventura, mgifford, xjm: Content translation header in...

Issue #2475231 by jcnventura, mgifford, xjm: Content translation header in content type edit form is not styled correctly
parent 5168706f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -466,7 +466,6 @@ function content_translation_language_configuration_element_process(array $eleme
// default to no translatability.
'#default_value' => $context['bundle'] ? \Drupal::service('content_translation.manager')->isEnabled($context['entity_type'], $context['bundle']) : FALSE,
'#element_validate' => array('content_translation_language_configuration_element_validate'),
'#prefix' => '<label>' . t('Translation') . '</label>',
);
$submit_name = isset($form['actions']['save_continue']) ? 'save_continue' : 'submit';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment