Skip to content
Snippets Groups Projects
Commit a1ed78fb authored by Alberto Siles's avatar Alberto Siles
Browse files

Alter node edit theme.

parent 21b4bd94
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
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