🇮🇳India @rachit_gupta1

Account created on 6 February 2020, almost 5 years ago
#

Recent comments

🇮🇳India rachit_gupta1

Please create block template for example:-
function yourthemename_theme_suggestions_block_alter(array &$suggestions, array $variables) {
if (isset($variables['elements']['content']['#block_content'])) {
array_splice($suggestions, 1, 0, 'block__bundle__' . $variables['elements']['content']['#block_content']->bundle());
}
}
File name conversation
block--bundle--banner_block.html.twig
I hope is working.

Production build 0.71.5 2024