diff --git a/bootstrap_barrio.theme b/bootstrap_barrio.theme index 70e6f7830a66e1737cced6c940f3f691d6880372..d661546560dca22ae2068f622ff3b24cbffdf367 100644 --- a/bootstrap_barrio.theme +++ b/bootstrap_barrio.theme @@ -358,6 +358,13 @@ function bootstrap_barrio_theme_suggestions_region_alter(array &$suggestions, ar } } +/** + * Implements hook_theme_suggestions_HOOK_alter() for node add/edit. + */ +function bootstrap_barrio_form_node_form_alter(&$form, FormStateInterface $form_state) { + $form['#theme'] = ['node_edit_form']; +} + /** * Implements hook_theme_suggestions_HOOK_alter() for links templates. */