Skip to content
Snippets Groups Projects
Commit 90ca80ba authored by Manuel Adán's avatar Manuel Adán Committed by Sascha Eggenberger
Browse files

Issue #3193673 by manuel.adan: [Entity_browser] Add Gin classes to the Entity Browser modal HTML

parent c588b364
No related branches found
No related merge requests found
......@@ -81,6 +81,13 @@ function gin_preprocess_html(&$variables) {
}
}
/**
* Implements hook_preprocess_HOOK() for html__entity_browser__modal.
*/
function gin_preprocess_html__entity_browser__modal(&$variables) {
gin_preprocess_html($variables);
}
/**
* Implements hook_preprocess_HOOK() for page.
*/
......
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