diff --git a/README.md b/README.md index 0aa67c1..2650ed5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It includes landing pages and application for memberships builder. ## Requirements -PHP 7.2+, +PHP 7.2+ with ini_set function enabled, Open Y 2.5+ diff --git a/composer.json b/composer.json index 1160709..bda98c2 100644 --- a/composer.json +++ b/composer.json @@ -16,15 +16,7 @@ "url": "https://packages.drupal.org/8" } }, - "extra": { - "patches": { - "drupal/default_content" : { - "2698425 - Do not reimport existing entities": "https://www.drupal.org/files/issues/2020-02-05/2698425--accept-content-updates--122.patch" - } - } - }, "require": { - "drupal/default_content": "^1.0@alpha", "drupal/commerce": "2.16", "drupal/commerce_addon": "^1.0@alpha", "openy/openy_prgf_sidebar_menu": "dev-master", diff --git a/config/install/commerce_store.commerce_store_type.online.yml b/config/install/commerce_store.commerce_store_type.online.yml index 20b62bf..9fdafd8 100644 --- a/config/install/commerce_store.commerce_store_type.online.yml +++ b/config/install/commerce_store.commerce_store_type.online.yml @@ -3,6 +3,6 @@ status: true dependencies: { } id: online label: Online -description: '' +description: 'Store available over the Internet' traits: { } locked: false diff --git a/config/install/field.field.commerce_product_variation.membership.field_best_value.yml b/config/install/field.field.commerce_product_variation.membership.field_best_value.yml index b1f122b..d150fdb 100644 --- a/config/install/field.field.commerce_product_variation.membership.field_best_value.yml +++ b/config/install/field.field.commerce_product_variation.membership.field_best_value.yml @@ -15,7 +15,7 @@ field_name: field_best_value entity_type: commerce_product_variation bundle: membership label: 'Best Value' -description: '' +description: 'Visually highlight product variation with Best Value badge' required: false translatable: false default_value: diff --git a/config/install/field.field.profile.family_members.field_age.yml b/config/install/field.field.profile.family_members.field_age.yml index fc8ebda..a4b0961 100644 --- a/config/install/field.field.profile.family_members.field_age.yml +++ b/config/install/field.field.profile.family_members.field_age.yml @@ -15,7 +15,7 @@ field_name: field_age entity_type: profile bundle: family_members label: Age -description: '' +description: 'Family members age' required: false translatable: false default_value: { } diff --git a/config/install/field.field.profile.family_members.field_age_group.yml b/config/install/field.field.profile.family_members.field_age_group.yml index 3c78dab..8846f8f 100644 --- a/config/install/field.field.profile.family_members.field_age_group.yml +++ b/config/install/field.field.profile.family_members.field_age_group.yml @@ -16,7 +16,7 @@ field_name: field_age_group entity_type: profile bundle: family_members label: 'Age Group' -description: '' +description: 'Family members age group' required: false translatable: false default_value: { } diff --git a/modules/openy_memberships_demo/config/install/block.block.memberships_mobile_menu.yml b/modules/openy_memberships_demo/config/install/block.block.memberships_mobile_menu.yml deleted file mode 100644 index f022e02..0000000 --- a/modules/openy_memberships_demo/config/install/block.block.memberships_mobile_menu.yml +++ /dev/null @@ -1,26 +0,0 @@ -uuid: 6850d85c-3ef6-4890-bd2d-8d678b2fdd36 -langcode: en -status: true -dependencies: - content: - - 'block_content:paragraph_container:863d00e3-f15b-488f-a25e-fa6fe67652c5' - module: - - block_content - theme: - - openy_carnation -id: memberships_mobile_menu -theme: openy_carnation -region: content -weight: -6 -provider: null -plugin: 'block_content:863d00e3-f15b-488f-a25e-fa6fe67652c5' -settings: - id: 'block_content:863d00e3-f15b-488f-a25e-fa6fe67652c5' - label: Memberships - provider: block_content - label_display: visible - status: true - info: '' - view_mode: full -visibility: { } - diff --git a/modules/openy_memberships_demo/config/install/system.menu.memberships-menu.yml b/modules/openy_memberships_demo/config/install/system.menu.memberships-menu.yml deleted file mode 100644 index e10fd6e..0000000 --- a/modules/openy_memberships_demo/config/install/system.menu.memberships-menu.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: memberships-menu -label: 'Memberships Menu' -description: 'Membership sidebar' -locked: false diff --git a/modules/openy_memberships_demo/config/install/webform.webform.memberships_free_trial.yml b/modules/openy_memberships_demo/config/install/webform.webform.memberships_free_trial.yml deleted file mode 100644 index acc67e6..0000000 --- a/modules/openy_memberships_demo/config/install/webform.webform.memberships_free_trial.yml +++ /dev/null @@ -1,179 +0,0 @@ -langcode: en -status: open -dependencies: { } -open: null -close: null -weight: 0 -uid: 1 -template: false -archive: false -id: memberships_free_trial -title: 'Memberships Free Trial' -description: '' -category: '' -elements: "flexbox:\n '#type': webform_flexbox\n name:\n '#title': 'First Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\n last_name:\n '#type': textfield\n '#title': 'Last Name'\n '#required': true\nflexbox_01:\n '#type': webform_flexbox\n email:\n '#title': 'Email Address'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\n phone_number:\n '#type': tel\n '#title': 'Phone Number'\n '#required': true\npreferred_branch:\n '#type': webform_term_select\n '#title': 'Preferred Branch'\n '#vocabulary': area\n '#breadcrumb_delimiter': ''\n '#required': true\nactions:\n '#type': webform_actions\n '#title': ''\n '#submit__label': SUBMIT" -css: '' -javascript: '' -settings: - ajax: false - ajax_scroll_top: form - ajax_progress_type: '' - ajax_effect: '' - ajax_speed: null - page: true - page_submit_path: '' - page_confirm_path: '' - page_admin_theme: false - form_title: both - form_submit_once: false - form_exception_message: '' - form_open_message: '' - form_close_message: '' - form_previous_submissions: true - form_confidential: false - form_confidential_message: '' - form_remote_addr: true - form_convert_anonymous: false - form_prepopulate: false - form_prepopulate_source_entity: false - form_prepopulate_source_entity_required: false - form_prepopulate_source_entity_type: '' - form_reset: false - form_disable_autocomplete: false - form_novalidate: false - form_disable_inline_errors: false - form_required: false - form_unsaved: false - form_disable_back: false - form_submit_back: false - form_autofocus: false - form_details_toggle: false - form_access_denied: default - form_access_denied_title: '' - form_access_denied_message: '' - form_access_denied_attributes: { } - form_file_limit: '' - submission_label: '' - submission_log: false - submission_views: { } - submission_views_replace: { } - submission_user_columns: { } - submission_user_duplicate: false - submission_access_denied: default - submission_access_denied_title: '' - submission_access_denied_message: '' - submission_access_denied_attributes: { } - submission_exception_message: '' - submission_locked_message: '' - submission_excluded_elements: { } - submission_exclude_empty: false - submission_exclude_empty_checkbox: false - previous_submission_message: '' - previous_submissions_message: '' - autofill: false - autofill_message: '' - autofill_excluded_elements: { } - wizard_progress_bar: true - wizard_progress_pages: false - wizard_progress_percentage: false - wizard_progress_link: false - wizard_progress_states: false - wizard_start_label: '' - wizard_preview_link: false - wizard_confirmation: true - wizard_confirmation_label: '' - wizard_track: '' - preview: 0 - preview_label: '' - preview_title: '' - preview_message: '' - preview_attributes: { } - preview_excluded_elements: { } - preview_exclude_empty: true - preview_exclude_empty_checkbox: false - draft: none - draft_multiple: false - draft_auto_save: false - draft_saved_message: '' - draft_loaded_message: '' - draft_pending_single_message: '' - draft_pending_multiple_message: '' - confirmation_type: inline - confirmation_title: '' - confirmation_message: 'New submission added to Memberships Free Trial.' - confirmation_url: '' - confirmation_attributes: { } - confirmation_back: true - confirmation_back_label: '' - confirmation_back_attributes: { } - confirmation_exclude_query: false - confirmation_exclude_token: false - confirmation_update: false - limit_total: null - limit_total_interval: null - limit_total_message: '' - limit_total_unique: false - limit_user: null - limit_user_interval: null - limit_user_message: '' - limit_user_unique: false - entity_limit_total: null - entity_limit_total_interval: null - entity_limit_user: null - entity_limit_user_interval: null - purge: none - purge_days: null - results_disabled: false - results_disabled_ignore: false - results_customize: false - token_view: false - token_update: false -access: - create: - roles: - - anonymous - - authenticated - users: { } - permissions: { } - view_any: - roles: { } - users: { } - permissions: { } - update_any: - roles: { } - users: { } - permissions: { } - delete_any: - roles: { } - users: { } - permissions: { } - purge_any: - roles: { } - users: { } - permissions: { } - view_own: - roles: { } - users: { } - permissions: { } - update_own: - roles: { } - users: { } - permissions: { } - delete_own: - roles: { } - users: { } - permissions: { } - administer: - roles: { } - users: { } - permissions: { } - test: - roles: { } - users: { } - permissions: { } - configuration: - roles: { } - users: { } - permissions: { } -handlers: { } -variants: { } diff --git a/modules/openy_memberships_demo/content/block_content/1a7b6f1d-c08f-4b35-9adb-4913998e45f0.json b/modules/openy_memberships_demo/content/block_content/1a7b6f1d-c08f-4b35-9adb-4913998e45f0.json deleted file mode 100644 index 236f362..0000000 --- a/modules/openy_memberships_demo/content/block_content/1a7b6f1d-c08f-4b35-9adb-4913998e45f0.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/51?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/modal_block" - } - }, - "id": [ - { - "value": 51 - } - ], - "uuid": [ - { - "value": "1a7b6f1d-c08f-4b35-9adb-4913998e45f0" - } - ], - "revision_id": [ - { - "value": 52 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "modal_block" - } - ], - "revision_created": [ - { - "value": "2020-05-03T22:48:11+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Refer a Friend", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-04T18:02:00+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_description": [ - { - "value": "
Refer a friend to join the Y and we'll thank you with a discount on your next month's dues.<\/p>\r\n", - "format": "full_html", - "processed": "
Refer a friend to join the Y and we'll thank you with a discount on your next month's dues.<\/p>\n" - } - ], - "field_link": [ - { - "uri": "internal:\/node\/453", - "title": "", - "options": [] - } - ], - "field_link_title": [ - { - "value": "LEARN MORE" - } - ], - "field_mode": [ - { - "value": "node" - } - ], - "field_title": [ - { - "value": "Refer a Friend" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/1e4993db-d5eb-455a-a829-7258adb51f2a.json b/modules/openy_memberships_demo/content/block_content/1e4993db-d5eb-455a-a829-7258adb51f2a.json deleted file mode 100644 index 9050d1b..0000000 --- a/modules/openy_memberships_demo/content/block_content/1e4993db-d5eb-455a-a829-7258adb51f2a.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/43?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 43 - } - ], - "uuid": [ - { - "value": "1e4993db-d5eb-455a-a829-7258adb51f2a" - } - ], - "revision_id": [ - { - "value": 44 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-03T14:15:52+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Building Inclusive Communities", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-03T14:26:53+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
The Y brings people together from all abilities, ages, ethnicities, financial circumstances, genders, races, religions, and sexual orientations.<\/p>\r\n", - "format": "full_html", - "processed": "
The Y brings people together from all abilities, ages, ethnicities, financial circumstances, genders, races, religions, and sexual orientations.<\/p>\n", - "summary": "" - } - ], - "field_fc_icon_class": [ - { - "value": "fas fa-user-friends" - } - ], - "field_fc_title": [ - { - "value": "Building Inclusive Communities" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/1eb2282e-4964-4072-b103-58b9fcc6f092.json b/modules/openy_memberships_demo/content/block_content/1eb2282e-4964-4072-b103-58b9fcc6f092.json deleted file mode 100644 index 1255147..0000000 --- a/modules/openy_memberships_demo/content/block_content/1eb2282e-4964-4072-b103-58b9fcc6f092.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/38?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 38 - } - ], - "uuid": [ - { - "value": "1eb2282e-4964-4072-b103-58b9fcc6f092" - } - ], - "revision_id": [ - { - "value": 39 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-03T14:12:16+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Pools, Gyms, and Running Tracks", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-03T14:26:53+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
The Y provides a environment for swimming, fitness, and running for all ages and abilities.<\/p>\r\n", - "format": "full_html", - "processed": "
The Y provides a environment for swimming, fitness, and running for all ages and abilities.<\/p>\n", - "summary": "" - } - ], - "field_fc_icon_class": [ - { - "value": "fas fa-swimmer" - } - ], - "field_fc_title": [ - { - "value": "Pools, Gyms, and Running Tracks" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/214ff269-fba5-44b5-a136-2ebf1b2bb211.json b/modules/openy_memberships_demo/content/block_content/214ff269-fba5-44b5-a136-2ebf1b2bb211.json deleted file mode 100644 index d7d7214..0000000 --- a/modules/openy_memberships_demo/content/block_content/214ff269-fba5-44b5-a136-2ebf1b2bb211.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/39?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 39 - } - ], - "uuid": [ - { - "value": "214ff269-fba5-44b5-a136-2ebf1b2bb211" - } - ], - "revision_id": [ - { - "value": 40 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-03T14:12:52+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "FREE Exercise Classes", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-03T16:16:49+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
The Y has over 60 types of group exercise and water exercise classes to choose from.<\/p>\r\n", - "format": "full_html", - "processed": "
The Y has over 60 types of group exercise and water exercise classes to choose from.<\/p>\n", - "summary": "" - } - ], - "field_fc_icon_class": [ - { - "value": "fas fa-volleyball-ball" - } - ], - "field_fc_title": [ - { - "value": "FREE Exercise Classes" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/25eafeef-ed15-42c6-8b87-1275a832e31f.json b/modules/openy_memberships_demo/content/block_content/25eafeef-ed15-42c6-8b87-1275a832e31f.json deleted file mode 100644 index 69435e7..0000000 --- a/modules/openy_memberships_demo/content/block_content/25eafeef-ed15-42c6-8b87-1275a832e31f.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/48?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 48 - } - ], - "uuid": [ - { - "value": "25eafeef-ed15-42c6-8b87-1275a832e31f" - } - ], - "revision_id": [ - { - "value": 49 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-03T14:21:37+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Nationwide Access", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-03T14:26:53+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
Membership gives you free access to all participating YMCA locations across the United States.<\/p>\r\n", - "format": "full_html", - "processed": "
Membership gives you free access to all participating YMCA locations across the United States.<\/p>\n", - "summary": "" - } - ], - "field_fc_icon_class": [ - { - "value": "fas fa-flag" - } - ], - "field_fc_title": [ - { - "value": "Nationwide Access" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/26785766-ef9c-429b-8b03-77b29d8de993.json b/modules/openy_memberships_demo/content/block_content/26785766-ef9c-429b-8b03-77b29d8de993.json deleted file mode 100644 index 2b5c221..0000000 --- a/modules/openy_memberships_demo/content/block_content/26785766-ef9c-429b-8b03-77b29d8de993.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/45?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 45 - } - ], - "uuid": [ - { - "value": "26785766-ef9c-429b-8b03-77b29d8de993" - } - ], - "revision_id": [ - { - "value": 46 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-03T14:16:55+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Remove Financial Barriers", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-03T14:26:53+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
The Y provides scholarships to those that have less so that everyone can be part of the community.<\/p>\r\n", - "format": "full_html", - "processed": "
The Y provides scholarships to those that have less so that everyone can be part of the community.<\/p>\n", - "summary": "" - } - ], - "field_fc_icon_class": [ - { - "value": "fas fa-money-bill-wave-alt" - } - ], - "field_fc_title": [ - { - "value": "Remove Financial Barriers" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/3365a5ef-6714-440e-82f3-072458a87327.json b/modules/openy_memberships_demo/content/block_content/3365a5ef-6714-440e-82f3-072458a87327.json deleted file mode 100644 index dff5afe..0000000 --- a/modules/openy_memberships_demo/content/block_content/3365a5ef-6714-440e-82f3-072458a87327.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/18?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - }, - "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [ - { - "href": "http:\/\/default\/media\/5\/edit?_format=hal_json" - } - ] - }, - "id": [ - { - "value": 18 - } - ], - "uuid": [ - { - "value": "3365a5ef-6714-440e-82f3-072458a87327" - } - ], - "revision_id": [ - { - "value": 18 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-04-29T15:54:42+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Custom promo", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-04-29T15:54:42+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/node\/36" - } - } - ], - "field_fc_body": [ - { - "value": "
What will you pay after all is said and done?<\/p>\r\n", - "format": "full_html", - "processed": "
What will you pay after all is said and done?<\/p>\n", - "summary": "" - } - ], - "_embedded": { - "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [ - { - "_links": { - "self": { - "href": "http:\/\/default\/media\/5\/edit?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/media\/image" - } - }, - "uuid": [ - { - "value": "e57b5e6b-739b-42e0-89d1-04b013ee71b5" - } - ] - } - ] - }, - "field_fc_link": [ - { - "uri": "internal:\/", - "title": "Button title", - "options": [] - } - ], - "field_fc_title": [ - { - "value": "Custom promo" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/3a563dd7-eff1-4be3-a83b-b7c2223b14d5.json b/modules/openy_memberships_demo/content/block_content/3a563dd7-eff1-4be3-a83b-b7c2223b14d5.json deleted file mode 100644 index 60d44e1..0000000 --- a/modules/openy_memberships_demo/content/block_content/3a563dd7-eff1-4be3-a83b-b7c2223b14d5.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/50?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/modal_block" - } - }, - "id": [ - { - "value": 50 - } - ], - "uuid": [ - { - "value": "3a563dd7-eff1-4be3-a83b-b7c2223b14d5" - } - ], - "revision_id": [ - { - "value": 51 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "modal_block" - } - ], - "revision_created": [ - { - "value": "2020-05-03T22:35:26+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Military Service", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-04T18:02:00+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_description": [ - { - "value": "
To thank those who served our country, we offer a military discount for active service members and veterans.<\/p>\r\n", - "format": "full_html", - "processed": "
To thank those who served our country, we offer a military discount for active service members and veterans.<\/p>\n" - } - ], - "field_link": [ - { - "uri": "internal:\/node\/453", - "title": "", - "options": [] - } - ], - "field_link_title": [ - { - "value": "LEARN MORE" - } - ], - "field_mode": [ - { - "value": "node" - } - ], - "field_title": [ - { - "value": "Military Service" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/502ebeef-c361-4212-8a16-2cd90a2f0699.json b/modules/openy_memberships_demo/content/block_content/502ebeef-c361-4212-8a16-2cd90a2f0699.json deleted file mode 100644 index 6023ad2..0000000 --- a/modules/openy_memberships_demo/content/block_content/502ebeef-c361-4212-8a16-2cd90a2f0699.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/54?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 54 - } - ], - "uuid": [ - { - "value": "502ebeef-c361-4212-8a16-2cd90a2f0699" - } - ], - "revision_id": [ - { - "value": 55 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-04T14:43:09+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Proof of Eligibility", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-04T14:43:09+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\r\n", - "format": "full_html", - "processed": "
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\n", - "summary": "" - } - ], - "field_fc_title": [ - { - "value": "Proof of Eligibility" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/5346d0db-40e4-401c-94a6-b50b2605d76c.json b/modules/openy_memberships_demo/content/block_content/5346d0db-40e4-401c-94a6-b50b2605d76c.json deleted file mode 100644 index aae34df..0000000 --- a/modules/openy_memberships_demo/content/block_content/5346d0db-40e4-401c-94a6-b50b2605d76c.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/49?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/modal_block" - } - }, - "id": [ - { - "value": 49 - } - ], - "uuid": [ - { - "value": "5346d0db-40e4-401c-94a6-b50b2605d76c" - } - ], - "revision_id": [ - { - "value": 50 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "modal_block" - } - ], - "revision_created": [ - { - "value": "2020-05-03T16:37:35+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Scholarships", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-04T18:02:00+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_description": [ - { - "value": "
The Y welcomes everyone and offers financial assistance to qualifying participants.<\/p>\r\n", - "format": "full_html", - "processed": "
The Y welcomes everyone and offers financial assistance to qualifying participants.<\/p>\n" - } - ], - "field_link": [ - { - "uri": "internal:\/node\/453", - "title": "", - "options": [] - } - ], - "field_link_title": [ - { - "value": "LEARN MORE" - } - ], - "field_mode": [ - { - "value": "node" - } - ], - "field_title": [ - { - "value": "Scholarships" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/586187c3-6258-47ad-a46a-83f72e6b74e0.json b/modules/openy_memberships_demo/content/block_content/586187c3-6258-47ad-a46a-83f72e6b74e0.json deleted file mode 100644 index 27581d6..0000000 --- a/modules/openy_memberships_demo/content/block_content/586187c3-6258-47ad-a46a-83f72e6b74e0.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/53?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 53 - } - ], - "uuid": [ - { - "value": "586187c3-6258-47ad-a46a-83f72e6b74e0" - } - ], - "revision_id": [ - { - "value": 54 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-04T14:42:36+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Claiming Your Discount", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-04T14:42:36+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\r\n", - "format": "full_html", - "processed": "
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\n", - "summary": "" - } - ], - "field_fc_title": [ - { - "value": "Claiming Your Discount" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/71ba7b15-6654-4f38-9689-42a50bfe79d7.json b/modules/openy_memberships_demo/content/block_content/71ba7b15-6654-4f38-9689-42a50bfe79d7.json deleted file mode 100644 index ad50f3d..0000000 --- a/modules/openy_memberships_demo/content/block_content/71ba7b15-6654-4f38-9689-42a50bfe79d7.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/22?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/modal_block" - } - }, - "id": [ - { - "value": 22 - } - ], - "uuid": [ - { - "value": "71ba7b15-6654-4f38-9689-42a50bfe79d7" - } - ], - "revision_id": [ - { - "value": 23 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "modal_block" - } - ], - "revision_created": [ - { - "value": "2020-05-02T14:28:21+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Health Insurance", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-04T11:55:36+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_description": [ - { - "value": "
Several health insurance programs offer reimbursement for part of your monthly dues.<\/p>\r\n", - "format": "full_html", - "processed": "
Several health insurance programs offer reimbursement for part of your monthly dues.<\/p>\n" - } - ], - "field_link": [ - { - "uri": "internal:\/node\/453", - "title": "", - "options": [] - } - ], - "field_link_title": [ - { - "value": "LEARN MORE" - } - ], - "field_modal_content": [ - { - "value": "
content<\/p>\r\n", - "format": "full_html", - "processed": "
content<\/p>\n" - } - ], - "field_modal_header": [ - { - "value": "header" - } - ], - "field_mode": [ - { - "value": "node" - } - ], - "field_title": [ - { - "value": "Health Insurance" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/74be5122-cbf3-4e69-9e8e-1471af5fd127.json b/modules/openy_memberships_demo/content/block_content/74be5122-cbf3-4e69-9e8e-1471af5fd127.json deleted file mode 100644 index 109a7dd..0000000 --- a/modules/openy_memberships_demo/content/block_content/74be5122-cbf3-4e69-9e8e-1471af5fd127.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/41?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 41 - } - ], - "uuid": [ - { - "value": "74be5122-cbf3-4e69-9e8e-1471af5fd127" - } - ], - "revision_id": [ - { - "value": 42 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-03T14:14:13+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Help Kids Thrive", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-03T14:26:53+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
Through Y activities, local kids and teens are cultivating values, skills, and relationships that will help them grow and succeed.<\/p>\r\n", - "format": "full_html", - "processed": "
Through Y activities, local kids and teens are cultivating values, skills, and relationships that will help them grow and succeed.<\/p>\n", - "summary": "" - } - ], - "field_fc_icon_class": [ - { - "value": "fas fa-child" - } - ], - "field_fc_title": [ - { - "value": "Help Kids Thrive" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/77c3c684-78f7-47cc-be0e-eea07750f031.json b/modules/openy_memberships_demo/content/block_content/77c3c684-78f7-47cc-be0e-eea07750f031.json deleted file mode 100644 index e38943c..0000000 --- a/modules/openy_memberships_demo/content/block_content/77c3c684-78f7-47cc-be0e-eea07750f031.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/44?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - } - }, - "id": [ - { - "value": 44 - } - ], - "uuid": [ - { - "value": "77c3c684-78f7-47cc-be0e-eea07750f031" - } - ], - "revision_id": [ - { - "value": 45 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-05-03T14:16:27+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Free Swim Lessons and Camp Access", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-03T16:16:49+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
Every year, the YMCA provides free swimming lessons and access to the great outdoors for people living in underserved communities.<\/p>\r\n", - "format": "full_html", - "processed": "
Every year, the YMCA provides free swimming lessons and access to the great outdoors for people living in underserved communities.<\/p>\n", - "summary": "" - } - ], - "field_fc_icon_class": [ - { - "value": "fas fa-smile-beam" - } - ], - "field_fc_title": [ - { - "value": "Free Swim Lessons and Camp Access" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/7d83fb64-91dc-489e-8058-9a195350e28a.json b/modules/openy_memberships_demo/content/block_content/7d83fb64-91dc-489e-8058-9a195350e28a.json deleted file mode 100644 index b1ca5c8..0000000 --- a/modules/openy_memberships_demo/content/block_content/7d83fb64-91dc-489e-8058-9a195350e28a.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/13?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card" - }, - "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [ - { - "href": "http:\/\/default\/media\/4\/edit?_format=hal_json" - } - ] - }, - "id": [ - { - "value": 13 - } - ], - "uuid": [ - { - "value": "7d83fb64-91dc-489e-8058-9a195350e28a" - } - ], - "revision_id": [ - { - "value": 13 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "feature_card" - } - ], - "revision_created": [ - { - "value": "2020-04-29T15:19:41+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Discounts", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-07T10:01:54+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_fc_body": [ - { - "value": "
The Y is about inclusivity, not exclusivity. That's why we make sure everybody can afford to be a Y member.<\/p>\r\n", - "format": "full_html", - "processed": "
The Y is about inclusivity, not exclusivity. That's why we make sure everybody can afford to be a Y member.<\/p>\n", - "summary": "" - } - ], - "_embedded": { - "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [ - { - "_links": { - "self": { - "href": "http:\/\/default\/media\/4\/edit?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/media\/image" - } - }, - "uuid": [ - { - "value": "77608629-7cb6-4ab3-9664-3c072b470574" - } - ] - } - ] - }, - "field_fc_link": [ - { - "uri": "internal:\/discounts", - "title": "LEARN MORE", - "options": [] - } - ], - "field_fc_title": [ - { - "value": "Discounts" - } - ] -} diff --git a/modules/openy_memberships_demo/content/block_content/80359cec-f1f8-4ec2-86e5-f17ec288b8fa.json b/modules/openy_memberships_demo/content/block_content/80359cec-f1f8-4ec2-86e5-f17ec288b8fa.json deleted file mode 100644 index 1692c0b..0000000 --- a/modules/openy_memberships_demo/content/block_content/80359cec-f1f8-4ec2-86e5-f17ec288b8fa.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "_links": { - "self": { - "href": "http:\/\/default\/block\/24?_format=hal_json" - }, - "type": { - "href": "http:\/\/drupal.org\/rest\/type\/block_content\/simple_block" - } - }, - "id": [ - { - "value": 24 - } - ], - "uuid": [ - { - "value": "80359cec-f1f8-4ec2-86e5-f17ec288b8fa" - } - ], - "revision_id": [ - { - "value": 25 - } - ], - "langcode": [ - { - "value": "en", - "lang": "en" - } - ], - "type": [ - { - "target_id": "simple_block" - } - ], - "revision_created": [ - { - "value": "2020-05-02T14:31:40+00:00", - "format": "Y-m-d\\TH:i:sP" - } - ], - "status": [ - { - "value": true, - "lang": "en" - } - ], - "info": [ - { - "value": "Employees", - "lang": "en" - } - ], - "changed": [ - { - "value": "2020-05-03T18:50:17+00:00", - "lang": "en", - "format": "Y-m-d\\TH:i:sP" - } - ], - "reusable": [ - { - "value": true - } - ], - "default_langcode": [ - { - "value": true, - "lang": "en" - } - ], - "revision_translation_affected": [ - { - "value": true, - "lang": "en" - } - ], - "metatag": [ - { - "value": { - "title": "| OpenY", - "canonical_url": "http:\/\/default\/membership-landing" - } - } - ], - "field_sb_body": [ - { - "value": "
If your company has part of a YMCA Corporate Wellness program, it may include:<\/span><\/p>\r\n\r\n <\/p>\r\n",
- "format": "full_html",
- "processed": " If your company has part of a YMCA Corporate Wellness program, it may include:<\/span><\/p>\n\n \u00a0<\/p>\n",
- "lang": "en"
- }
- ],
- "field_sb_title": [
- {
- "value": "Employees",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/863d00e3-f15b-488f-a25e-fa6fe67652c5.json b/modules/openy_memberships_demo/content/block_content/863d00e3-f15b-488f-a25e-fa6fe67652c5.json
deleted file mode 100644
index 99b1a2e..0000000
--- a/modules/openy_memberships_demo/content/block_content/863d00e3-f15b-488f-a25e-fa6fe67652c5.json
+++ /dev/null
@@ -1,171 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/paragraph_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/block_content\/paragraph_container\/revision_user": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/block_content\/paragraph_container\/field_paragraph": [
- {
- "href": ""
- },
- {
- "href": ""
- },
- {
- "href": ""
- }
- ]
- },
- "id": [
- {
- "value": 16
- }
- ],
- "uuid": [
- {
- "value": "863d00e3-f15b-488f-a25e-fa6fe67652c5"
- }
- ],
- "revision_id": [
- {
- "value": 19
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "paragraph_container"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:54:56+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/block_content\/paragraph_container\/revision_user": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/block_content\/paragraph_container\/field_paragraph": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "3365c14d-b3be-4a1e-8c9c-5faa897dfc7d"
- }
- ],
- "target_revision_id": "633"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/sidebar_menu"
- }
- },
- "uuid": [
- {
- "value": "473cd9c1-74ff-4ee3-90e5-82f7a9c1fae3"
- }
- ],
- "target_revision_id": "634"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "4e937594-91a2-467c-a646-c2ceb8d4d661"
- }
- ],
- "target_revision_id": "635"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Memberships Menu Container",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-03T19:44:48+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/node\/36"
- }
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/87014f6d-6e4a-40da-9717-85920c56c8a1.json b/modules/openy_memberships_demo/content/block_content/87014f6d-6e4a-40da-9717-85920c56c8a1.json
deleted file mode 100644
index 807ee28..0000000
--- a/modules/openy_memberships_demo/content/block_content/87014f6d-6e4a-40da-9717-85920c56c8a1.json
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/11?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- },
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "href": "http:\/\/default\/media\/2\/edit?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 11
- }
- ],
- "uuid": [
- {
- "value": "87014f6d-6e4a-40da-9717-85920c56c8a1"
- }
- ],
- "revision_id": [
- {
- "value": 11
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:18:15+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Membership Types",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-07T10:01:54+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " From individuals to organizations, the YMCA has a membership that fits any need.<\/p>\r\n",
- "format": "full_html",
- "processed": " From individuals to organizations, the YMCA has a membership that fits any need.<\/p>\n",
- "summary": ""
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/media\/2\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/media\/image"
- }
- },
- "uuid": [
- {
- "value": "15a12ed0-3d74-44c9-a7b9-a49257f9da94"
- }
- ]
- }
- ]
- },
- "field_fc_link": [
- {
- "uri": "internal:\/membership-types",
- "title": "LEARN MORE",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "Membership Types"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/8cc9fccd-036f-43d0-abad-6ffcce4bf135.json b/modules/openy_memberships_demo/content/block_content/8cc9fccd-036f-43d0-abad-6ffcce4bf135.json
deleted file mode 100644
index 24d6c27..0000000
--- a/modules/openy_memberships_demo/content/block_content/8cc9fccd-036f-43d0-abad-6ffcce4bf135.json
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/17?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- },
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "href": "http:\/\/default\/media\/5\/edit?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 17
- }
- ],
- "uuid": [
- {
- "value": "8cc9fccd-036f-43d0-abad-6ffcce4bf135"
- }
- ],
- "revision_id": [
- {
- "value": 17
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:53:10+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "free-trial Feature Card",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-04-29T15:53:10+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/node\/36"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " Sed ut perspiciatis unde omnis iste natus error sit<\/p>\r\n",
- "format": "full_html",
- "processed": " Sed ut perspiciatis unde omnis iste natus error sit<\/p>\n",
- "summary": ""
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/media\/5\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/media\/image"
- }
- },
- "uuid": [
- {
- "value": "e57b5e6b-739b-42e0-89d1-04b013ee71b5"
- }
- ]
- }
- ]
- },
- "field_fc_link": [
- {
- "uri": "internal:\/free-trial",
- "title": "Free trial",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "Try before you buy"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/98c099e7-8aaf-47ed-bf84-c3dc2e6e07a4.json b/modules/openy_memberships_demo/content/block_content/98c099e7-8aaf-47ed-bf84-c3dc2e6e07a4.json
deleted file mode 100644
index eee0133..0000000
--- a/modules/openy_memberships_demo/content/block_content/98c099e7-8aaf-47ed-bf84-c3dc2e6e07a4.json
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/12?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- },
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "href": "http:\/\/default\/media\/3\/edit?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 12
- }
- ],
- "uuid": [
- {
- "value": "98c099e7-8aaf-47ed-bf84-c3dc2e6e07a4"
- }
- ],
- "revision_id": [
- {
- "value": 12
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:19:02+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Member Benefits",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-07T10:01:54+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " The Y is much more than a 'swim and gym.' We're also the world's most recognized charitable organization.<\/p>\r\n",
- "format": "full_html",
- "processed": " The Y is much more than a 'swim and gym.' We're also the world's most recognized charitable organization.<\/p>\n",
- "summary": ""
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/media\/3\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/media\/image"
- }
- },
- "uuid": [
- {
- "value": "67756200-56e5-401b-83a4-dff07ab6887c"
- }
- ]
- }
- ]
- },
- "field_fc_link": [
- {
- "uri": "internal:\/member-benefits",
- "title": "LEARN MORE",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "Member Benefits"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/9d3be216-0b18-4618-b571-3480c8ca45be.json b/modules/openy_memberships_demo/content/block_content/9d3be216-0b18-4618-b571-3480c8ca45be.json
deleted file mode 100644
index 779766d..0000000
--- a/modules/openy_memberships_demo/content/block_content/9d3be216-0b18-4618-b571-3480c8ca45be.json
+++ /dev/null
@@ -1,106 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/19?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 19
- }
- ],
- "uuid": [
- {
- "value": "9d3be216-0b18-4618-b571-3480c8ca45be"
- }
- ],
- "revision_id": [
- {
- "value": 20
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-02T13:03:25+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Start Online",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-03T19:46:35+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " Answer a few simple question to see what membership makes the most sense for you. Then select the discounts that apply to get a final price before you make a commitment.<\/p>\r\n",
- "format": "full_html",
- "processed": " Answer a few simple question to see what membership makes the most sense for you. Then select the discounts that apply to get a final price before you make a commitment.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_link": [
- {
- "uri": "internal:\/membership-types",
- "title": "MEMBERSHIP BUILDER",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "Start Online"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/a1214c4e-e283-4ee6-b523-dee1801040d7.json b/modules/openy_memberships_demo/content/block_content/a1214c4e-e283-4ee6-b523-dee1801040d7.json
deleted file mode 100644
index 6ee7742..0000000
--- a/modules/openy_memberships_demo/content/block_content/a1214c4e-e283-4ee6-b523-dee1801040d7.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/42?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 42
- }
- ],
- "uuid": [
- {
- "value": "a1214c4e-e283-4ee6-b523-dee1801040d7"
- }
- ],
- "revision_id": [
- {
- "value": 43
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-03T14:14:42+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Savings on Swim Lessons, Day Camp, and More",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-03T14:26:53+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " The Y is all about helping you and your family learn new skills, discover unknown talents, and make friends.<\/p>\r\n",
- "format": "full_html",
- "processed": " The Y is all about helping you and your family learn new skills, discover unknown talents, and make friends.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_icon_class": [
- {
- "value": "fas fa-hand-holding-usd"
- }
- ],
- "field_fc_title": [
- {
- "value": "Savings on Swim Lessons, Day Camp, and More"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/b207fc78-cbbe-4c19-b1f0-05da74e864e6.json b/modules/openy_memberships_demo/content/block_content/b207fc78-cbbe-4c19-b1f0-05da74e864e6.json
deleted file mode 100644
index 53a3ebe..0000000
--- a/modules/openy_memberships_demo/content/block_content/b207fc78-cbbe-4c19-b1f0-05da74e864e6.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/47?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 47
- }
- ],
- "uuid": [
- {
- "value": "b207fc78-cbbe-4c19-b1f0-05da74e864e6"
- }
- ],
- "revision_id": [
- {
- "value": 48
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-03T14:20:21+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Community Events & Date Nights",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-03T14:26:53+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " The Y hosts events and activities designed to build communities, bring people together, and even gives parents a night off!<\/p>\r\n",
- "format": "full_html",
- "processed": " The Y hosts events and activities designed to build communities, bring people together, and even gives parents a night off!<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_icon_class": [
- {
- "value": "fas fa-calendar-alt"
- }
- ],
- "field_fc_title": [
- {
- "value": "Community Events & Date Nights"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/b50a5774-0d81-4b34-a1d8-8dddcb9bd012.json b/modules/openy_memberships_demo/content/block_content/b50a5774-0d81-4b34-a1d8-8dddcb9bd012.json
deleted file mode 100644
index dd51de7..0000000
--- a/modules/openy_memberships_demo/content/block_content/b50a5774-0d81-4b34-a1d8-8dddcb9bd012.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/40?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 40
- }
- ],
- "uuid": [
- {
- "value": "b50a5774-0d81-4b34-a1d8-8dddcb9bd012"
- }
- ],
- "revision_id": [
- {
- "value": 41
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-03T14:13:30+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "FREE Childcare While You Workout",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-03T16:16:49+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " We provide free play, Kids Gym, arts and crafts, story times, and more.<\/p>\r\n",
- "format": "full_html",
- "processed": " We provide free play, Kids Gym, arts and crafts, story times, and more.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_icon_class": [
- {
- "value": "fas fa-child"
- }
- ],
- "field_fc_title": [
- {
- "value": "FREE Childcare While You Workout"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/b5a2ee16-6ad0-426f-8a00-b775dc2620fb.json b/modules/openy_memberships_demo/content/block_content/b5a2ee16-6ad0-426f-8a00-b775dc2620fb.json
deleted file mode 100644
index 545fcf9..0000000
--- a/modules/openy_memberships_demo/content/block_content/b5a2ee16-6ad0-426f-8a00-b775dc2620fb.json
+++ /dev/null
@@ -1,111 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/37?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 37
- }
- ],
- "uuid": [
- {
- "value": "b5a2ee16-6ad0-426f-8a00-b775dc2620fb"
- }
- ],
- "revision_id": [
- {
- "value": 38
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-03T14:11:51+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "State-of-the-Art Fitness Centers",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-03T14:11:51+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " YMCA branches include exercise machines, stretching areas, free weights, classrooms, and much more.<\/p>\r\n",
- "format": "full_html",
- "processed": " YMCA branches include exercise machines, stretching areas, free weights, classrooms, and much more.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_icon_class": [
- {
- "value": "fas fa-dumbbell"
- }
- ],
- "field_fc_link": [
- {
- "uri": "internal:\/",
- "title": "View Amenities",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "State-of-the-Art Fitness Centers"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/ba73fcd5-4638-45b1-8cbf-87510f7a43e6.json b/modules/openy_memberships_demo/content/block_content/ba73fcd5-4638-45b1-8cbf-87510f7a43e6.json
deleted file mode 100644
index c6eb2cf..0000000
--- a/modules/openy_memberships_demo/content/block_content/ba73fcd5-4638-45b1-8cbf-87510f7a43e6.json
+++ /dev/null
@@ -1,100 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/23?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/simple_block"
- }
- },
- "id": [
- {
- "value": 23
- }
- ],
- "uuid": [
- {
- "value": "ba73fcd5-4638-45b1-8cbf-87510f7a43e6"
- }
- ],
- "revision_id": [
- {
- "value": 24
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_block"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-02T14:31:11+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Employers",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-03T18:50:17+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_sb_body": [
- {
- "value": " Your people are you most valuable asset. By helping your employees stay healthy, your company can:<\/span><\/p>\r\n\r\n At the YMCA, our corporate wellness programs are custom-designed for each company.<\/span><\/p>\r\n\r\n Your people are you most valuable asset. By helping your employees stay healthy, your company can:<\/span><\/p>\n\n At the YMCA, our corporate wellness programs are custom-designed for each company.<\/span><\/p>\n\n The Y reaches out to support the vulnerable, including immigrant communities and those experiencing homelessness.<\/p>\r\n",
- "format": "full_html",
- "processed": " The Y reaches out to support the vulnerable, including immigrant communities and those experiencing homelessness.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_icon_class": [
- {
- "value": "fas fa-globe-americas"
- }
- ],
- "field_fc_title": [
- {
- "value": "Community Outreach"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/c4ebc398-39d3-4805-bee5-86220c9b7bf3.json b/modules/openy_memberships_demo/content/block_content/c4ebc398-39d3-4805-bee5-86220c9b7bf3.json
deleted file mode 100644
index 4883bb7..0000000
--- a/modules/openy_memberships_demo/content/block_content/c4ebc398-39d3-4805-bee5-86220c9b7bf3.json
+++ /dev/null
@@ -1,99 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/56?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 56
- }
- ],
- "uuid": [
- {
- "value": "c4ebc398-39d3-4805-bee5-86220c9b7bf3"
- }
- ],
- "revision_id": [
- {
- "value": 57
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-06T17:03:58+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Add-Ons",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T17:03:58+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\r\n",
- "format": "full_html",
- "processed": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_title": [
- {
- "value": "Add-Ons"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/c71ef29b-5f87-4f17-8062-7fb8883e9016.json b/modules/openy_memberships_demo/content/block_content/c71ef29b-5f87-4f17-8062-7fb8883e9016.json
deleted file mode 100644
index fdd61fe..0000000
--- a/modules/openy_memberships_demo/content/block_content/c71ef29b-5f87-4f17-8062-7fb8883e9016.json
+++ /dev/null
@@ -1,99 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/52?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 52
- }
- ],
- "uuid": [
- {
- "value": "c71ef29b-5f87-4f17-8062-7fb8883e9016"
- }
- ],
- "revision_id": [
- {
- "value": 53
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-04T14:42:07+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Overview",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-04T14:42:07+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\r\n",
- "format": "full_html",
- "processed": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_title": [
- {
- "value": "Overview"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/cc62a7f6-71f0-4dcf-90f4-ddc1479ec233.json b/modules/openy_memberships_demo/content/block_content/cc62a7f6-71f0-4dcf-90f4-ddc1479ec233.json
deleted file mode 100644
index 0f104ad..0000000
--- a/modules/openy_memberships_demo/content/block_content/cc62a7f6-71f0-4dcf-90f4-ddc1479ec233.json
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/15?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- },
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "href": "http:\/\/default\/media\/7\/edit?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 15
- }
- ],
- "uuid": [
- {
- "value": "cc62a7f6-71f0-4dcf-90f4-ddc1479ec233"
- }
- ],
- "revision_id": [
- {
- "value": 15
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:20:58+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Free Trial",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-07T10:01:54+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " Not quite ready to join? Get your free 7-day free trial and experience the Y for yourself.<\/p>\r\n",
- "format": "full_html",
- "processed": " Not quite ready to join? Get your free 7-day free trial and experience the Y for yourself.<\/p>\n",
- "summary": ""
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/media\/7\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/media\/image"
- }
- },
- "uuid": [
- {
- "value": "582a2b81-8766-43cb-8a4f-67f176dee883"
- }
- ]
- }
- ]
- },
- "field_fc_link": [
- {
- "uri": "internal:\/free-trial",
- "title": "LEARN MORE",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "Free Trial"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/d1b0bac8-57fc-4c82-b381-3d7b15d3ae78.json b/modules/openy_memberships_demo/content/block_content/d1b0bac8-57fc-4c82-b381-3d7b15d3ae78.json
deleted file mode 100644
index f61d430..0000000
--- a/modules/openy_memberships_demo/content/block_content/d1b0bac8-57fc-4c82-b381-3d7b15d3ae78.json
+++ /dev/null
@@ -1,106 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/20?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 20
- }
- ],
- "uuid": [
- {
- "value": "d1b0bac8-57fc-4c82-b381-3d7b15d3ae78"
- }
- ],
- "revision_id": [
- {
- "value": 21
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-02T13:03:58+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Start In-Person",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-03T19:46:35+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " Want to see your branch before you join? Just find you preferred location and stop in. One of our membership advisors will give you a tour, answer any questions you may have, and discuss your best options.<\/p>\r\n",
- "format": "full_html",
- "processed": " Want to see your branch before you join? Just find you preferred location and stop in. One of our membership advisors will give you a tour, answer any questions you may have, and discuss your best options.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_link": [
- {
- "uri": "internal:\/locations",
- "title": "LOCATIONS",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "Start In-Person"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/e24f5289-fdaf-4588-b469-53f0358a36cc.json b/modules/openy_memberships_demo/content/block_content/e24f5289-fdaf-4588-b469-53f0358a36cc.json
deleted file mode 100644
index 3766a51..0000000
--- a/modules/openy_memberships_demo/content/block_content/e24f5289-fdaf-4588-b469-53f0358a36cc.json
+++ /dev/null
@@ -1,99 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/55?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "id": [
- {
- "value": 55
- }
- ],
- "uuid": [
- {
- "value": "e24f5289-fdaf-4588-b469-53f0358a36cc"
- }
- ],
- "revision_id": [
- {
- "value": 56
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-05-06T17:03:33+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Free Benefits",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T17:03:33+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\r\n",
- "format": "full_html",
- "processed": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\/p>\n",
- "summary": ""
- }
- ],
- "field_fc_title": [
- {
- "value": "Free Benefits"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/eddc4ae5-2a74-4c72-ae42-216b26380f24.json b/modules/openy_memberships_demo/content/block_content/eddc4ae5-2a74-4c72-ae42-216b26380f24.json
deleted file mode 100644
index 4b0a6b4..0000000
--- a/modules/openy_memberships_demo/content/block_content/eddc4ae5-2a74-4c72-ae42-216b26380f24.json
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/10?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- },
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "href": "http:\/\/default\/media\/1\/edit?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 10
- }
- ],
- "uuid": [
- {
- "value": "eddc4ae5-2a74-4c72-ae42-216b26380f24"
- }
- ],
- "revision_id": [
- {
- "value": 10
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:17:42+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Have Fun, Get Fit, and Make Friends",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-07T10:01:54+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " The Y is a fun and safe place for you, your family, and your friends to exercise and enjoy yourselves.<\/p>\r\n",
- "format": "full_html",
- "processed": " The Y is a fun and safe place for you, your family, and your friends to exercise and enjoy yourselves.<\/p>\n",
- "summary": ""
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/media\/1\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/media\/image"
- }
- },
- "uuid": [
- {
- "value": "5920bb9d-f40d-496a-a740-138a0818d788"
- }
- ]
- }
- ]
- },
- "field_fc_link": [
- {
- "uri": "internal:\/membership-join-y",
- "title": "JOIN THE Y",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "Have Fun, Get Fit, and Make Friends"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/block_content/f3647511-252a-46ad-a4de-81eb234b6645.json b/modules/openy_memberships_demo/content/block_content/f3647511-252a-46ad-a4de-81eb234b6645.json
deleted file mode 100644
index de4dbf6..0000000
--- a/modules/openy_memberships_demo/content/block_content/f3647511-252a-46ad-a4de-81eb234b6645.json
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/14?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- },
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "href": "http:\/\/default\/media\/6\/edit?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 14
- }
- ],
- "uuid": [
- {
- "value": "f3647511-252a-46ad-a4de-81eb234b6645"
- }
- ],
- "revision_id": [
- {
- "value": 14
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "feature_card"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:20:14+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "info": [
- {
- "value": "Corporate Wellness",
- "lang": "en"
- }
- ],
- "changed": [
- {
- "value": "2020-05-07T10:01:54+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "reusable": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_fc_body": [
- {
- "value": " Your people are your most valuable asset. Invest in your employees to improve the bottom line.<\/p>\r\n",
- "format": "full_html",
- "processed": " Your people are your most valuable asset. Invest in your employees to improve the bottom line.<\/p>\n",
- "summary": ""
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/block_content\/feature_card\/field_fc_image": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/media\/6\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/media\/image"
- }
- },
- "uuid": [
- {
- "value": "0c62aafe-6e37-47a0-a53c-e52befd3555d"
- }
- ]
- }
- ]
- },
- "field_fc_link": [
- {
- "uri": "internal:\/corporate-wellness",
- "title": "LEARN MORE",
- "options": []
- }
- ],
- "field_fc_title": [
- {
- "value": "Corporate Wellness"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/commerce_addon/97777c7f-c2e5-470a-9e30-63381d329f5f.json b/modules/openy_memberships_demo/content/commerce_addon/97777c7f-c2e5-470a-9e30-63381d329f5f.json
deleted file mode 100644
index f3b69ba..0000000
--- a/modules/openy_memberships_demo/content/commerce_addon/97777c7f-c2e5-470a-9e30-63381d329f5f.json
+++ /dev/null
@@ -1,87 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_addon\/membership_addon"
- }
- },
- "addon_id": [
- {
- "value": 4
- }
- ],
- "uuid": [
- {
- "value": "97777c7f-c2e5-470a-9e30-63381d329f5f"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership_addon"
- }
- ],
- "title": [
- {
- "value": "Premium",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "500.000000",
- "currency_code": "USD",
- "formatted": "$500.00"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-02T15:09:08+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-04-02T15:15:18+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_om_addon_description": [
- {
- "value": " Access to the following benefits:<\/p>\r\n\r\n Access to the following benefits:<\/p>\n\n Two adults and all children under 18 in household<\/p>\r\n",
- "format": "full_html",
- "processed": " Two adults and all children under 18 in household<\/p>\n"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/commerce_product/05f0fd7d-34c4-4bd8-960a-037b4b95d928.json b/modules/openy_memberships_demo/content/commerce_product/05f0fd7d-34c4-4bd8-960a-037b4b95d928.json
deleted file mode 100644
index 2d13eca..0000000
--- a/modules/openy_memberships_demo/content/commerce_product/05f0fd7d-34c4-4bd8-960a-037b4b95d928.json
+++ /dev/null
@@ -1,192 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/4?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/stores": [
- {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/variations": [
- {
- "href": ""
- },
- {
- "href": ""
- },
- {
- "href": ""
- }
- ]
- },
- "product_id": [
- {
- "value": 4
- }
- ],
- "uuid": [
- {
- "value": "05f0fd7d-34c4-4bd8-960a-037b4b95d928"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/stores": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_store\/online"
- }
- },
- "uuid": [
- {
- "value": "191a9fed-f857-4ce5-aff5-caea69880745"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/variations": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "6206fcd7-3e30-4e1d-8d1c-7d7839424dbf"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "405ff082-aada-41bb-a564-042e89164397"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "ab0ee51b-dfa5-4aef-bdc7-a46fc7d226fc"
- }
- ]
- }
- ]
- },
- "title": [
- {
- "value": "Senior",
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": null,
- "pid": null,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:40:18+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_description": [
- {
- "value": " Individuals 62 years and over. The YMCA is a SilverSneakers provider<\/p>\r\n",
- "format": "full_html",
- "processed": " Individuals 62 years and over. The YMCA is a SilverSneakers provider<\/p>\n"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/commerce_product/1653d2a2-a309-47b8-978a-2b734435dc98.json b/modules/openy_memberships_demo/content/commerce_product/1653d2a2-a309-47b8-978a-2b734435dc98.json
deleted file mode 100644
index d3ee7ee..0000000
--- a/modules/openy_memberships_demo/content/commerce_product/1653d2a2-a309-47b8-978a-2b734435dc98.json
+++ /dev/null
@@ -1,192 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/stores": [
- {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/variations": [
- {
- "href": ""
- },
- {
- "href": ""
- },
- {
- "href": ""
- }
- ]
- },
- "product_id": [
- {
- "value": 2
- }
- ],
- "uuid": [
- {
- "value": "1653d2a2-a309-47b8-978a-2b734435dc98"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/stores": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_store\/online"
- }
- },
- "uuid": [
- {
- "value": "191a9fed-f857-4ce5-aff5-caea69880745"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/variations": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "bf1fc46d-f639-4bb2-b4cc-36f59d14e93b"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "fc7e873b-44a8-4af5-981d-8a4fb9d16aa7"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "410f4567-1818-4e52-a9f5-f410bae7d63d"
- }
- ]
- }
- ]
- },
- "title": [
- {
- "value": "Family I",
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": null,
- "pid": null,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:34:35+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_description": [
- {
- "value": " Either two adults in the same household OR one adult and all children under 18 in household<\/p>\r\n",
- "format": "full_html",
- "processed": " Either two adults in the same household OR one adult and all children under 18 in household<\/p>\n"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/commerce_product/52c959f1-246f-475b-9982-c11c03f8ed39.json b/modules/openy_memberships_demo/content/commerce_product/52c959f1-246f-475b-9982-c11c03f8ed39.json
deleted file mode 100644
index f0721d9..0000000
--- a/modules/openy_memberships_demo/content/commerce_product/52c959f1-246f-475b-9982-c11c03f8ed39.json
+++ /dev/null
@@ -1,286 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/3?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/stores": [
- {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/variations": [
- {
- "href": ""
- },
- {
- "href": ""
- },
- {
- "href": ""
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/field_om_addons": [
- {
- "href": ""
- },
- {
- "href": ""
- },
- {
- "href": ""
- },
- {
- "href": ""
- },
- {
- "href": ""
- }
- ]
- },
- "product_id": [
- {
- "value": 3
- }
- ],
- "uuid": [
- {
- "value": "52c959f1-246f-475b-9982-c11c03f8ed39"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/stores": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_store\/online"
- }
- },
- "uuid": [
- {
- "value": "191a9fed-f857-4ce5-aff5-caea69880745"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/variations": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "2f848ce8-30ff-4bd2-8487-1014eb1fb596"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "8b0ba051-9d66-4396-86b1-0c6da75e7d7f"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "960c9da7-8328-44f3-8b71-2998ff14530e"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/field_om_addons": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_addon\/membership_addon"
- }
- },
- "uuid": [
- {
- "value": "97777c7f-c2e5-470a-9e30-63381d329f5f"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_addon\/membership_addon"
- }
- },
- "uuid": [
- {
- "value": "e29c97b7-b021-4aca-bec9-820905b394fc"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_addon\/membership_addon"
- }
- },
- "uuid": [
- {
- "value": "dc549b27-15f5-4b08-833a-1fcafc3dd5f4"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_addon\/membership_addon"
- }
- },
- "uuid": [
- {
- "value": "c29f2ff0-d66d-4bcf-8bde-e49bf3c1a827"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_addon\/membership_addon"
- }
- },
- "uuid": [
- {
- "value": "daec0fb9-e756-4eaa-99a4-651f9520f975"
- }
- ]
- }
- ]
- },
- "title": [
- {
- "value": "Adult",
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": null,
- "pid": null,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:38:10+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_description": [
- {
- "value": " Individuals 18 - 61 years.<\/p>\r\n",
- "format": "full_html",
- "processed": " Individuals 18 - 61 years.<\/p>\n"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/commerce_product/aebf5723-131a-49b5-b736-8174d69f784f.json b/modules/openy_memberships_demo/content/commerce_product/aebf5723-131a-49b5-b736-8174d69f784f.json
deleted file mode 100644
index e74e594..0000000
--- a/modules/openy_memberships_demo/content/commerce_product/aebf5723-131a-49b5-b736-8174d69f784f.json
+++ /dev/null
@@ -1,192 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/5?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/stores": [
- {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/variations": [
- {
- "href": ""
- },
- {
- "href": ""
- },
- {
- "href": ""
- }
- ]
- },
- "product_id": [
- {
- "value": 5
- }
- ],
- "uuid": [
- {
- "value": "aebf5723-131a-49b5-b736-8174d69f784f"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/stores": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_store\/online"
- }
- },
- "uuid": [
- {
- "value": "191a9fed-f857-4ce5-aff5-caea69880745"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product\/membership\/variations": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "4b9b6ba0-7948-44e1-8616-4a485c33c0d5"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "104d8b2b-e68c-4bf6-a01f-46b5de6ca1ae"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- }
- },
- "uuid": [
- {
- "value": "93ede205-8194-4c75-9ca0-bc3908dfcb60"
- }
- ]
- }
- ]
- },
- "title": [
- {
- "value": "Student",
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": null,
- "pid": null,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:43:27+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ],
- "field_description": [
- {
- "value": " Membership at all San Antonio YMCA Facilities for full-time students ages 13-25.<\/p>\r\n",
- "format": "full_html",
- "processed": " Membership at all San Antonio YMCA Facilities for full-time students ages 13-25.<\/p>\n"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/09a8b06b-a0be-4869-8521-5e14b87d7f92.json b/modules/openy_memberships_demo/content/commerce_product_variation/09a8b06b-a0be-4869-8521-5e14b87d7f92.json
deleted file mode 100644
index 1355466..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/09a8b06b-a0be-4869-8521-5e14b87d7f92.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/1?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 1
- }
- ],
- "uuid": [
- {
- "value": "09a8b06b-a0be-4869-8521-5e14b87d7f92"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "01aff1b7-b6cb-4b9c-97d8-6a123fa5022d"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "family_2_annualy"
- }
- ],
- "title": [
- {
- "value": "Annually",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "85.000000",
- "currency_code": "USD",
- "formatted": "$85.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:32:11+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T19:09:14+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": true
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/104d8b2b-e68c-4bf6-a01f-46b5de6ca1ae.json b/modules/openy_memberships_demo/content/commerce_product_variation/104d8b2b-e68c-4bf6-a01f-46b5de6ca1ae.json
deleted file mode 100644
index a5c6e22..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/104d8b2b-e68c-4bf6-a01f-46b5de6ca1ae.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/5?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 15
- }
- ],
- "uuid": [
- {
- "value": "104d8b2b-e68c-4bf6-a01f-46b5de6ca1ae"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/5?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "aebf5723-131a-49b5-b736-8174d69f784f"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "student_monthly"
- }
- ],
- "title": [
- {
- "value": "Month-to-Month",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "40.000000",
- "currency_code": "USD",
- "formatted": "$40.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:45:39+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/2f848ce8-30ff-4bd2-8487-1014eb1fb596.json b/modules/openy_memberships_demo/content/commerce_product_variation/2f848ce8-30ff-4bd2-8487-1014eb1fb596.json
deleted file mode 100644
index 623496c..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/2f848ce8-30ff-4bd2-8487-1014eb1fb596.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/3?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 7
- }
- ],
- "uuid": [
- {
- "value": "2f848ce8-30ff-4bd2-8487-1014eb1fb596"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/3?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "52c959f1-246f-475b-9982-c11c03f8ed39"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "adult_annually"
- }
- ],
- "title": [
- {
- "value": "Annually",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "40.000000",
- "currency_code": "USD",
- "formatted": "$40.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:39:12+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/376c7216-00b4-4d7f-a977-8485486d9df8.json b/modules/openy_memberships_demo/content/commerce_product_variation/376c7216-00b4-4d7f-a977-8485486d9df8.json
deleted file mode 100644
index d2eb12d..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/376c7216-00b4-4d7f-a977-8485486d9df8.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/1?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 3
- }
- ],
- "uuid": [
- {
- "value": "376c7216-00b4-4d7f-a977-8485486d9df8"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "01aff1b7-b6cb-4b9c-97d8-6a123fa5022d"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "family_2_monthly"
- }
- ],
- "title": [
- {
- "value": "Month-to-Month",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "95.000000",
- "currency_code": "USD",
- "formatted": "$95.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:34:09+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T19:09:14+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/405ff082-aada-41bb-a564-042e89164397.json b/modules/openy_memberships_demo/content/commerce_product_variation/405ff082-aada-41bb-a564-042e89164397.json
deleted file mode 100644
index 2815ec2..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/405ff082-aada-41bb-a564-042e89164397.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/4?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 12
- }
- ],
- "uuid": [
- {
- "value": "405ff082-aada-41bb-a564-042e89164397"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/4?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "05f0fd7d-34c4-4bd8-960a-037b4b95d928"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "senior_monthly"
- }
- ],
- "title": [
- {
- "value": "Month-to-Month",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "45.000000",
- "currency_code": "USD",
- "formatted": "$45.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:43:00+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/410f4567-1818-4e52-a9f5-f410bae7d63d.json b/modules/openy_memberships_demo/content/commerce_product_variation/410f4567-1818-4e52-a9f5-f410bae7d63d.json
deleted file mode 100644
index be52549..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/410f4567-1818-4e52-a9f5-f410bae7d63d.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/2?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 4
- }
- ],
- "uuid": [
- {
- "value": "410f4567-1818-4e52-a9f5-f410bae7d63d"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "1653d2a2-a309-47b8-978a-2b734435dc98"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "family_1_annualy"
- }
- ],
- "title": [
- {
- "value": "Annually",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "70.000000",
- "currency_code": "USD",
- "formatted": "$70.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:37:13+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-03-13T09:37:13+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/4b9b6ba0-7948-44e1-8616-4a485c33c0d5.json b/modules/openy_memberships_demo/content/commerce_product_variation/4b9b6ba0-7948-44e1-8616-4a485c33c0d5.json
deleted file mode 100644
index 8e8f5a9..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/4b9b6ba0-7948-44e1-8616-4a485c33c0d5.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/5?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 13
- }
- ],
- "uuid": [
- {
- "value": "4b9b6ba0-7948-44e1-8616-4a485c33c0d5"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/5?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "aebf5723-131a-49b5-b736-8174d69f784f"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "student_annually"
- }
- ],
- "title": [
- {
- "value": "Annually",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "30.000000",
- "currency_code": "USD",
- "formatted": "$30.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:45:01+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/6206fcd7-3e30-4e1d-8d1c-7d7839424dbf.json b/modules/openy_memberships_demo/content/commerce_product_variation/6206fcd7-3e30-4e1d-8d1c-7d7839424dbf.json
deleted file mode 100644
index d04c851..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/6206fcd7-3e30-4e1d-8d1c-7d7839424dbf.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/4?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 11
- }
- ],
- "uuid": [
- {
- "value": "6206fcd7-3e30-4e1d-8d1c-7d7839424dbf"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/4?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "05f0fd7d-34c4-4bd8-960a-037b4b95d928"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "senior_six_months"
- }
- ],
- "title": [
- {
- "value": "Six Months",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "30.000000",
- "currency_code": "USD",
- "formatted": "$30.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:42:00+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/79a2d24d-cb5a-4fc7-b584-db610dce5b1d.json b/modules/openy_memberships_demo/content/commerce_product_variation/79a2d24d-cb5a-4fc7-b584-db610dce5b1d.json
deleted file mode 100644
index ea8b4eb..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/79a2d24d-cb5a-4fc7-b584-db610dce5b1d.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/1?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 2
- }
- ],
- "uuid": [
- {
- "value": "79a2d24d-cb5a-4fc7-b584-db610dce5b1d"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "01aff1b7-b6cb-4b9c-97d8-6a123fa5022d"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "family_2_six_moths"
- }
- ],
- "title": [
- {
- "value": "Six Months",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "90.000000",
- "currency_code": "USD",
- "formatted": "$90.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:32:57+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-03-13T09:32:57+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/8b0ba051-9d66-4396-86b1-0c6da75e7d7f.json b/modules/openy_memberships_demo/content/commerce_product_variation/8b0ba051-9d66-4396-86b1-0c6da75e7d7f.json
deleted file mode 100644
index 2fc511f..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/8b0ba051-9d66-4396-86b1-0c6da75e7d7f.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/3?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 9
- }
- ],
- "uuid": [
- {
- "value": "8b0ba051-9d66-4396-86b1-0c6da75e7d7f"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/3?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "52c959f1-246f-475b-9982-c11c03f8ed39"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "adult_monthly"
- }
- ],
- "title": [
- {
- "value": "Month-to-Month",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "50.000000",
- "currency_code": "USD",
- "formatted": "$50.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:40:08+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/93ede205-8194-4c75-9ca0-bc3908dfcb60.json b/modules/openy_memberships_demo/content/commerce_product_variation/93ede205-8194-4c75-9ca0-bc3908dfcb60.json
deleted file mode 100644
index 5fc2ba2..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/93ede205-8194-4c75-9ca0-bc3908dfcb60.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/5?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 14
- }
- ],
- "uuid": [
- {
- "value": "93ede205-8194-4c75-9ca0-bc3908dfcb60"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/5?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "aebf5723-131a-49b5-b736-8174d69f784f"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "student_six_months"
- }
- ],
- "title": [
- {
- "value": "Six Months",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "35.000000",
- "currency_code": "USD",
- "formatted": "$35.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:45:21+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-03-13T09:45:21+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/960c9da7-8328-44f3-8b71-2998ff14530e.json b/modules/openy_memberships_demo/content/commerce_product_variation/960c9da7-8328-44f3-8b71-2998ff14530e.json
deleted file mode 100644
index 33fc71a..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/960c9da7-8328-44f3-8b71-2998ff14530e.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/3?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 8
- }
- ],
- "uuid": [
- {
- "value": "960c9da7-8328-44f3-8b71-2998ff14530e"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/3?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "52c959f1-246f-475b-9982-c11c03f8ed39"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "adult_six_months"
- }
- ],
- "title": [
- {
- "value": "Six Months",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "45.000000",
- "currency_code": "USD",
- "formatted": "$45.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:39:43+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-03-13T09:39:43+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/ab0ee51b-dfa5-4aef-bdc7-a46fc7d226fc.json b/modules/openy_memberships_demo/content/commerce_product_variation/ab0ee51b-dfa5-4aef-bdc7-a46fc7d226fc.json
deleted file mode 100644
index ed82b22..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/ab0ee51b-dfa5-4aef-bdc7-a46fc7d226fc.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/4?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 10
- }
- ],
- "uuid": [
- {
- "value": "ab0ee51b-dfa5-4aef-bdc7-a46fc7d226fc"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/4?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "05f0fd7d-34c4-4bd8-960a-037b4b95d928"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "senior_annually"
- }
- ],
- "title": [
- {
- "value": "Annually",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "35.000000",
- "currency_code": "USD",
- "formatted": "$35.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:41:42+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-03-13T09:41:42+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/bf1fc46d-f639-4bb2-b4cc-36f59d14e93b.json b/modules/openy_memberships_demo/content/commerce_product_variation/bf1fc46d-f639-4bb2-b4cc-36f59d14e93b.json
deleted file mode 100644
index afaed5e..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/bf1fc46d-f639-4bb2-b4cc-36f59d14e93b.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/2?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 5
- }
- ],
- "uuid": [
- {
- "value": "bf1fc46d-f639-4bb2-b4cc-36f59d14e93b"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "1653d2a2-a309-47b8-978a-2b734435dc98"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "family_1_six_months"
- }
- ],
- "title": [
- {
- "value": "Six Months",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "75.000000",
- "currency_code": "USD",
- "formatted": "$75.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:37:27+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_product_variation/fc7e873b-44a8-4af5-981d-8a4fb9d16aa7.json b/modules/openy_memberships_demo/content/commerce_product_variation/fc7e873b-44a8-4af5-981d-8a4fb9d16aa7.json
deleted file mode 100644
index 95cc0a3..0000000
--- a/modules/openy_memberships_demo/content/commerce_product_variation/fc7e873b-44a8-4af5-981d-8a4fb9d16aa7.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product_variation\/membership"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "href": "http:\/\/default\/product\/2?_format=hal_json"
- }
- ]
- },
- "variation_id": [
- {
- "value": 6
- }
- ],
- "uuid": [
- {
- "value": "fc7e873b-44a8-4af5-981d-8a4fb9d16aa7"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "membership"
- }
- ],
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/commerce_product_variation\/membership\/product_id": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/product\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_product\/membership"
- }
- },
- "uuid": [
- {
- "value": "1653d2a2-a309-47b8-978a-2b734435dc98"
- }
- ]
- }
- ]
- },
- "sku": [
- {
- "value": "family_1_monthly"
- }
- ],
- "title": [
- {
- "value": "Month-to-Month",
- "lang": "en"
- }
- ],
- "price": [
- {
- "number": "80.000000",
- "currency_code": "USD",
- "formatted": "$80.00"
- }
- ],
- "created": [
- {
- "value": "2020-03-13T09:37:47+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-06T09:22:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_best_value": [
- {
- "value": false
- }
- ],
- "field_enrollment_fee": [
- {
- "value": "No enrollment fee"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_promotion/4dda4f12-4754-478c-91ed-b0a6ee46dc2e.json b/modules/openy_memberships_demo/content/commerce_promotion/4dda4f12-4754-478c-91ed-b0a6ee46dc2e.json
deleted file mode 100644
index e6cb846..0000000
--- a/modules/openy_memberships_demo/content/commerce_promotion/4dda4f12-4754-478c-91ed-b0a6ee46dc2e.json
+++ /dev/null
@@ -1,114 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_promotion\/commerce_promotion"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_promotion\/commerce_promotion\/stores": [
- {
- "href": "http:\/\/default\/store\/1?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "promotion_id": [
- {
- "value": 3
- }
- ],
- "uuid": [
- {
- "value": "4dda4f12-4754-478c-91ed-b0a6ee46dc2e"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "name": [
- {
- "value": "Promotion Military Service",
- "lang": "en"
- }
- ],
- "order_types": [
- {
- "target_id": "membership_order",
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_promotion\/commerce_promotion\/stores": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_store\/online"
- }
- },
- "uuid": [
- {
- "value": "191a9fed-f857-4ce5-aff5-caea69880745"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "offer": [
- {
- "target_plugin_id": "openy_memberships_order_household_off",
- "target_plugin_configuration": {
- "amount": {
- "number": "10",
- "currency_code": "USD"
- }
- }
- }
- ],
- "conditions": [
- {
- "target_plugin_id": "openy_memberships_military_service",
- "target_plugin_configuration": {
- "military_service": "1"
- }
- }
- ],
- "condition_operator": [
- {
- "value": "AND"
- }
- ],
- "start_date": [
- {
- "value": "2020-03-29T13:27:44-04:00"
- }
- ],
- "compatibility": [
- {
- "value": "any"
- }
- ],
- "status": [
- {
- "value": true
- }
- ],
- "weight": [
- {
- "value": 0
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_promotion/7a47c8f4-49d2-43e7-bd9a-db3d040b8442.json b/modules/openy_memberships_demo/content/commerce_promotion/7a47c8f4-49d2-43e7-bd9a-db3d040b8442.json
deleted file mode 100644
index f752228..0000000
--- a/modules/openy_memberships_demo/content/commerce_promotion/7a47c8f4-49d2-43e7-bd9a-db3d040b8442.json
+++ /dev/null
@@ -1,114 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_promotion\/commerce_promotion"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_promotion\/commerce_promotion\/stores": [
- {
- "href": "http:\/\/default\/store\/1?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "promotion_id": [
- {
- "value": 2
- }
- ],
- "uuid": [
- {
- "value": "7a47c8f4-49d2-43e7-bd9a-db3d040b8442"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "name": [
- {
- "value": "Promotion Health Insurance",
- "lang": "en"
- }
- ],
- "order_types": [
- {
- "target_id": "membership_order",
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_promotion\/commerce_promotion\/stores": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_store\/online"
- }
- },
- "uuid": [
- {
- "value": "191a9fed-f857-4ce5-aff5-caea69880745"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "offer": [
- {
- "target_plugin_id": "openy_memberships_order_household_off",
- "target_plugin_configuration": {
- "amount": {
- "number": "10",
- "currency_code": "USD"
- }
- }
- }
- ],
- "conditions": [
- {
- "target_plugin_id": "openy_memberships_health_insurance",
- "target_plugin_configuration": {
- "health_insurance": "1"
- }
- }
- ],
- "condition_operator": [
- {
- "value": "AND"
- }
- ],
- "start_date": [
- {
- "value": "2020-03-29T06:57:08-04:00"
- }
- ],
- "compatibility": [
- {
- "value": "any"
- }
- ],
- "status": [
- {
- "value": true
- }
- ],
- "weight": [
- {
- "value": 0
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_promotion/e64ae9b1-64c4-4aaa-8844-49d9356541e2.json b/modules/openy_memberships_demo/content/commerce_promotion/e64ae9b1-64c4-4aaa-8844-49d9356541e2.json
deleted file mode 100644
index 62d3632..0000000
--- a/modules/openy_memberships_demo/content/commerce_promotion/e64ae9b1-64c4-4aaa-8844-49d9356541e2.json
+++ /dev/null
@@ -1,118 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_promotion\/commerce_promotion"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_promotion\/commerce_promotion\/stores": [
- {
- "href": "http:\/\/default\/store\/1?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "promotion_id": [
- {
- "value": 1
- }
- ],
- "uuid": [
- {
- "value": "e64ae9b1-64c4-4aaa-8844-49d9356541e2"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "name": [
- {
- "value": "Promotion Income",
- "lang": "en"
- }
- ],
- "order_types": [
- {
- "target_id": "membership_order",
- "lang": "en"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_promotion\/commerce_promotion\/stores": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_store\/online"
- }
- },
- "uuid": [
- {
- "value": "191a9fed-f857-4ce5-aff5-caea69880745"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "offer": [
- {
- "target_plugin_id": "order_fixed_amount_off",
- "target_plugin_configuration": {
- "amount": {
- "number": "30.00",
- "currency_code": "USD"
- }
- }
- }
- ],
- "conditions": [
- {
- "target_plugin_id": "openy_memberships_income",
- "target_plugin_configuration": {
- "operator": ">",
- "amount": {
- "number": "999.00",
- "currency_code": "USD"
- }
- }
- }
- ],
- "condition_operator": [
- {
- "value": "AND"
- }
- ],
- "start_date": [
- {
- "value": "2020-03-24T11:39:20-04:00"
- }
- ],
- "compatibility": [
- {
- "value": "any"
- }
- ],
- "status": [
- {
- "value": true
- }
- ],
- "weight": [
- {
- "value": 0
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/commerce_store/191a9fed-f857-4ce5-aff5-caea69880745.json b/modules/openy_memberships_demo/content/commerce_store/191a9fed-f857-4ce5-aff5-caea69880745.json
deleted file mode 100644
index 2a7a0bb..0000000
--- a/modules/openy_memberships_demo/content/commerce_store/191a9fed-f857-4ce5-aff5-caea69880745.json
+++ /dev/null
@@ -1,121 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/store\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/commerce_store\/online"
- },
- "http:\/\/drupal.org\/rest\/relation\/commerce_store\/online\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "store_id": [
- {
- "value": 1
- }
- ],
- "uuid": [
- {
- "value": "191a9fed-f857-4ce5-aff5-caea69880745"
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "online"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/commerce_store\/online\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "name": [
- {
- "value": "Open Y",
- "lang": "en"
- }
- ],
- "mail": [
- {
- "value": "craig.paulnock@ymcamn.org"
- }
- ],
- "default_currency": [
- {
- "target_id": "USD",
- "lang": "en"
- }
- ],
- "timezone": [
- {
- "value": "America\/New_York"
- }
- ],
- "address": [
- {
- "langcode": "",
- "country_code": "US",
- "administrative_area": "MN",
- "locality": "Minneapolis",
- "dependent_locality": null,
- "postal_code": "55402",
- "sorting_code": null,
- "address_line1": "651 Nicollet mall suite 500",
- "address_line2": "",
- "organization": null,
- "given_name": null,
- "additional_name": null,
- "family_name": null
- }
- ],
- "path": [
- {
- "alias": null,
- "pid": null,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "is_default": [
- {
- "value": true
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/menu_link_content/2f2fdcc3-268b-4e6d-bf80-b7ac92c213a4.json b/modules/openy_memberships_demo/content/menu_link_content/2f2fdcc3-268b-4e6d-bf80-b7ac92c213a4.json
deleted file mode 100644
index 2be150a..0000000
--- a/modules/openy_memberships_demo/content/menu_link_content/2f2fdcc3-268b-4e6d-bf80-b7ac92c213a4.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/admin\/structure\/menu\/item\/59\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/menu_link_content\/menu_link_content"
- }
- },
- "id": [
- {
- "value": 59
- }
- ],
- "uuid": [
- {
- "value": "2f2fdcc3-268b-4e6d-bf80-b7ac92c213a4"
- }
- ],
- "revision_id": [
- {
- "value": 59
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "bundle": [
- {
- "value": "menu_link_content"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:31:56+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "enabled": [
- {
- "value": true
- }
- ],
- "title": [
- {
- "value": "Free Trial",
- "lang": "en"
- }
- ],
- "menu_name": [
- {
- "value": "memberships-menu"
- }
- ],
- "link": [
- {
- "uri": "internal:\/free-trial",
- "title": "",
- "options": {
- "menu_icon": {
- "fid": false
- }
- }
- }
- ],
- "external": [
- {
- "value": false
- }
- ],
- "rediscover": [
- {
- "value": true
- }
- ],
- "weight": [
- {
- "value": -46
- }
- ],
- "expanded": [
- {
- "value": false
- }
- ],
- "changed": [
- {
- "value": "2020-05-02T13:12:39+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/menu_link_content/456ef9d9-49cc-44f6-9aa5-0718a7e99c68.json b/modules/openy_memberships_demo/content/menu_link_content/456ef9d9-49cc-44f6-9aa5-0718a7e99c68.json
deleted file mode 100644
index 9cced3e..0000000
--- a/modules/openy_memberships_demo/content/menu_link_content/456ef9d9-49cc-44f6-9aa5-0718a7e99c68.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/admin\/structure\/menu\/item\/55\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/menu_link_content\/menu_link_content"
- }
- },
- "id": [
- {
- "value": 55
- }
- ],
- "uuid": [
- {
- "value": "456ef9d9-49cc-44f6-9aa5-0718a7e99c68"
- }
- ],
- "revision_id": [
- {
- "value": 55
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "bundle": [
- {
- "value": "menu_link_content"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:30:32+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "enabled": [
- {
- "value": true
- }
- ],
- "title": [
- {
- "value": "Membership Types",
- "lang": "en"
- }
- ],
- "menu_name": [
- {
- "value": "memberships-menu"
- }
- ],
- "link": [
- {
- "uri": "internal:\/membership-types",
- "title": "",
- "options": {
- "menu_icon": {
- "fid": false
- }
- }
- }
- ],
- "external": [
- {
- "value": false
- }
- ],
- "rediscover": [
- {
- "value": true
- }
- ],
- "weight": [
- {
- "value": -50
- }
- ],
- "expanded": [
- {
- "value": false
- }
- ],
- "changed": [
- {
- "value": "2020-05-02T13:12:39+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/menu_link_content/65a00c16-e1fc-4fd3-a4bc-fdc1540a31ef.json b/modules/openy_memberships_demo/content/menu_link_content/65a00c16-e1fc-4fd3-a4bc-fdc1540a31ef.json
deleted file mode 100644
index 0e88e3a..0000000
--- a/modules/openy_memberships_demo/content/menu_link_content/65a00c16-e1fc-4fd3-a4bc-fdc1540a31ef.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/admin\/structure\/menu\/item\/58\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/menu_link_content\/menu_link_content"
- }
- },
- "id": [
- {
- "value": 58
- }
- ],
- "uuid": [
- {
- "value": "65a00c16-e1fc-4fd3-a4bc-fdc1540a31ef"
- }
- ],
- "revision_id": [
- {
- "value": 58
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "bundle": [
- {
- "value": "menu_link_content"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:31:36+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "enabled": [
- {
- "value": true
- }
- ],
- "title": [
- {
- "value": "Corporate wellness",
- "lang": "en"
- }
- ],
- "menu_name": [
- {
- "value": "memberships-menu"
- }
- ],
- "link": [
- {
- "uri": "internal:\/corporate-wellness",
- "title": "",
- "options": {
- "menu_icon": {
- "fid": false
- }
- }
- }
- ],
- "external": [
- {
- "value": false
- }
- ],
- "rediscover": [
- {
- "value": true
- }
- ],
- "weight": [
- {
- "value": -47
- }
- ],
- "expanded": [
- {
- "value": false
- }
- ],
- "changed": [
- {
- "value": "2020-05-02T13:12:39+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/menu_link_content/b32d48a7-31d8-43d5-9476-fea0b99513e0.json b/modules/openy_memberships_demo/content/menu_link_content/b32d48a7-31d8-43d5-9476-fea0b99513e0.json
deleted file mode 100644
index cbdeb34..0000000
--- a/modules/openy_memberships_demo/content/menu_link_content/b32d48a7-31d8-43d5-9476-fea0b99513e0.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/admin\/structure\/menu\/item\/57\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/menu_link_content\/menu_link_content"
- }
- },
- "id": [
- {
- "value": 57
- }
- ],
- "uuid": [
- {
- "value": "b32d48a7-31d8-43d5-9476-fea0b99513e0"
- }
- ],
- "revision_id": [
- {
- "value": 57
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "bundle": [
- {
- "value": "menu_link_content"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:31:21+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "enabled": [
- {
- "value": true
- }
- ],
- "title": [
- {
- "value": "Discounts",
- "lang": "en"
- }
- ],
- "menu_name": [
- {
- "value": "memberships-menu"
- }
- ],
- "link": [
- {
- "uri": "internal:\/discounts",
- "title": "",
- "options": {
- "menu_icon": {
- "fid": false
- }
- }
- }
- ],
- "external": [
- {
- "value": false
- }
- ],
- "rediscover": [
- {
- "value": true
- }
- ],
- "weight": [
- {
- "value": -48
- }
- ],
- "expanded": [
- {
- "value": false
- }
- ],
- "changed": [
- {
- "value": "2020-05-02T13:12:39+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/menu_link_content/df2fd15b-530b-4322-a3f8-9e35ea7b2f12.json b/modules/openy_memberships_demo/content/menu_link_content/df2fd15b-530b-4322-a3f8-9e35ea7b2f12.json
deleted file mode 100644
index 032e86a..0000000
--- a/modules/openy_memberships_demo/content/menu_link_content/df2fd15b-530b-4322-a3f8-9e35ea7b2f12.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/admin\/structure\/menu\/item\/56\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/menu_link_content\/menu_link_content"
- }
- },
- "id": [
- {
- "value": 56
- }
- ],
- "uuid": [
- {
- "value": "df2fd15b-530b-4322-a3f8-9e35ea7b2f12"
- }
- ],
- "revision_id": [
- {
- "value": 56
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "bundle": [
- {
- "value": "menu_link_content"
- }
- ],
- "revision_created": [
- {
- "value": "2020-04-29T15:30:55+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "enabled": [
- {
- "value": true
- }
- ],
- "title": [
- {
- "value": "Member Benefits",
- "lang": "en"
- }
- ],
- "menu_name": [
- {
- "value": "memberships-menu"
- }
- ],
- "link": [
- {
- "uri": "internal:\/member-benefits",
- "title": "",
- "options": {
- "menu_icon": {
- "fid": false
- }
- }
- }
- ],
- "external": [
- {
- "value": false
- }
- ],
- "rediscover": [
- {
- "value": true
- }
- ],
- "weight": [
- {
- "value": -49
- }
- ],
- "expanded": [
- {
- "value": false
- }
- ],
- "changed": [
- {
- "value": "2020-05-02T13:12:39+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "| OpenY",
- "canonical_url": "http:\/\/default\/membership-landing"
- }
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/01edd9f6-aed4-494e-b01c-9f3e9ea741e4.json b/modules/openy_memberships_demo/content/node/01edd9f6-aed4-494e-b01c-9f3e9ea741e4.json
deleted file mode 100644
index 7d3f5d3..0000000
--- a/modules/openy_memberships_demo/content/node/01edd9f6-aed4-494e-b01c-9f3e9ea741e4.json
+++ /dev/null
@@ -1,289 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/free-trial?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 450
- }
- ],
- "uuid": [
- {
- "value": "01edd9f6-aed4-494e-b01c-9f3e9ea741e4"
- }
- ],
- "vid": [
- {
- "value": 550
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-08T13:38:05+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- }
- },
- "uuid": [
- {
- "value": "5262fb6f-50e8-4f69-8701-27a7fa6e7983"
- }
- ],
- "lang": "en",
- "target_revision_id": "898"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "4fd7af00-fd90-44aa-94e8-2eed74bd9226"
- }
- ],
- "lang": "en",
- "target_revision_id": "899"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/webform"
- }
- },
- "uuid": [
- {
- "value": "1bd974b7-6ab8-45ad-bf39-70c5e19dc536"
- }
- ],
- "lang": "en",
- "target_revision_id": "847"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- }
- },
- "uuid": [
- {
- "value": "09b03340-645d-4f18-9004-4dc521ea5b87"
- }
- ],
- "lang": "en",
- "target_revision_id": "843"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "70a371a8-f2eb-4bca-a444-17b2d44613ef"
- }
- ],
- "lang": "en",
- "target_revision_id": "844"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Free Trial",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T14:32:14+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-08T13:38:05+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Free Trial | OpenY",
- "og_title": "Free Trial"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/free-trial",
- "pid": 333,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "two_column_left",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/095ca67b-24fd-4215-9beb-18a436370254.json b/modules/openy_memberships_demo/content/node/095ca67b-24fd-4215-9beb-18a436370254.json
deleted file mode 100644
index 3855ec4..0000000
--- a/modules/openy_memberships_demo/content/node/095ca67b-24fd-4215-9beb-18a436370254.json
+++ /dev/null
@@ -1,214 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/discount-details?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 453
- }
- ],
- "uuid": [
- {
- "value": "095ca67b-24fd-4215-9beb-18a436370254"
- }
- ],
- "vid": [
- {
- "value": 551
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-08T13:59:57+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "00583118-308f-4dc9-83e5-57ab8ac70b3e"
- }
- ],
- "lang": "en",
- "target_revision_id": "900"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "03e6eb31-9071-426a-9ece-8afbddcd0efe"
- }
- ],
- "lang": "en",
- "target_revision_id": "863"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Discount Details",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-04T11:54:31+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-08T13:59:57+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Discount Details | OpenY",
- "og_title": "Discount Details"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/discount-details",
- "pid": 331,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "one_column",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/11cc5bdd-0e72-4495-b557-69bfc15697c3.json b/modules/openy_memberships_demo/content/node/11cc5bdd-0e72-4495-b557-69bfc15697c3.json
deleted file mode 100644
index 302718a..0000000
--- a/modules/openy_memberships_demo/content/node/11cc5bdd-0e72-4495-b557-69bfc15697c3.json
+++ /dev/null
@@ -1,302 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/membership-landing?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 444
- }
- ],
- "uuid": [
- {
- "value": "11cc5bdd-0e72-4495-b557-69bfc15697c3"
- }
- ],
- "vid": [
- {
- "value": 552
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-08T14:01:59+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "212edc6d-a03c-438b-9d65-1866e345ac0d"
- }
- ],
- "lang": "en",
- "target_revision_id": "901"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "f322f821-814c-4b94-bf9d-d26de95291b7"
- }
- ],
- "lang": "en",
- "target_revision_id": "902"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- }
- },
- "uuid": [
- {
- "value": "6484bfb4-3e71-4a2a-a2c3-225dc22c03c9"
- }
- ],
- "lang": "en",
- "target_revision_id": "903"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "0c4f88cb-4a75-420a-82d8-bedceb910a34"
- }
- ],
- "lang": "en",
- "target_revision_id": "904"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- }
- },
- "uuid": [
- {
- "value": "5940404d-201a-4f0e-a0e9-0f06eeec9cdd"
- }
- ],
- "lang": "en",
- "target_revision_id": "905"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- }
- },
- "uuid": [
- {
- "value": "a0831872-c8fa-43e2-a7ad-09fb243ec23d"
- }
- ],
- "lang": "en",
- "target_revision_id": "906"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Membership Landing",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-29T15:12:22+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-08T14:01:59+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Membership Landing | OpenY",
- "og_title": "Membership Landing"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/membership-landing",
- "pid": 332,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "one_column",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/18968254-86e2-4ecf-a9ee-be2dd10d7bad.json b/modules/openy_memberships_demo/content/node/18968254-86e2-4ecf-a9ee-be2dd10d7bad.json
deleted file mode 100644
index 6fbe075..0000000
--- a/modules/openy_memberships_demo/content/node/18968254-86e2-4ecf-a9ee-be2dd10d7bad.json
+++ /dev/null
@@ -1,289 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/membership-join-y?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 446
- }
- ],
- "uuid": [
- {
- "value": "18968254-86e2-4ecf-a9ee-be2dd10d7bad"
- }
- ],
- "vid": [
- {
- "value": 553
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-08T14:02:34+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- }
- },
- "uuid": [
- {
- "value": "2f8cb0d3-4056-425c-a9f9-c488f0fef67c"
- }
- ],
- "lang": "en",
- "target_revision_id": "907"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "b2f34813-ad02-46e8-bf14-87417653b9e9"
- }
- ],
- "lang": "en",
- "target_revision_id": "908"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "60c9f75d-7a28-43ca-9aca-98300315011e"
- }
- ],
- "lang": "en",
- "target_revision_id": "909"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- }
- },
- "uuid": [
- {
- "value": "b22fd9a5-ef62-436e-88bd-ca442c658f97"
- }
- ],
- "lang": "en",
- "target_revision_id": "910"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "10176836-5d8f-4cd0-939b-b6092f0bf7e8"
- }
- ],
- "lang": "en",
- "target_revision_id": "688"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Membership Join the Y",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T12:58:29+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-08T14:02:34+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Membership Join the Y | OpenY",
- "og_title": "Membership Join the Y"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/membership-join-y",
- "pid": 338,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "two_column_left",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/5352809c-6c16-4fc0-8e76-3300de738d4b.json b/modules/openy_memberships_demo/content/node/5352809c-6c16-4fc0-8e76-3300de738d4b.json
deleted file mode 100644
index ace9c44..0000000
--- a/modules/openy_memberships_demo/content/node/5352809c-6c16-4fc0-8e76-3300de738d4b.json
+++ /dev/null
@@ -1,306 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/member-benefits?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 445
- }
- ],
- "uuid": [
- {
- "value": "5352809c-6c16-4fc0-8e76-3300de738d4b"
- }
- ],
- "vid": [
- {
- "value": 549
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-08T13:35:32+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "efaf71b6-8cae-4b32-9a59-450645748915"
- }
- ],
- "lang": "en",
- "target_revision_id": "897"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "ef69b713-adaa-4611-92ba-550ca0834b3f"
- }
- ],
- "lang": "en",
- "target_revision_id": "810"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "9c693879-a6b2-429e-999c-023fa7847c20"
- }
- ],
- "lang": "en",
- "target_revision_id": "811"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "dac552c4-5be5-4fd9-8629-867982c1a48c"
- }
- ],
- "lang": "en",
- "target_revision_id": "753"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- }
- },
- "uuid": [
- {
- "value": "35547f5e-785f-44a3-ad7e-08f61d8b35fd"
- }
- ],
- "lang": "en",
- "target_revision_id": "754"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "307673e7-2b46-4e28-a10e-84c2879d6c68"
- }
- ],
- "lang": "en",
- "target_revision_id": "755"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Member Benefits",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-29T15:24:00+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-08T13:35:32+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Member Benefits | OpenY",
- "og_title": "Member Benefits"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/member-benefits",
- "pid": 334,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "two_column_left",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/6fedeb04-2ad1-42e7-9a37-c3319a73ff1a.json b/modules/openy_memberships_demo/content/node/6fedeb04-2ad1-42e7-9a37-c3319a73ff1a.json
deleted file mode 100644
index 0c5010d..0000000
--- a/modules/openy_memberships_demo/content/node/6fedeb04-2ad1-42e7-9a37-c3319a73ff1a.json
+++ /dev/null
@@ -1,310 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/discounts?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 448
- }
- ],
- "uuid": [
- {
- "value": "6fedeb04-2ad1-42e7-9a37-c3319a73ff1a"
- }
- ],
- "vid": [
- {
- "value": 547
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-08T12:43:12+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- }
- },
- "uuid": [
- {
- "value": "07a1b0f5-0070-4d07-b5f2-9535a9fe1576"
- }
- ],
- "lang": "en",
- "target_revision_id": "893"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "b2be7bea-3e6d-4dbb-8ffb-dfe6ec6229fe"
- }
- ],
- "lang": "en",
- "target_revision_id": "894"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/2c"
- }
- },
- "uuid": [
- {
- "value": "2cecc69b-ca20-4b10-a301-834f71331dff"
- }
- ],
- "lang": "en",
- "target_revision_id": "852"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/2c"
- }
- },
- "uuid": [
- {
- "value": "020a35da-5655-45ac-91e8-8898d83f2137"
- }
- ],
- "lang": "en",
- "target_revision_id": "853"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- }
- },
- "uuid": [
- {
- "value": "ab684c7d-4983-41ca-b229-f3377e944151"
- }
- ],
- "lang": "en",
- "target_revision_id": "854"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "c7814fbc-6b07-41f1-8fdb-2a9106794bd0"
- }
- ],
- "lang": "en",
- "target_revision_id": "855"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Discounts",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:13:15+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-08T12:43:12+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Discounts | OpenY",
- "og_title": "Discounts"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/discounts",
- "pid": 339,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "two_column_left",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/8630f386-0078-4476-b0f4-4a3b528c54f7.json b/modules/openy_memberships_demo/content/node/8630f386-0078-4476-b0f4-4a3b528c54f7.json
deleted file mode 100644
index 917cfe7..0000000
--- a/modules/openy_memberships_demo/content/node/8630f386-0078-4476-b0f4-4a3b528c54f7.json
+++ /dev/null
@@ -1,243 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/membership-builder?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 451
- }
- ],
- "uuid": [
- {
- "value": "8630f386-0078-4476-b0f4-4a3b528c54f7"
- }
- ],
- "vid": [
- {
- "value": 563
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-19T09:27:32+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/memberships"
- }
- },
- "uuid": [
- {
- "value": "ce3d7529-1683-4eea-a7bb-74d99f9fef0c"
- }
- ],
- "lang": "en",
- "target_revision_id": "930"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- }
- },
- "uuid": [
- {
- "value": "729d5843-60f5-46ef-8e5c-18388200abc6"
- }
- ],
- "lang": "en",
- "target_revision_id": "926"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "f0d204cd-2ceb-4edb-a195-15379e7bafee"
- }
- ],
- "lang": "en",
- "target_revision_id": "927"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Membership Builder",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-05T15:35:26+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-19T09:27:32+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Membership Builder | OpenY",
- "og_title": "Membership Builder"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/membership-builder",
- "pid": 335,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "two_column_left",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/bfe5baac-6079-4fdc-ac2b-949e27a442be.json b/modules/openy_memberships_demo/content/node/bfe5baac-6079-4fdc-ac2b-949e27a442be.json
deleted file mode 100644
index f082fb0..0000000
--- a/modules/openy_memberships_demo/content/node/bfe5baac-6079-4fdc-ac2b-949e27a442be.json
+++ /dev/null
@@ -1,310 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/corporate-wellness?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 449
- }
- ],
- "uuid": [
- {
- "value": "bfe5baac-6079-4fdc-ac2b-949e27a442be"
- }
- ],
- "vid": [
- {
- "value": 548
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-08T12:50:43+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- }
- },
- "uuid": [
- {
- "value": "284121a3-28f4-4429-9e74-402afc9a5b62"
- }
- ],
- "lang": "en",
- "target_revision_id": "895"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "f414337c-9c3b-4b59-aa0c-0b7789019fb9"
- }
- ],
- "lang": "en",
- "target_revision_id": "896"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/2c"
- }
- },
- "uuid": [
- {
- "value": "ecf2fee2-a3f6-4286-ac16-813776579a18"
- }
- ],
- "lang": "en",
- "target_revision_id": "836"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "841f5543-b7e8-4d61-9f46-e65708c243a0"
- }
- ],
- "lang": "en",
- "target_revision_id": "837"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- }
- },
- "uuid": [
- {
- "value": "dc5f923c-e5eb-49ab-bdbb-1059a4f25ba5"
- }
- ],
- "lang": "en",
- "target_revision_id": "782"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "656a6052-95d1-408d-a052-a2eaf78b3b82"
- }
- ],
- "lang": "en",
- "target_revision_id": "783"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Corporate wellness",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T14:28:42+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-08T12:50:43+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Corporate wellness | OpenY",
- "og_title": "Corporate wellness"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/corporate-wellness",
- "pid": 337,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "two_column_left",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/node/f597f532-4870-4e06-a6da-9b605a1d7b5e.json b/modules/openy_memberships_demo/content/node/f597f532-4870-4e06-a6da-9b605a1d7b5e.json
deleted file mode 100644
index 8460820..0000000
--- a/modules/openy_memberships_demo/content/node/f597f532-4870-4e06-a6da-9b605a1d7b5e.json
+++ /dev/null
@@ -1,289 +0,0 @@
-{
- "_links": {
- "self": {
- "href": "http:\/\/default\/membership-types?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/node\/landing_page"
- },
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "href": "",
- "lang": "en"
- },
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "href": "",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "href": "",
- "lang": "en"
- }
- ]
- },
- "nid": [
- {
- "value": 447
- }
- ],
- "uuid": [
- {
- "value": "f597f532-4870-4e06-a6da-9b605a1d7b5e"
- }
- ],
- "vid": [
- {
- "value": 562
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "landing_page"
- }
- ],
- "revision_timestamp": [
- {
- "value": "2020-05-18T15:15:36+00:00",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_bottom_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- }
- },
- "uuid": [
- {
- "value": "6100321c-6f75-4d0a-a9e2-982fd24f94a3"
- }
- ],
- "lang": "en",
- "target_revision_id": "928"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- }
- },
- "uuid": [
- {
- "value": "aed162e9-48ce-42e5-9a2a-ce99b457e727"
- }
- ],
- "lang": "en",
- "target_revision_id": "929"
- },
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/membership_types_listing"
- }
- },
- "uuid": [
- {
- "value": "f496783a-a1fe-4bc8-b35f-37889e96d86b"
- }
- ],
- "lang": "en",
- "target_revision_id": "919"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_header_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- }
- },
- "uuid": [
- {
- "value": "5ce8fc6f-ef6f-4f35-8e1f-c5b87baffbd5"
- }
- ],
- "lang": "en",
- "target_revision_id": "920"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/node\/landing_page\/field_sidebar_content": [
- {
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- }
- },
- "uuid": [
- {
- "value": "4252bf7f-e78d-45e3-ba2c-a554a4b03476"
- }
- ],
- "lang": "en",
- "target_revision_id": "870"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "title": [
- {
- "value": "Membership Types",
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:06:31+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "changed": [
- {
- "value": "2020-05-18T15:15:36+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "promote": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "sticky": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "metatag": [
- {
- "value": {
- "title": "Membership Types | OpenY",
- "og_title": "Membership Types"
- }
- }
- ],
- "addthis": [
- {
- "value": false,
- "lang": "en"
- }
- ],
- "path": [
- {
- "alias": "\/membership-types",
- "pid": 336,
- "langcode": "en",
- "lang": "en"
- }
- ],
- "field_lp_layout": [
- {
- "value": "two_column_left",
- "lang": "en"
- }
- ]
-}
diff --git a/modules/openy_memberships_demo/content/paragraph/00583118-308f-4dc9-83e5-57ab8ac70b3e.json b/modules/openy_memberships_demo/content/paragraph/00583118-308f-4dc9-83e5-57ab8ac70b3e.json
deleted file mode 100644
index c7b4b36..0000000
--- a/modules/openy_memberships_demo/content/paragraph/00583118-308f-4dc9-83e5-57ab8ac70b3e.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 669
- }
- ],
- "uuid": [
- {
- "value": "00583118-308f-4dc9-83e5-57ab8ac70b3e"
- }
- ],
- "revision_id": [
- {
- "value": 900
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_content"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-04T11:54:57+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "453"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-simple-content"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\/p>\r\n",
- "format": "full_html",
- "processed": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\/p>\n",
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Join the movement",
- "lang": "en"
- }
- ],
- "field_prgf_link": [
- {
- "uri": "internal:\/free-trial",
- "title": "Free trial",
- "options": [],
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/09b03340-645d-4f18-9004-4dc521ea5b87.json b/modules/openy_memberships_demo/content/paragraph/09b03340-645d-4f18-9004-4dc521ea5b87.json
deleted file mode 100644
index 84d34bc..0000000
--- a/modules/openy_memberships_demo/content/paragraph/09b03340-645d-4f18-9004-4dc521ea5b87.json
+++ /dev/null
@@ -1,159 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 651
- }
- ],
- "uuid": [
- {
- "value": "09b03340-645d-4f18-9004-4dc521ea5b87"
- }
- ],
- "revision_id": [
- {
- "value": 843
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "small_banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "5965bea7-92ab-440b-85e1-2ca326954782"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T14:32:31+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "450"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_header_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Free Trial",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/0c4f88cb-4a75-420a-82d8-bedceb910a34.json b/modules/openy_memberships_demo/content/paragraph/0c4f88cb-4a75-420a-82d8-bedceb910a34.json
deleted file mode 100644
index 337ca98..0000000
--- a/modules/openy_memberships_demo/content/paragraph/0c4f88cb-4a75-420a-82d8-bedceb910a34.json
+++ /dev/null
@@ -1,131 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 628
- }
- ],
- "uuid": [
- {
- "value": "0c4f88cb-4a75-420a-82d8-bedceb910a34"
- }
- ],
- "revision_id": [
- {
- "value": 904
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_content"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T12:52:24+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "444"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\/p>\r\n",
- "format": "full_html",
- "processed": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\/p>\n",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/10176836-5d8f-4cd0-939b-b6092f0bf7e8.json b/modules/openy_memberships_demo/content/paragraph/10176836-5d8f-4cd0-939b-b6092f0bf7e8.json
deleted file mode 100644
index c1b4ba2..0000000
--- a/modules/openy_memberships_demo/content/paragraph/10176836-5d8f-4cd0-939b-b6092f0bf7e8.json
+++ /dev/null
@@ -1,156 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 632
- }
- ],
- "uuid": [
- {
- "value": "10176836-5d8f-4cd0-939b-b6092f0bf7e8"
- }
- ],
- "revision_id": [
- {
- "value": 688
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/paragraph_container"
- }
- },
- "uuid": [
- {
- "value": "863d00e3-f15b-488f-a25e-fa6fe67652c5"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T12:58:46+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "446"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_sidebar_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-desktop-sidebar"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/1bd974b7-6ab8-45ad-bf39-70c5e19dc536.json b/modules/openy_memberships_demo/content/paragraph/1bd974b7-6ab8-45ad-bf39-70c5e19dc536.json
deleted file mode 100644
index abe403d..0000000
--- a/modules/openy_memberships_demo/content/paragraph/1bd974b7-6ab8-45ad-bf39-70c5e19dc536.json
+++ /dev/null
@@ -1,143 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/webform"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/webform\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/webform\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 665
- }
- ],
- "uuid": [
- {
- "value": "1bd974b7-6ab8-45ad-bf39-70c5e19dc536"
- }
- ],
- "revision_id": [
- {
- "value": 847
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "webform"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/webform\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/webform\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-03T20:18:10+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "450"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-free-trial"
- }
- ],
- "field_prgf_webform": [
- {
- "target_id": "memberships_free_trial",
- "default_data": "",
- "status": "open",
- "open": null,
- "close": null
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/212edc6d-a03c-438b-9d65-1866e345ac0d.json b/modules/openy_memberships_demo/content/paragraph/212edc6d-a03c-438b-9d65-1866e345ac0d.json
deleted file mode 100644
index 9cd77ad..0000000
--- a/modules/openy_memberships_demo/content/paragraph/212edc6d-a03c-438b-9d65-1866e345ac0d.json
+++ /dev/null
@@ -1,136 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 621
- }
- ],
- "uuid": [
- {
- "value": "212edc6d-a03c-438b-9d65-1866e345ac0d"
- }
- ],
- "revision_id": [
- {
- "value": 901
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_content"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-29T15:15:56+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "444"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-simple-content"
- }
- ],
- "field_prgf_description": [
- {
- "value": " When you join the Y, you're joining a movement to make your yourself, your family, and your community healthy, stronger, and more resilient.<\/span><\/p>\r\n",
- "format": "full_html",
- "processed": " When you join the Y, you're joining a movement to make your yourself, your family, and your community healthy, stronger, and more resilient.<\/span><\/p>\n",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/284121a3-28f4-4429-9e74-402afc9a5b62.json b/modules/openy_memberships_demo/content/paragraph/284121a3-28f4-4429-9e74-402afc9a5b62.json
deleted file mode 100644
index fcf91de..0000000
--- a/modules/openy_memberships_demo/content/paragraph/284121a3-28f4-4429-9e74-402afc9a5b62.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 644
- }
- ],
- "uuid": [
- {
- "value": "284121a3-28f4-4429-9e74-402afc9a5b62"
- }
- ],
- "revision_id": [
- {
- "value": 895
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "5965bea7-92ab-440b-85e1-2ca326954782"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T14:29:20+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "449"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_bottom_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\/p>\r\n",
- "format": "full_html",
- "processed": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\/p>\n",
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Join the movement",
- "lang": "en"
- }
- ],
- "field_prgf_link": [
- {
- "uri": "internal:\/free-trial",
- "title": "Free trial",
- "options": [],
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/2cecc69b-ca20-4b10-a301-834f71331dff.json b/modules/openy_memberships_demo/content/paragraph/2cecc69b-ca20-4b10-a301-834f71331dff.json
deleted file mode 100644
index aaf18c8..0000000
--- a/modules/openy_memberships_demo/content/paragraph/2cecc69b-ca20-4b10-a301-834f71331dff.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/2c"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/field_prgf_2c_left": [
- {
- "href": "http:\/\/default\/block\/22?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/field_prgf_2c_right": [
- {
- "href": "http:\/\/default\/block\/49?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 641
- }
- ],
- "uuid": [
- {
- "value": "2cecc69b-ca20-4b10-a301-834f71331dff"
- }
- ],
- "revision_id": [
- {
- "value": 852
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "2c"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/field_prgf_2c_left": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/22?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/modal_block"
- }
- },
- "uuid": [
- {
- "value": "71ba7b15-6654-4f38-9689-42a50bfe79d7"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/field_prgf_2c_right": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/49?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/modal_block"
- }
- },
- "uuid": [
- {
- "value": "5346d0db-40e4-401c-94a6-b50b2605d76c"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:46:55+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "448"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-modal"
- }
- ],
- "field_prfg_display_line_above": [
- {
- "value": false,
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/2f8cb0d3-4056-425c-a9f9-c488f0fef67c.json b/modules/openy_memberships_demo/content/paragraph/2f8cb0d3-4056-425c-a9f9-c488f0fef67c.json
deleted file mode 100644
index 0b48d95..0000000
--- a/modules/openy_memberships_demo/content/paragraph/2f8cb0d3-4056-425c-a9f9-c488f0fef67c.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 638
- }
- ],
- "uuid": [
- {
- "value": "2f8cb0d3-4056-425c-a9f9-c488f0fef67c"
- }
- ],
- "revision_id": [
- {
- "value": 907
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "5965bea7-92ab-440b-85e1-2ca326954782"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:10:02+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "446"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_bottom_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium<\/p>\r\n",
- "format": "full_html",
- "processed": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium<\/p>\n",
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Try before you buy",
- "lang": "en"
- }
- ],
- "field_prgf_link": [
- {
- "uri": "internal:\/free-trial",
- "title": "Free trial",
- "options": [],
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/307673e7-2b46-4e28-a10e-84c2879d6c68.json b/modules/openy_memberships_demo/content/paragraph/307673e7-2b46-4e28-a10e-84c2879d6c68.json
deleted file mode 100644
index b6e52e6..0000000
--- a/modules/openy_memberships_demo/content/paragraph/307673e7-2b46-4e28-a10e-84c2879d6c68.json
+++ /dev/null
@@ -1,156 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 625
- }
- ],
- "uuid": [
- {
- "value": "307673e7-2b46-4e28-a10e-84c2879d6c68"
- }
- ],
- "revision_id": [
- {
- "value": 755
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/paragraph_container"
- }
- },
- "uuid": [
- {
- "value": "863d00e3-f15b-488f-a25e-fa6fe67652c5"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-29T15:24:15+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "445"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_sidebar_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-desktop-sidebar"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/3365c14d-b3be-4a1e-8c9c-5faa897dfc7d.json b/modules/openy_memberships_demo/content/paragraph/3365c14d-b3be-4a1e-8c9c-5faa897dfc7d.json
deleted file mode 100644
index eb4e156..0000000
--- a/modules/openy_memberships_demo/content/paragraph/3365c14d-b3be-4a1e-8c9c-5faa897dfc7d.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 623
- }
- ],
- "uuid": [
- {
- "value": "3365c14d-b3be-4a1e-8c9c-5faa897dfc7d"
- }
- ],
- "revision_id": [
- {
- "value": 633
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_content"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-29T15:27:41+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "16"
- }
- ],
- "parent_type": [
- {
- "value": "block_content"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_paragraph"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-button"
- }
- ],
- "field_prgf_description": [
- {
- "value": " JOIN THE Y<\/span><\/a><\/p>\r\n",
- "format": "full_html",
- "processed": " JOIN THE Y<\/span><\/a><\/p>\n",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/35547f5e-785f-44a3-ad7e-08f61d8b35fd.json b/modules/openy_memberships_demo/content/paragraph/35547f5e-785f-44a3-ad7e-08f61d8b35fd.json
deleted file mode 100644
index 48f8e72..0000000
--- a/modules/openy_memberships_demo/content/paragraph/35547f5e-785f-44a3-ad7e-08f61d8b35fd.json
+++ /dev/null
@@ -1,159 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 653
- }
- ],
- "uuid": [
- {
- "value": "35547f5e-785f-44a3-ad7e-08f61d8b35fd"
- }
- ],
- "revision_id": [
- {
- "value": 754
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "small_banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "5965bea7-92ab-440b-85e1-2ca326954782"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-03T11:47:15+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "445"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_header_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Member Benefits",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/4252bf7f-e78d-45e3-ba2c-a554a4b03476.json b/modules/openy_memberships_demo/content/paragraph/4252bf7f-e78d-45e3-ba2c-a554a4b03476.json
deleted file mode 100644
index 00e1086..0000000
--- a/modules/openy_memberships_demo/content/paragraph/4252bf7f-e78d-45e3-ba2c-a554a4b03476.json
+++ /dev/null
@@ -1,156 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 637
- }
- ],
- "uuid": [
- {
- "value": "4252bf7f-e78d-45e3-ba2c-a554a4b03476"
- }
- ],
- "revision_id": [
- {
- "value": 870
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/paragraph_container"
- }
- },
- "uuid": [
- {
- "value": "863d00e3-f15b-488f-a25e-fa6fe67652c5"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:07:33+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "447"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_sidebar_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-desktop-sidebar"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/473cd9c1-74ff-4ee3-90e5-82f7a9c1fae3.json b/modules/openy_memberships_demo/content/paragraph/473cd9c1-74ff-4ee3-90e5-82f7a9c1fae3.json
deleted file mode 100644
index 0591772..0000000
--- a/modules/openy_memberships_demo/content/paragraph/473cd9c1-74ff-4ee3-90e5-82f7a9c1fae3.json
+++ /dev/null
@@ -1,149 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/sidebar_menu"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/sidebar_menu\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/sidebar_menu\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 624
- }
- ],
- "uuid": [
- {
- "value": "473cd9c1-74ff-4ee3-90e5-82f7a9c1fae3"
- }
- ],
- "revision_id": [
- {
- "value": 634
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "sidebar_menu"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/sidebar_menu\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/sidebar_menu\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-29T15:27:59+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "16"
- }
- ],
- "parent_type": [
- {
- "value": "block_content"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_paragraph"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-sidebar-menu"
- }
- ],
- "field_prgf_sidebar_menu_ref": [
- {
- "plugin_id": "system_menu_block:memberships-menu",
- "plugin_configuration": {
- "id": "system_menu_block:memberships-menu",
- "label": "Sidebar Menu",
- "provider": "system",
- "label_display": 0,
- "level": "1",
- "depth": "1",
- "expand_all_items": 0
- },
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/4e937594-91a2-467c-a646-c2ceb8d4d661.json b/modules/openy_memberships_demo/content/paragraph/4e937594-91a2-467c-a646-c2ceb8d4d661.json
deleted file mode 100644
index ab01df5..0000000
--- a/modules/openy_memberships_demo/content/paragraph/4e937594-91a2-467c-a646-c2ceb8d4d661.json
+++ /dev/null
@@ -1,174 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/17?_format=hal_json"
- },
- {
- "href": "http:\/\/default\/block\/18?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 626
- }
- ],
- "uuid": [
- {
- "value": "4e937594-91a2-467c-a646-c2ceb8d4d661"
- }
- ],
- "revision_id": [
- {
- "value": 635
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/17?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "8cc9fccd-036f-43d0-abad-6ffcce4bf135"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/18?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "3365a5ef-6714-440e-82f3-072458a87327"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-29T15:52:16+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "16"
- }
- ],
- "parent_type": [
- {
- "value": "block_content"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_paragraph"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-feature-card"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/4fd7af00-fd90-44aa-94e8-2eed74bd9226.json b/modules/openy_memberships_demo/content/paragraph/4fd7af00-fd90-44aa-94e8-2eed74bd9226.json
deleted file mode 100644
index cb29821..0000000
--- a/modules/openy_memberships_demo/content/paragraph/4fd7af00-fd90-44aa-94e8-2eed74bd9226.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 650
- }
- ],
- "uuid": [
- {
- "value": "4fd7af00-fd90-44aa-94e8-2eed74bd9226"
- }
- ],
- "revision_id": [
- {
- "value": 899
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_content"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T14:34:49+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "450"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-simple-content"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Complete the form below and we'll contact you within 24 hours to schedule a visit and set-up your FREE five-day trial membership.<\/p>\r\n\r\n Please note: You must provide a valid photo ID and be at least 18 years of age to activate your trial membership.<\/span><\/em><\/p>\r\n",
- "format": "full_html",
- "processed": " Complete the form below and we'll contact you within 24 hours to schedule a visit and set-up your FREE five-day trial membership.<\/p>\n\n Please note: You must provide a valid photo ID and be at least 18 years of age to activate your trial membership.<\/span><\/em><\/p>\n",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/5262fb6f-50e8-4f69-8701-27a7fa6e7983.json b/modules/openy_memberships_demo/content/paragraph/5262fb6f-50e8-4f69-8701-27a7fa6e7983.json
deleted file mode 100644
index e593c36..0000000
--- a/modules/openy_memberships_demo/content/paragraph/5262fb6f-50e8-4f69-8701-27a7fa6e7983.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/5?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 649
- }
- ],
- "uuid": [
- {
- "value": "5262fb6f-50e8-4f69-8701-27a7fa6e7983"
- }
- ],
- "revision_id": [
- {
- "value": 898
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/5?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "ce3ea418-29f0-4fae-95b5-731df16c33e9"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T14:32:56+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "450"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_bottom_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\/p>\r\n",
- "format": "full_html",
- "processed": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\/p>\n",
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Join the movement",
- "lang": "en"
- }
- ],
- "field_prgf_link": [
- {
- "uri": "internal:\/free-trial",
- "title": "Free trial",
- "options": [],
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/5940404d-201a-4f0e-a0e9-0f06eeec9cdd.json b/modules/openy_memberships_demo/content/paragraph/5940404d-201a-4f0e-a0e9-0f06eeec9cdd.json
deleted file mode 100644
index db4db37..0000000
--- a/modules/openy_memberships_demo/content/paragraph/5940404d-201a-4f0e-a0e9-0f06eeec9cdd.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/6?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 629
- }
- ],
- "uuid": [
- {
- "value": "5940404d-201a-4f0e-a0e9-0f06eeec9cdd"
- }
- ],
- "revision_id": [
- {
- "value": 905
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/6?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "17399273-e41e-4cda-9a82-1d45f6206c46"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T12:52:50+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "444"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\/p>\r\n",
- "format": "full_html",
- "processed": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\/p>\n",
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "try before you buy",
- "lang": "en"
- }
- ],
- "field_prgf_link": [
- {
- "uri": "internal:\/free-trial",
- "title": "free trial",
- "options": [],
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/5ce8fc6f-ef6f-4f35-8e1f-c5b87baffbd5.json b/modules/openy_memberships_demo/content/paragraph/5ce8fc6f-ef6f-4f35-8e1f-c5b87baffbd5.json
deleted file mode 100644
index fa961e4..0000000
--- a/modules/openy_memberships_demo/content/paragraph/5ce8fc6f-ef6f-4f35-8e1f-c5b87baffbd5.json
+++ /dev/null
@@ -1,183 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_image": [
- {
- "href": "http:\/\/default\/media\/14\/edit?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 636
- }
- ],
- "uuid": [
- {
- "value": "5ce8fc6f-ef6f-4f35-8e1f-c5b87baffbd5"
- }
- ],
- "revision_id": [
- {
- "value": 920
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "small_banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "5965bea7-92ab-440b-85e1-2ca326954782"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_image": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/media\/14\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/media\/image"
- }
- },
- "uuid": [
- {
- "value": "99870222-9844-40b4-9b28-5cacc97bcf01"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:06:52+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "447"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_header_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "membership types",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/60c9f75d-7a28-43ca-9aca-98300315011e.json b/modules/openy_memberships_demo/content/paragraph/60c9f75d-7a28-43ca-9aca-98300315011e.json
deleted file mode 100644
index 5290296..0000000
--- a/modules/openy_memberships_demo/content/paragraph/60c9f75d-7a28-43ca-9aca-98300315011e.json
+++ /dev/null
@@ -1,168 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/19?_format=hal_json"
- },
- {
- "href": "http:\/\/default\/block\/20?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 631
- }
- ],
- "uuid": [
- {
- "value": "60c9f75d-7a28-43ca-9aca-98300315011e"
- }
- ],
- "revision_id": [
- {
- "value": 909
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/19?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "9d3be216-0b18-4618-b571-3480c8ca45be"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/20?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "d1b0bac8-57fc-4c82-b381-3d7b15d3ae78"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T12:59:53+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "446"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-block2"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/6100321c-6f75-4d0a-a9e2-982fd24f94a3.json b/modules/openy_memberships_demo/content/paragraph/6100321c-6f75-4d0a-a9e2-982fd24f94a3.json
deleted file mode 100644
index 7830a0d..0000000
--- a/modules/openy_memberships_demo/content/paragraph/6100321c-6f75-4d0a-a9e2-982fd24f94a3.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/5?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 634
- }
- ],
- "uuid": [
- {
- "value": "6100321c-6f75-4d0a-a9e2-982fd24f94a3"
- }
- ],
- "revision_id": [
- {
- "value": 928
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/5?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "ce3ea418-29f0-4fae-95b5-731df16c33e9"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:09:00+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "447"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_bottom_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\/p>\r\n",
- "format": "full_html",
- "processed": " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<\/p>\n",
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Join the movement",
- "lang": "en"
- }
- ],
- "field_prgf_link": [
- {
- "uri": "internal:\/free-trial",
- "title": "free trial",
- "options": [],
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/6484bfb4-3e71-4a2a-a2c3-225dc22c03c9.json b/modules/openy_memberships_demo/content/paragraph/6484bfb4-3e71-4a2a-a2c3-225dc22c03c9.json
deleted file mode 100644
index f2a879a..0000000
--- a/modules/openy_memberships_demo/content/paragraph/6484bfb4-3e71-4a2a-a2c3-225dc22c03c9.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 627
- }
- ],
- "uuid": [
- {
- "value": "6484bfb4-3e71-4a2a-a2c3-225dc22c03c9"
- }
- ],
- "revision_id": [
- {
- "value": 903
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "5965bea7-92ab-440b-85e1-2ca326954782"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T12:51:33+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "444"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\/p>\r\n",
- "format": "full_html",
- "processed": " Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\/p>\n",
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "good health is good for business",
- "lang": "en"
- }
- ],
- "field_prgf_link": [
- {
- "uri": "internal:\/corporate-wellness",
- "title": "Corporate wellness",
- "options": [],
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/656a6052-95d1-408d-a052-a2eaf78b3b82.json b/modules/openy_memberships_demo/content/paragraph/656a6052-95d1-408d-a052-a2eaf78b3b82.json
deleted file mode 100644
index 9d96b29..0000000
--- a/modules/openy_memberships_demo/content/paragraph/656a6052-95d1-408d-a052-a2eaf78b3b82.json
+++ /dev/null
@@ -1,156 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 648
- }
- ],
- "uuid": [
- {
- "value": "656a6052-95d1-408d-a052-a2eaf78b3b82"
- }
- ],
- "revision_id": [
- {
- "value": 783
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/paragraph_container"
- }
- },
- "uuid": [
- {
- "value": "863d00e3-f15b-488f-a25e-fa6fe67652c5"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T14:29:58+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "449"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_sidebar_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-desktop-sidebar"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/70a371a8-f2eb-4bca-a444-17b2d44613ef.json b/modules/openy_memberships_demo/content/paragraph/70a371a8-f2eb-4bca-a444-17b2d44613ef.json
deleted file mode 100644
index d8ec3da..0000000
--- a/modules/openy_memberships_demo/content/paragraph/70a371a8-f2eb-4bca-a444-17b2d44613ef.json
+++ /dev/null
@@ -1,156 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 652
- }
- ],
- "uuid": [
- {
- "value": "70a371a8-f2eb-4bca-a444-17b2d44613ef"
- }
- ],
- "revision_id": [
- {
- "value": 844
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/16?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/paragraph_container"
- }
- },
- "uuid": [
- {
- "value": "863d00e3-f15b-488f-a25e-fa6fe67652c5"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T14:33:38+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "450"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_sidebar_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-desktop-sidebar"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/729d5843-60f5-46ef-8e5c-18388200abc6.json b/modules/openy_memberships_demo/content/paragraph/729d5843-60f5-46ef-8e5c-18388200abc6.json
deleted file mode 100644
index 786f587..0000000
--- a/modules/openy_memberships_demo/content/paragraph/729d5843-60f5-46ef-8e5c-18388200abc6.json
+++ /dev/null
@@ -1,159 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 675
- }
- ],
- "uuid": [
- {
- "value": "729d5843-60f5-46ef-8e5c-18388200abc6"
- }
- ],
- "revision_id": [
- {
- "value": 926
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "small_banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/2?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "5965bea7-92ab-440b-85e1-2ca326954782"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-18T12:24:47+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "451"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_header_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Membership Builder",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/841f5543-b7e8-4d61-9f46-e65708c243a0.json b/modules/openy_memberships_demo/content/paragraph/841f5543-b7e8-4d61-9f46-e65708c243a0.json
deleted file mode 100644
index 3ff3c5a..0000000
--- a/modules/openy_memberships_demo/content/paragraph/841f5543-b7e8-4d61-9f46-e65708c243a0.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 664
- }
- ],
- "uuid": [
- {
- "value": "841f5543-b7e8-4d61-9f46-e65708c243a0"
- }
- ],
- "revision_id": [
- {
- "value": 837
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_content"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-03T18:48:30+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "449"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-simple-content"
- }
- ],
- "field_prgf_description": [
- {
- "value": " <\/p>\r\n\r\n Complete our no-obligation form to learn more about YMCA Corporate Wellness programs.<\/span><\/p>\r\n\r\n CONTACT US<\/span><\/a><\/span><\/p>\r\n\r\n <\/p>\r\n\r\n <\/p>\r\n",
- "format": "full_html",
- "processed": " \u00a0<\/p>\n\n Complete our no-obligation form to learn more about YMCA Corporate Wellness programs.<\/span><\/p>\n\n CONTACT US<\/span><\/a><\/span><\/p>\n\n \u00a0<\/p>\n\n \u00a0<\/p>\n",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/8de9a664-2dc6-4cb3-9d61-18125f35c056.json b/modules/openy_memberships_demo/content/paragraph/8de9a664-2dc6-4cb3-9d61-18125f35c056.json
deleted file mode 100644
index 9e38988..0000000
--- a/modules/openy_memberships_demo/content/paragraph/8de9a664-2dc6-4cb3-9d61-18125f35c056.json
+++ /dev/null
@@ -1,174 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/55?_format=hal_json"
- },
- {
- "href": "http:\/\/default\/block\/56?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 673
- }
- ],
- "uuid": [
- {
- "value": "8de9a664-2dc6-4cb3-9d61-18125f35c056"
- }
- ],
- "revision_id": [
- {
- "value": 875
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/55?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "e24f5289-fdaf-4588-b469-53f0358a36cc"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/56?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "c4ebc398-39d3-4805-bee5-86220c9b7bf3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-06T17:02:50+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "1"
- }
- ],
- "parent_type": [
- {
- "value": "commerce_product"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-accordion"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/9c693879-a6b2-429e-999c-023fa7847c20.json b/modules/openy_memberships_demo/content/paragraph/9c693879-a6b2-429e-999c-023fa7847c20.json
deleted file mode 100644
index 9e898df..0000000
--- a/modules/openy_memberships_demo/content/paragraph/9c693879-a6b2-429e-999c-023fa7847c20.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 658
- }
- ],
- "uuid": [
- {
- "value": "9c693879-a6b2-429e-999c-023fa7847c20"
- }
- ],
- "revision_id": [
- {
- "value": 811
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_content"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-03T12:21:45+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "445"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-simple-content"
- }
- ],
- "field_prgf_description": [
- {
- "value": " The Y is committed to helping everyone thrive at each stage of life. And your membership dollars help make it possible for us to pursue this mission.<\/span><\/p>\r\n",
- "format": "full_html",
- "processed": " The Y is committed to helping everyone thrive at each stage of life. And your membership dollars help make it possible for us to pursue this mission.<\/span><\/p>\n",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/a0831872-c8fa-43e2-a7ad-09fb243ec23d.json b/modules/openy_memberships_demo/content/paragraph/a0831872-c8fa-43e2-a7ad-09fb243ec23d.json
deleted file mode 100644
index 7fb2fb3..0000000
--- a/modules/openy_memberships_demo/content/paragraph/a0831872-c8fa-43e2-a7ad-09fb243ec23d.json
+++ /dev/null
@@ -1,204 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/17?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_image": [
- {
- "href": "http:\/\/default\/media\/10\/edit?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 620
- }
- ],
- "uuid": [
- {
- "value": "a0831872-c8fa-43e2-a7ad-09fb243ec23d"
- }
- ],
- "revision_id": [
- {
- "value": 906
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/17?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "4f3a2cac-3d48-4f65-b281-f99f652d6864"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_image": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/media\/10\/edit?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/media\/image"
- }
- },
- "uuid": [
- {
- "value": "d5c4e127-c313-48dd-bb68-c5d2a0e459a4"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-04-29T15:14:49+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "444"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_header_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-banner"
- }
- ],
- "field_prgf_description": [
- {
- "value": " ENDS JANUARY 31<\/p>\r\n",
- "format": "full_html",
- "processed": " ENDS JANUARY 31<\/p>\n",
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "NO ENROLLMENT FEE",
- "lang": "en"
- }
- ],
- "field_prgf_link": [
- {
- "uri": "internal:\/membership-join-y",
- "title": "Join The Y",
- "options": [],
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/a447a778-ab5b-4441-adf6-3ee5eda8251f.json b/modules/openy_memberships_demo/content/paragraph/a447a778-ab5b-4441-adf6-3ee5eda8251f.json
deleted file mode 100644
index 2d8dd5e..0000000
--- a/modules/openy_memberships_demo/content/paragraph/a447a778-ab5b-4441-adf6-3ee5eda8251f.json
+++ /dev/null
@@ -1,140 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/memberships"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/memberships\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/memberships\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 667
- }
- ],
- "uuid": [
- {
- "value": "a447a778-ab5b-4441-adf6-3ee5eda8251f"
- }
- ],
- "revision_id": [
- {
- "value": 858
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "memberships"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/memberships\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "af2e0753-7a00-4c44-bd29-a89c44d5accd"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/memberships\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "af2e0753-7a00-4c44-bd29-a89c44d5accd"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-05T15:36:03+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "451"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-app"
- }
- ],
- "field_prgf_block": [
- {
- "plugin_id": "memberships_block",
- "plugin_configuration": {
- "id": "memberships_block",
- "label": "Memberships Block",
- "provider": "openy_memberships_front",
- "label_display": 0
- },
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/ab684c7d-4983-41ca-b229-f3377e944151.json b/modules/openy_memberships_demo/content/paragraph/ab684c7d-4983-41ca-b229-f3377e944151.json
deleted file mode 100644
index 0a392d7..0000000
--- a/modules/openy_memberships_demo/content/paragraph/ab684c7d-4983-41ca-b229-f3377e944151.json
+++ /dev/null
@@ -1,159 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/small_banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/5?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 642
- }
- ],
- "uuid": [
- {
- "value": "ab684c7d-4983-41ca-b229-f3377e944151"
- }
- ],
- "revision_id": [
- {
- "value": 854
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "small_banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/small_banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/5?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "ce3ea418-29f0-4fae-95b5-731df16c33e9"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:45:41+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "448"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_header_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_headline": [
- {
- "value": "Discounts",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/aed162e9-48ce-42e5-9a2a-ce99b457e727.json b/modules/openy_memberships_demo/content/paragraph/aed162e9-48ce-42e5-9a2a-ce99b457e727.json
deleted file mode 100644
index 5d8d153..0000000
--- a/modules/openy_memberships_demo/content/paragraph/aed162e9-48ce-42e5-9a2a-ce99b457e727.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/simple_content"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 635
- }
- ],
- "uuid": [
- {
- "value": "aed162e9-48ce-42e5-9a2a-ce99b457e727"
- }
- ],
- "revision_id": [
- {
- "value": 929
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "simple_content"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/simple_content\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:07:07+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "447"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-simple-content"
- }
- ],
- "field_prgf_description": [
- {
- "value": " Membership types are just a starting point. Your actual membership (and costs) will vary based on actual needs, including the needs of organizations<\/a><\/strong>.<\/p>\r\n\r\n MEMBERSHIP BUILDER<\/span><\/a><\/p>\r\n\r\n <\/p>\r\n",
- "format": "full_html",
- "processed": " Membership types are just a starting point. Your actual membership (and costs) will vary based on actual needs, including the needs of organizations<\/a><\/strong>.<\/p>\n\n\r\n\t
\r\n\t
\r\n\t
\r\n\t
Scholarships<\/span><\/h3>\r\n",
- "format": "full_html",
- "processed": "
Scholarships<\/span><\/h3>\n",
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/020a35da-5655-45ac-91e8-8898d83f2137.json b/modules/openy_memberships_demo/content/paragraph/020a35da-5655-45ac-91e8-8898d83f2137.json
deleted file mode 100644
index bc28465..0000000
--- a/modules/openy_memberships_demo/content/paragraph/020a35da-5655-45ac-91e8-8898d83f2137.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/2c"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/field_prgf_2c_left": [
- {
- "href": "http:\/\/default\/block\/50?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/field_prgf_2c_right": [
- {
- "href": "http:\/\/default\/block\/51?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 666
- }
- ],
- "uuid": [
- {
- "value": "020a35da-5655-45ac-91e8-8898d83f2137"
- }
- ],
- "revision_id": [
- {
- "value": 853
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "2c"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/field_prgf_2c_left": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/50?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/modal_block"
- }
- },
- "uuid": [
- {
- "value": "3a563dd7-eff1-4be3-a83b-b7c2223b14d5"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/2c\/field_prgf_2c_right": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/51?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/modal_block"
- }
- },
- "uuid": [
- {
- "value": "1a7b6f1d-c08f-4b35-9adb-4913998e45f0"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-03T22:28:57+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "448"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-modal"
- }
- ],
- "field_prfg_display_line_above": [
- {
- "value": false,
- "lang": "en"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/03e6eb31-9071-426a-9ece-8afbddcd0efe.json b/modules/openy_memberships_demo/content/paragraph/03e6eb31-9071-426a-9ece-8afbddcd0efe.json
deleted file mode 100644
index 9d7828e..0000000
--- a/modules/openy_memberships_demo/content/paragraph/03e6eb31-9071-426a-9ece-8afbddcd0efe.json
+++ /dev/null
@@ -1,192 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/block_container"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "href": "http:\/\/default\/block\/52?_format=hal_json"
- },
- {
- "href": "http:\/\/default\/block\/53?_format=hal_json"
- },
- {
- "href": "http:\/\/default\/block\/54?_format=hal_json"
- }
- ]
- },
- "id": [
- {
- "value": 670
- }
- ],
- "uuid": [
- {
- "value": "03e6eb31-9071-426a-9ece-8afbddcd0efe"
- }
- ],
- "revision_id": [
- {
- "value": 863
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "block_container"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/block_container\/field_block_ref": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/52?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "c71ef29b-5f87-4f17-8062-7fb8883e9016"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/53?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "586187c3-6258-47ad-a46a-83f72e6b74e0"
- }
- ]
- },
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/block\/54?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/block_content\/feature_card"
- }
- },
- "uuid": [
- {
- "value": "502ebeef-c361-4212-8a16-2cd90a2f0699"
- }
- ]
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-04T14:41:35+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "453"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "revision_translation_affected": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "skin": [
- {
- "value": "openy-memberships-accordion"
- }
- ]
-}
\ No newline at end of file
diff --git a/modules/openy_memberships_demo/content/paragraph/07a1b0f5-0070-4d07-b5f2-9535a9fe1576.json b/modules/openy_memberships_demo/content/paragraph/07a1b0f5-0070-4d07-b5f2-9535a9fe1576.json
deleted file mode 100644
index ba1a265..0000000
--- a/modules/openy_memberships_demo/content/paragraph/07a1b0f5-0070-4d07-b5f2-9535a9fe1576.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "_links": {
- "self": {
- "href": ""
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/paragraph\/banner"
- },
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json",
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "href": "http:\/\/default\/taxonomy\/term\/5?_format=hal_json",
- "lang": "en"
- }
- ]
- },
- "id": [
- {
- "value": 639
- }
- ],
- "uuid": [
- {
- "value": "07a1b0f5-0070-4d07-b5f2-9535a9fe1576"
- }
- ],
- "revision_id": [
- {
- "value": 893
- }
- ],
- "langcode": [
- {
- "value": "en",
- "lang": "en"
- }
- ],
- "type": [
- {
- "target_id": "banner"
- }
- ],
- "_embedded": {
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ],
- "lang": "en"
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/revision_uid": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/user\/1?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/user\/user"
- }
- },
- "uuid": [
- {
- "value": "e9b0d2c3-a8f0-4f37-a802-d39cb6c437a3"
- }
- ]
- }
- ],
- "http:\/\/drupal.org\/rest\/relation\/paragraph\/banner\/field_prgf_color": [
- {
- "_links": {
- "self": {
- "href": "http:\/\/default\/taxonomy\/term\/5?_format=hal_json"
- },
- "type": {
- "href": "http:\/\/drupal.org\/rest\/type\/taxonomy_term\/color"
- }
- },
- "uuid": [
- {
- "value": "ce3ea418-29f0-4fae-95b5-731df16c33e9"
- }
- ],
- "lang": "en"
- }
- ]
- },
- "status": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "created": [
- {
- "value": "2020-05-02T13:13:49+00:00",
- "lang": "en",
- "format": "Y-m-d\\TH:i:sP"
- }
- ],
- "parent_id": [
- {
- "value": "448"
- }
- ],
- "parent_type": [
- {
- "value": "node"
- }
- ],
- "parent_field_name": [
- {
- "value": "field_bottom_content"
- }
- ],
- "behavior_settings": [
- {
- "value": []
- }
- ],
- "default_langcode": [
- {
- "value": true,
- "lang": "en"
- }
- ],
- "field_prgf_description": [
- {
- "value": "
Free Trial<\/h1>\r\n\r\n
Free Trial<\/h1>\n\n
Get Started<\/span><\/h2>\r\n\r\n
Get Started<\/span><\/h2>\n\n
Community Benefits<\/span><\/h2>\r\n\r\n
Community Benefits<\/span><\/h2>\n\n
Membership Types<\/h1>\r\n\r\n
Membership Types<\/h1>\n\n