Skip to content

Commit

Permalink
Merge pull request #74 from ubc-web-services/d9
Browse files Browse the repository at this point in the history
Update ubc_paragraph_entities.module
  • Loading branch information
occupant authored Sep 28, 2023
2 parents e64cd44 + 4bf45a7 commit c8ff828
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubc_paragraph_entities/ubc_paragraph_entities.module
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ function ubc_paragraph_entities_theme_suggestions_paragraph_alter(&$suggestions,
*/
function ubc_paragraph_entities_theme($existing, $type, $theme, $path) {
return [
// added back in as suggestion only
'ubc_paragraph__card' => [
'base hook' => 'paragraph'
],
'ubc_paragraph__card_group' => [
'base hook' => 'paragraph'
],
Expand Down

0 comments on commit c8ff828

Please sign in to comment.