Skip to content

Commit

Permalink
Merge pull request #34 from aleevas/DS-604
Browse files Browse the repository at this point in the history
fix: [DS-604] Move back accidentally removed piece of code
  • Loading branch information
podarok authored May 17, 2023
2 parents 235dd5a + 10d5448 commit 23a20b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openy_gated_content.module
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ use Drupal\node\NodeInterface;
*/
function openy_gated_content_theme() {
return [
'paragraph__gated_content' => [
'base hook' => 'paragraph',
'variables' => [
'app_settings' => '',
'headline' => '',
],
],
'paragraph__gated_content_login' => [
'base hook' => 'paragraph',
'variables' => [
Expand Down

0 comments on commit 23a20b1

Please sign in to comment.