<?php /** * @file * Bootstrap sub-theme. * * Place your custom PHP code in this file. */ function asc_bootstrap_preprocess_page(&$vars, $hook) { // Render the library as laid out in herchel.libraries.yml $libraries['#attached']['library'][] = 'asc_bootstrap/asc_bootstrap-corescripts'; drupal_render($libraries); } //create another suggestion based on the block type /* function asc_bootstrap_theme_suggestions_block_alter(array &$suggestions, array $variables) { function asc_bootstrap_theme_suggestions_block_alter(array &$suggestions, array $variables) { >>>>>>> a03c8d80522d837a9acc6a1213d7ad7e61dc9e51 // Block suggestions for custom block bundles. if (isset($variables['elements']['content']['#block_content'])) { array_splice($suggestions, 1, 0, 'block__bundle__' . $variables['elements']['content']['#block_content']->bundle()); } } */