-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(shs-5693): attached files in accordion, heros, spotlights and te…
…xt area
- Loading branch information
Mari Nez
committed
Nov 28, 2024
1 parent
4e02ad3
commit 75a5bfa
Showing
7 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
docroot/themes/humsci/humsci_basic/humsci_basic.libraries.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
docroot/themes/humsci/humsci_basic/templates/components/paragraph--hs-text-area.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{{ attach_library('humsci_basic/pagescrollanimations') }} | ||
|
||
{% include '@humsci_basic/components/paragraph.html.twig' %} |
3 changes: 3 additions & 0 deletions
3
docroot/themes/humsci/humsci_basic/templates/components/pattern-accordion.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{{ attach_library('humsci_basic/accordion') }} | ||
|
||
{% include '@hs_layouts/accordion/accordion.html.twig' %} |
4 changes: 4 additions & 0 deletions
4
docroot/themes/humsci/humsci_basic/templates/components/pattern-gradient-hero.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{{ attach_library('humsci_basic/pagescrollanimations') }} | ||
|
||
{% include '@hs_layouts/gradient-hero/gradient-hero.html.twig' %} | ||
|
3 changes: 3 additions & 0 deletions
3
docroot/themes/humsci/humsci_basic/templates/components/pattern-hero-text-overlay.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{{ attach_library('humsci_basic/pagescrollanimations') }} | ||
|
||
{% include '@hs_layouts/hero-text-overlay/hero-text-overlay.html.twig' %} |
3 changes: 3 additions & 0 deletions
3
docroot/themes/humsci/humsci_basic/templates/components/pattern-spotlight.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{{ attach_library('humsci_basic/pagescrollanimations') }} | ||
|
||
{% include '@hs_layouts/spotlight/spotlight.html.twig' %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters