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

JCOREX:393 foxycart integration backend sync file #145

Open
wants to merge 1 commit into
base: 10.x-1.x-dev
Choose a base branch
from
Open
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
12 changes: 10 additions & 2 deletions config/sync/core.entity_form_display.user.user.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.user.user.field_foxycart_customer_id
- field.field.user.user.field_hw_preferences_captured
- field.field.user.user.field_organization_logo
- field.field.user.user.field_sigma_license_data
Expand All @@ -27,6 +28,13 @@ content:
contact:
weight: 5
region: content
field_foxycart_customer_id:
type: number
weight: 31
region: content
settings:
placeholder: ''
third_party_settings: { }
language:
weight: 0
region: content
Expand All @@ -41,12 +49,12 @@ content:
region: content
user_picture:
type: image_image
weight: -1
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
weight: -1
region: content
hidden:
field_hw_preferences_captured: true
field_organization_logo: true
Expand Down
10 changes: 6 additions & 4 deletions config/sync/core.entity_view_display.user.user.compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- core.entity_view_mode.user.compact
- field.field.user.user.field_foxycart_customer_id
- field.field.user.user.field_hw_preferences_captured
- field.field.user.user.field_organization_logo
- field.field.user.user.field_sigma_license_data
Expand All @@ -23,14 +24,15 @@ mode: compact
content:
user_picture:
type: image
weight: 0
region: content
label: hidden
settings:
image_style: thumbnail
image_link: content
image_style: thumbnail
third_party_settings: { }
label: hidden
weight: 0
region: content
hidden:
field_foxycart_customer_id: true
field_hw_preferences_captured: true
field_organization_logo: true
field_sigma_license_data: true
Expand Down
18 changes: 14 additions & 4 deletions config/sync/core.entity_view_display.user.user.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.user.user.field_foxycart_customer_id
- field.field.user.user.field_hw_preferences_captured
- field.field.user.user.field_organization_logo
- field.field.user.user.field_sigma_license_data
Expand All @@ -20,18 +21,27 @@ targetEntityType: user
bundle: user
mode: default
content:
field_foxycart_customer_id:
type: number_integer
label: above
settings:
thousand_separator: ''
prefix_suffix: true
third_party_settings: { }
weight: 6
region: content
member_for:
weight: 5
region: content
user_picture:
type: image
weight: 0
region: content
label: hidden
settings:
image_style: thumbnail
image_link: content
image_style: thumbnail
third_party_settings: { }
label: hidden
weight: 0
region: content
hidden:
field_hw_preferences_captured: true
field_organization_logo: true
Expand Down
2 changes: 2 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module:
highwire_core: 0
highwire_counter: 0
highwire_display: 0
highwire_ecommerce: 0
highwire_eletter: 0
highwire_hwphp: 0
highwire_kafka: 0
Expand All @@ -66,6 +67,7 @@ module:
jnl_basic_config: 0
jnl_content_display: 0
jnl_core: 0
jnl_ecommerce: 0
jnl_search: 0
journal_article_detail: 0
language: 0
Expand Down
24 changes: 24 additions & 0 deletions config/sync/field.field.user.user.field_foxycart_customer_id.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uuid: e6b7d035-3057-407b-bd1d-f4d29da01b49
langcode: en
status: true
dependencies:
config:
- field.storage.user.field_foxycart_customer_id
module:
- user
id: user.user.field_foxycart_customer_id
field_name: field_foxycart_customer_id
entity_type: user
bundle: user
label: 'Foxycart Customer Id'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
min: null
max: null
prefix: ''
suffix: ''
field_type: integer
24 changes: 24 additions & 0 deletions config/sync/field.storage.user.field_foxycart_customer_id.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uuid: db3eeff2-714a-488d-bfa4-093adfb0c41e
langcode: en
status: true
dependencies:
module:
- field_permissions
- user
third_party_settings:
field_permissions:
permission_type: public
id: user.field_foxycart_customer_id
field_name: field_foxycart_customer_id
entity_type: user
type: integer
settings:
unsigned: false
size: normal
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
7 changes: 7 additions & 0 deletions config/sync/jnl_ecommerce.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_core:
default_config_hash: G2NpWOXK1BIRca1OKrWM_LK4OF2ngbbpPAFproLWaJs
form_defaults:
book_user_has_access_heading: 'You already have access to these chapters:'
book_purchase_access_heading: 'Get access to this book:'
chapter_purchase_chapter_heading: 'Get access to this chapter:'
chapter_purchase_book_heading: 'Get access to this chapter:'
3 changes: 3 additions & 0 deletions config/sync/user.role.anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ status: true
dependencies:
config:
- filter.format.restricted_html
- node.type.eletters
module:
- comment
- contact
- field_permissions
- filter
- node
- search
- system
_core:
Expand Down
2 changes: 2 additions & 0 deletions config/sync/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ status: true
dependencies:
config:
- filter.format.basic_html
- node.type.eletters
module:
- comment
- contact
- filter
- node
- search
- shortcut
- system
Expand Down