This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from fivejars/master
Small fixes
- Loading branch information
Showing
16 changed files
with
4,291 additions
and
29 deletions.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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,12 @@ | ||
.gc-button { | ||
display: block; | ||
border: none; | ||
background-color: $dark-blue; | ||
color: $white; | ||
text-transform: uppercase; | ||
padding: 10px 20px; | ||
border-radius: 5px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
margin-top: 20px; | ||
} |
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
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
34 changes: 34 additions & 0 deletions
34
...es/openy_gc_demo/migrations/migrate_plus.migration.virtual_y_paragraph_simple_content.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
enforced: | ||
module: | ||
- openy_gc_demo | ||
id: virtual_y_paragraph_simple_content | ||
migration_tags: { } | ||
migration_group: virtual_y | ||
label: 'Create simple content paragraph(s) for Virtual Y' | ||
source: | ||
plugin: embedded_data | ||
data_rows: | ||
- | ||
id: wherever_you_go_y_is_there | ||
field_prgf_description_value: | | ||
<p class="text-align-center"> </p> | ||
<h1 class="text-align-center">Access from anywhere, anytime</h1> | ||
<p class="text-align-center"><strong>Enter your email address below | ||
to access exclusive content made for you.</strong></p> | ||
<p class="text-align-center"><strong>Not a member? Join today to | ||
start experiencing the power of Virtual YMCA.</strong></p> | ||
<p class="text-align-center"> </p> | ||
ids: | ||
id: | ||
type: string | ||
process: | ||
field_prgf_description/value: field_prgf_description_value | ||
field_prgf_description/format: | ||
plugin: default_value | ||
default_value: full_html | ||
destination: | ||
plugin: 'entity:paragraph' | ||
default_bundle: simple_content |
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
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