Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed openy_memberships_demo module #53

Merged
merged 7 commits into from
May 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand Down
8 changes: 0 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ status: true
dependencies: { }
id: online
label: Online
description: ''
description: 'Store available over the Internet'
traits: { }
locked: false
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: { }
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading