Compare commits
No commits in common. "e8a7c0d190e2ff4754f2e724a6e18669c46929d8" and "b6cc24218451714e4a7cca2fd4d138a96ff2431e" have entirely different histories.
e8a7c0d190
...
b6cc242184
@ -5,13 +5,13 @@ module.exports = {
|
|||||||
extends: [
|
extends: [
|
||||||
'eslint:recommended',
|
'eslint:recommended',
|
||||||
'plugin:vue/vue3-recommended',
|
'plugin:vue/vue3-recommended',
|
||||||
// 'plugin:vue-a11y/base',
|
'plugin:vue-a11y/base',
|
||||||
'standard',
|
'standard',
|
||||||
// 'plugin:prettier/recommended'
|
// 'plugin:prettier/recommended'
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
'vue',
|
'vue',
|
||||||
// 'vue-a11y',
|
'vue-a11y',
|
||||||
'no-autofix'
|
'no-autofix'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
|
@ -53,18 +53,18 @@ module.exports = merge(baseConfig, {
|
|||||||
new BundleAnalyzerPlugin({
|
new BundleAnalyzerPlugin({
|
||||||
'analyzerMode': 'static'
|
'analyzerMode': 'static'
|
||||||
}),
|
}),
|
||||||
// new WebpackShellPluginNext({
|
new WebpackShellPluginNext({
|
||||||
// // onBuildStart:{
|
// onBuildStart:{
|
||||||
// // scripts: ['echo "Webpack Start"'],
|
// scripts: ['echo "Webpack Start"'],
|
||||||
// // blocking: true,
|
// blocking: true,
|
||||||
// // parallel: false
|
// parallel: false
|
||||||
// // },
|
// },
|
||||||
// // drush is not installed in this container so we have to ssh on the php container
|
// drush is not installed in this container so we have to ssh on the php container
|
||||||
// onAfterDone:{
|
onAfterDone:{
|
||||||
// scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
|
scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
|
||||||
// blocking: true,
|
blocking: true,
|
||||||
// parallel: false
|
parallel: false
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
"drupal/advancedqueue": "^1.1",
|
"drupal/advancedqueue": "^1.1",
|
||||||
"drupal/allowed_formats": "^3.0",
|
"drupal/allowed_formats": "^3.0",
|
||||||
"drupal/amswap": "^3.0",
|
"drupal/amswap": "^3.0",
|
||||||
"drupal/asset_cache_bust": "^1.0",
|
|
||||||
"drupal/audiofield": "^1.10",
|
"drupal/audiofield": "^1.10",
|
||||||
"drupal/auto_entitylabel": "^3.1",
|
"drupal/auto_entitylabel": "^3.1",
|
||||||
"drupal/better_messages": "^2.0@alpha",
|
"drupal/better_messages": "^2.0@alpha",
|
||||||
@ -114,7 +113,6 @@
|
|||||||
"drupal/jsonapi_extras": "^3.21",
|
"drupal/jsonapi_extras": "^3.21",
|
||||||
"drupal/login_history": "^2.0",
|
"drupal/login_history": "^2.0",
|
||||||
"drupal/login_tracker": "^2.0",
|
"drupal/login_tracker": "^2.0",
|
||||||
"drupal/logout_token": "^1.0",
|
|
||||||
"drupal/mailjet": "^4.0",
|
"drupal/mailjet": "^4.0",
|
||||||
"drupal/maillog": "^1.1",
|
"drupal/maillog": "^1.1",
|
||||||
"drupal/masquerade": "^2.0",
|
"drupal/masquerade": "^2.0",
|
||||||
@ -140,7 +138,6 @@
|
|||||||
"drupal/simplenews": "^4.0",
|
"drupal/simplenews": "^4.0",
|
||||||
"drupal/simplenews_mailjet_subscriptions": "^1.3",
|
"drupal/simplenews_mailjet_subscriptions": "^1.3",
|
||||||
"drupal/social_media_links": "^2.8",
|
"drupal/social_media_links": "^2.8",
|
||||||
"drupal/straw": "^2.0@beta",
|
|
||||||
"drupal/string_translation_ui": "^2.0",
|
"drupal/string_translation_ui": "^2.0",
|
||||||
"drupal/structure_sync": "^2.0",
|
"drupal/structure_sync": "^2.0",
|
||||||
"drupal/symfony_mailer": "^1",
|
"drupal/symfony_mailer": "^1",
|
||||||
@ -239,8 +236,7 @@
|
|||||||
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
|
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
|
||||||
"ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
|
"ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
|
||||||
"Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch",
|
"Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch",
|
||||||
"Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch",
|
"Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch"
|
||||||
"Allow to validate Apache/Nginx configuration requirement for aggregation folder before enabling aggregation. https://www.drupal.org/project/drupal/issues/3384272":"https://www.drupal.org/files/issues/2024-08-22/4673.diff"
|
|
||||||
},
|
},
|
||||||
"drupal/email_registration": {
|
"drupal/email_registration": {
|
||||||
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/2021-06-11/2856542-13.patch"
|
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/2021-06-11/2856542-13.patch"
|
||||||
@ -261,8 +257,7 @@
|
|||||||
},
|
},
|
||||||
"drupal/pwa": {
|
"drupal/pwa": {
|
||||||
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch",
|
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch",
|
||||||
"Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch",
|
"Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch"
|
||||||
"The module adds white space at the top of the olivero theme https://www.drupal.org/project/pwa/issues/3427753" : "https://www.drupal.org/files/issues/2024-04-03/pwa-pwa_extras-decode_entities.patch"
|
|
||||||
},
|
},
|
||||||
"drupal/toolbar_theme": {
|
"drupal/toolbar_theme": {
|
||||||
"Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch"
|
"Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch"
|
||||||
@ -281,12 +276,6 @@
|
|||||||
},
|
},
|
||||||
"drupal/views_ef_fieldset": {
|
"drupal/views_ef_fieldset": {
|
||||||
"Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch"
|
"Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch"
|
||||||
},
|
|
||||||
"drupal/term_reference_tree": {
|
|
||||||
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2024-08-26/term_reference_tree-3064280_bring_back_tracklist-22.patch"
|
|
||||||
},
|
|
||||||
"drupal/advancedqueue": {
|
|
||||||
"Issue with configuration schema advancedqueue.backend.[id] https://www.drupal.org/project/advancedqueue/issues/3469869": "https://git.drupalcode.org/project/advancedqueue/-/commit/a8864851cdfa40c9e38a3f5f64885baf1937375e.patch"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"archived-patches": {
|
"archived-patches": {
|
||||||
@ -309,6 +298,9 @@
|
|||||||
},
|
},
|
||||||
"drupal/mailjet": {
|
"drupal/mailjet": {
|
||||||
"https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch"
|
"https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch"
|
||||||
|
},
|
||||||
|
"drupal/term_reference_tree": {
|
||||||
|
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2022-02-07/3064280_bring_back_tracklist-16.patch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
|
1264
composer.lock
generated
1264
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -16,6 +16,8 @@ cloneable_entities:
|
|||||||
- commerce_payment
|
- commerce_payment
|
||||||
- commerce_payment_method
|
- commerce_payment_method
|
||||||
- commerce_currency
|
- commerce_currency
|
||||||
|
- commerce_pricelist_item
|
||||||
|
- commerce_pricelist
|
||||||
- commerce_product_variation
|
- commerce_product_variation
|
||||||
- commerce_product_attribute
|
- commerce_product_attribute
|
||||||
- commerce_product_variation_type
|
- commerce_product_variation_type
|
||||||
@ -61,7 +63,7 @@ cloneable_entities:
|
|||||||
- language_content_settings
|
- language_content_settings
|
||||||
- configurable_language
|
- configurable_language
|
||||||
- linkit_profile
|
- linkit_profile
|
||||||
- event_entity
|
- mailjet_event
|
||||||
- message
|
- message
|
||||||
- message_template
|
- message_template
|
||||||
- node
|
- node
|
||||||
@ -83,7 +85,6 @@ cloneable_entities:
|
|||||||
- solr_cache
|
- solr_cache
|
||||||
- solr_request_handler
|
- solr_request_handler
|
||||||
- simplenews_newsletter
|
- simplenews_newsletter
|
||||||
- simplenews_subscriber_history
|
|
||||||
- simplenews_subscriber
|
- simplenews_subscriber
|
||||||
- simplenews_mailjet_subscription
|
- simplenews_mailjet_subscription
|
||||||
- mailer_transport
|
- mailer_transport
|
||||||
@ -115,3 +116,4 @@ cloneable_entities:
|
|||||||
- entity_view_display
|
- entity_view_display
|
||||||
- entity_form_display
|
- entity_form_display
|
||||||
- date_format
|
- date_format
|
||||||
|
- simplenews_subscriber_history
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
adding:
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- google_analytics
|
|
||||||
permissions:
|
|
||||||
- 'opt-in or out of google analytics tracking'
|
|
||||||
removing: { }
|
|
@ -1 +0,0 @@
|
|||||||
row_limit: 10000
|
|
@ -1,17 +0,0 @@
|
|||||||
uuid: d9ee7697-3e37-489c-a8a1-e9901529a328
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- dblog
|
|
||||||
title: 'Remove expired log messages and flood control events'
|
|
||||||
id: dblog_cron
|
|
||||||
weight: 0
|
|
||||||
module: dblog
|
|
||||||
callback: dblog_cron
|
|
||||||
scheduler:
|
|
||||||
id: simple
|
|
||||||
launcher:
|
|
||||||
id: serial
|
|
||||||
logger:
|
|
||||||
id: database
|
|
@ -6,7 +6,6 @@ dependencies:
|
|||||||
- commerce_order.commerce_order_type.recurring
|
- commerce_order.commerce_order_type.recurring
|
||||||
- field.field.commerce_order.recurring.billing_period
|
- field.field.commerce_order.recurring.billing_period
|
||||||
- field.field.commerce_order.recurring.billing_schedule
|
- field.field.commerce_order.recurring.billing_schedule
|
||||||
- field.field.commerce_order.recurring.commerce_recurring_queued
|
|
||||||
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
@ -65,8 +64,6 @@ hidden:
|
|||||||
billing_period: true
|
billing_period: true
|
||||||
billing_schedule: true
|
billing_schedule: true
|
||||||
cart: true
|
cart: true
|
||||||
commerce_recurring_queued: true
|
|
||||||
customer_comments: true
|
|
||||||
ip_address: true
|
ip_address: true
|
||||||
mail: true
|
mail: true
|
||||||
order_number: true
|
order_number: true
|
||||||
|
@ -7,6 +7,7 @@ dependencies:
|
|||||||
- field.field.node.article.field_date
|
- field.field.node.article.field_date
|
||||||
- field.field.node.article.field_linked_materials
|
- field.field.node.article.field_linked_materials
|
||||||
- field.field.node.article.field_memo
|
- field.field.node.article.field_memo
|
||||||
|
- field.field.node.article.field_migration
|
||||||
- field.field.node.article.field_showroom
|
- field.field.node.article.field_showroom
|
||||||
- field.field.node.article.field_source
|
- field.field.node.article.field_source
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
@ -167,6 +168,12 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_migration:
|
||||||
|
type: workflow_default
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_showroom:
|
field_showroom:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 21
|
weight: 21
|
||||||
|
@ -15,6 +15,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -34,6 +35,7 @@ dependencies:
|
|||||||
- term_reference_tree
|
- term_reference_tree
|
||||||
- text
|
- text
|
||||||
- video_embed_field
|
- video_embed_field
|
||||||
|
- workflow
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_group:
|
field_group:
|
||||||
group_htabs:
|
group_htabs:
|
||||||
@ -166,6 +168,7 @@ third_party_settings:
|
|||||||
- translation
|
- translation
|
||||||
- field_memo
|
- field_memo
|
||||||
- field_workflow
|
- field_workflow
|
||||||
|
- field_migration
|
||||||
- created
|
- created
|
||||||
label: Internal
|
label: Internal
|
||||||
region: content
|
region: content
|
||||||
@ -275,6 +278,12 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_migration:
|
||||||
|
type: workflow_default
|
||||||
|
weight: 16
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_reference:
|
field_reference:
|
||||||
type: computed_string_widget
|
type: computed_string_widget
|
||||||
weight: 4
|
weight: 4
|
||||||
@ -297,7 +306,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_tags:
|
field_tags:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 36
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
@ -307,15 +316,14 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_thesaurus:
|
field_thesaurus:
|
||||||
type: term_reference_tree
|
type: term_reference_tree
|
||||||
weight: 35
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
start_minimized: false
|
start_minimized: true
|
||||||
leaves_only: false
|
leaves_only: false
|
||||||
select_parents: false
|
select_parents: false
|
||||||
cascading_selection: 0
|
cascading_selection: 0
|
||||||
max_depth: 0
|
max_depth: 0
|
||||||
track_list: '1'
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_video:
|
field_video:
|
||||||
type: video_embed_field_textfield
|
type: video_embed_field_textfield
|
||||||
@ -324,7 +332,7 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_workflow:
|
field_workflow:
|
||||||
type: options_buttons
|
type: workflow_default
|
||||||
weight: 15
|
weight: 15
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
|
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- field.field.taxonomy_term.company.field_attachments
|
- field.field.taxonomy_term.company.field_attachments
|
||||||
- field.field.taxonomy_term.company.field_infos_from_company
|
- field.field.taxonomy_term.company.field_infos_from_company
|
||||||
- field.field.taxonomy_term.company.field_memo
|
- field.field.taxonomy_term.company.field_memo
|
||||||
|
- field.field.taxonomy_term.company.field_migration
|
||||||
- field.field.taxonomy_term.company.field_note
|
- field.field.taxonomy_term.company.field_note
|
||||||
- field.field.taxonomy_term.company.field_public_address
|
- field.field.taxonomy_term.company.field_public_address
|
||||||
- field.field.taxonomy_term.company.field_public_email
|
- field.field.taxonomy_term.company.field_public_email
|
||||||
@ -139,6 +140,12 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_migration:
|
||||||
|
type: workflow_default
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_note:
|
field_note:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 6
|
weight: 6
|
||||||
|
@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.taxonomy_term.showroom.field_memo
|
- field.field.taxonomy_term.showroom.field_memo
|
||||||
|
- field.field.taxonomy_term.showroom.field_migration
|
||||||
- field.field.taxonomy_term.showroom.field_public_address
|
- field.field.taxonomy_term.showroom.field_public_address
|
||||||
- field.field.taxonomy_term.showroom.field_public_email
|
- field.field.taxonomy_term.showroom.field_public_email
|
||||||
- field.field.taxonomy_term.showroom.field_public_phone
|
- field.field.taxonomy_term.showroom.field_public_phone
|
||||||
@ -121,6 +122,12 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_migration:
|
||||||
|
type: workflow_default
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_public_address:
|
field_public_address:
|
||||||
type: address_default
|
type: address_default
|
||||||
weight: 5
|
weight: 5
|
||||||
|
@ -1,46 +0,0 @@
|
|||||||
uuid: bdc1dc21-a187-46a0-87f6-5ff2fe102e12
|
|
||||||
langcode: fr
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- workflow.workflow.workflow
|
|
||||||
module:
|
|
||||||
- autocomplete_deluxe
|
|
||||||
id: workflow_transition.workflow.default
|
|
||||||
targetEntityType: workflow_transition
|
|
||||||
bundle: workflow
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
comment:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
timestamp:
|
|
||||||
type: datetime_timestamp
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
to_sid:
|
|
||||||
type: autocomplete_deluxe
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
autocomplete_route_name: autocomplete_deluxe.autocomplete
|
|
||||||
size: 60
|
|
||||||
selection_handler: default
|
|
||||||
match_limit: 10
|
|
||||||
min_length: 0
|
|
||||||
delimiter: ''
|
|
||||||
not_found_message_allow: false
|
|
||||||
not_found_message: "The term '@term' will be added"
|
|
||||||
new_terms: false
|
|
||||||
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
langcode: true
|
|
@ -65,14 +65,6 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
coupons:
|
|
||||||
label: above
|
|
||||||
type: entity_reference_label
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
region: content
|
|
||||||
weight: 10
|
|
||||||
third_party_settings: { }
|
|
||||||
ip_address:
|
ip_address:
|
||||||
type: string
|
type: string
|
||||||
label: inline
|
label: inline
|
||||||
|
@ -46,14 +46,6 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
coupons:
|
|
||||||
label: above
|
|
||||||
type: entity_reference_label
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
region: content
|
|
||||||
weight: 7
|
|
||||||
third_party_settings: { }
|
|
||||||
mail:
|
mail:
|
||||||
type: basic_string
|
type: basic_string
|
||||||
label: inline
|
label: inline
|
||||||
|
@ -45,14 +45,6 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
coupons:
|
|
||||||
label: above
|
|
||||||
type: entity_reference_label
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
region: content
|
|
||||||
weight: 9
|
|
||||||
third_party_settings: { }
|
|
||||||
order_items:
|
order_items:
|
||||||
type: commerce_order_item_table
|
type: commerce_order_item_table
|
||||||
label: above
|
label: above
|
||||||
|
@ -55,14 +55,6 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
coupons:
|
|
||||||
label: above
|
|
||||||
type: entity_reference_label
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
region: content
|
|
||||||
weight: 15
|
|
||||||
third_party_settings: { }
|
|
||||||
field_mailjet_campaign_id:
|
field_mailjet_campaign_id:
|
||||||
type: number_integer
|
type: number_integer
|
||||||
label: above
|
label: above
|
||||||
|
@ -6,7 +6,6 @@ dependencies:
|
|||||||
- commerce_order.commerce_order_type.recurring
|
- commerce_order.commerce_order_type.recurring
|
||||||
- field.field.commerce_order.recurring.billing_period
|
- field.field.commerce_order.recurring.billing_period
|
||||||
- field.field.commerce_order.recurring.billing_schedule
|
- field.field.commerce_order.recurring.billing_schedule
|
||||||
- field.field.commerce_order.recurring.commerce_recurring_queued
|
|
||||||
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
@ -75,22 +74,6 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
coupons:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 12
|
|
||||||
region: content
|
|
||||||
customer_comments:
|
|
||||||
type: string
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 13
|
|
||||||
region: content
|
|
||||||
field_mailjet_campaign_id:
|
field_mailjet_campaign_id:
|
||||||
type: number_integer
|
type: number_integer
|
||||||
label: above
|
label: above
|
||||||
@ -165,7 +148,6 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
billing_profile: true
|
billing_profile: true
|
||||||
billing_schedule: true
|
billing_schedule: true
|
||||||
commerce_recurring_queued: true
|
|
||||||
order_number: true
|
order_number: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
store_id: true
|
store_id: true
|
||||||
|
@ -7,7 +7,6 @@ dependencies:
|
|||||||
- core.entity_view_mode.commerce_order.user
|
- core.entity_view_mode.commerce_order.user
|
||||||
- field.field.commerce_order.recurring.billing_period
|
- field.field.commerce_order.recurring.billing_period
|
||||||
- field.field.commerce_order.recurring.billing_schedule
|
- field.field.commerce_order.recurring.billing_schedule
|
||||||
- field.field.commerce_order.recurring.commerce_recurring_queued
|
|
||||||
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
- field.field.commerce_order.recurring.field_mailjet_campaign_id
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
@ -75,22 +74,6 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
coupons:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 13
|
|
||||||
region: content
|
|
||||||
customer_comments:
|
|
||||||
type: string
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 14
|
|
||||||
region: content
|
|
||||||
mail:
|
mail:
|
||||||
type: email_mailto
|
type: email_mailto
|
||||||
label: inline
|
label: inline
|
||||||
@ -164,7 +147,6 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
balance: true
|
balance: true
|
||||||
billing_schedule: true
|
billing_schedule: true
|
||||||
commerce_recurring_queued: true
|
|
||||||
field_mailjet_campaign_id: true
|
field_mailjet_campaign_id: true
|
||||||
ip_address: true
|
ip_address: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -8,6 +8,7 @@ dependencies:
|
|||||||
- field.field.node.article.field_date
|
- field.field.node.article.field_date
|
||||||
- field.field.node.article.field_linked_materials
|
- field.field.node.article.field_linked_materials
|
||||||
- field.field.node.article.field_memo
|
- field.field.node.article.field_memo
|
||||||
|
- field.field.node.article.field_migration
|
||||||
- field.field.node.article.field_showroom
|
- field.field.node.article.field_showroom
|
||||||
- field.field.node.article.field_source
|
- field.field.node.article.field_source
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
@ -69,6 +70,7 @@ hidden:
|
|||||||
field_date: true
|
field_date: true
|
||||||
field_linked_materials: true
|
field_linked_materials: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_showroom: true
|
field_showroom: true
|
||||||
field_source: true
|
field_source: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
@ -7,6 +7,7 @@ dependencies:
|
|||||||
- field.field.node.article.field_date
|
- field.field.node.article.field_date
|
||||||
- field.field.node.article.field_linked_materials
|
- field.field.node.article.field_linked_materials
|
||||||
- field.field.node.article.field_memo
|
- field.field.node.article.field_memo
|
||||||
|
- field.field.node.article.field_migration
|
||||||
- field.field.node.article.field_showroom
|
- field.field.node.article.field_showroom
|
||||||
- field.field.node.article.field_source
|
- field.field.node.article.field_source
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
@ -31,8 +32,8 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: medium
|
format_type: medium
|
||||||
from_to: both
|
|
||||||
separator: '-'
|
separator: '-'
|
||||||
|
from_to: both
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
@ -104,6 +105,7 @@ hidden:
|
|||||||
body: true
|
body: true
|
||||||
field_linked_materials: true
|
field_linked_materials: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_showroom: true
|
field_showroom: true
|
||||||
field_source: true
|
field_source: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
@ -8,6 +8,7 @@ dependencies:
|
|||||||
- field.field.node.article.field_date
|
- field.field.node.article.field_date
|
||||||
- field.field.node.article.field_linked_materials
|
- field.field.node.article.field_linked_materials
|
||||||
- field.field.node.article.field_memo
|
- field.field.node.article.field_memo
|
||||||
|
- field.field.node.article.field_migration
|
||||||
- field.field.node.article.field_showroom
|
- field.field.node.article.field_showroom
|
||||||
- field.field.node.article.field_source
|
- field.field.node.article.field_source
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
@ -57,6 +58,7 @@ hidden:
|
|||||||
field_date: true
|
field_date: true
|
||||||
field_linked_materials: true
|
field_linked_materials: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_showroom: true
|
field_showroom: true
|
||||||
field_source: true
|
field_source: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
@ -16,6 +16,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -129,6 +130,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 112
|
weight: 112
|
||||||
region: content
|
region: content
|
||||||
|
field_migration:
|
||||||
|
type: list_default
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 117
|
||||||
|
region: content
|
||||||
field_reference:
|
field_reference:
|
||||||
type: computed_string
|
type: computed_string
|
||||||
label: above
|
label: above
|
||||||
|
@ -16,6 +16,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -129,6 +130,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 112
|
weight: 112
|
||||||
region: content
|
region: content
|
||||||
|
field_migration:
|
||||||
|
type: list_default
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 117
|
||||||
|
region: content
|
||||||
field_reference:
|
field_reference:
|
||||||
type: computed_string
|
type: computed_string
|
||||||
label: above
|
label: above
|
||||||
|
@ -16,6 +16,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -84,6 +85,7 @@ hidden:
|
|||||||
field_localisation_old: true
|
field_localisation_old: true
|
||||||
field_manufacturer: true
|
field_manufacturer: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_reference: true
|
field_reference: true
|
||||||
field_samples: true
|
field_samples: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
@ -16,6 +16,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -79,6 +80,7 @@ hidden:
|
|||||||
field_localisation_old: true
|
field_localisation_old: true
|
||||||
field_manufacturer: true
|
field_manufacturer: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_reference: true
|
field_reference: true
|
||||||
field_samples: true
|
field_samples: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
@ -16,6 +16,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -79,6 +80,7 @@ hidden:
|
|||||||
field_localisation_old: true
|
field_localisation_old: true
|
||||||
field_manufacturer: true
|
field_manufacturer: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_reference: true
|
field_reference: true
|
||||||
field_samples: true
|
field_samples: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
@ -15,6 +15,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -161,6 +162,7 @@ hidden:
|
|||||||
field_index: true
|
field_index: true
|
||||||
field_localisation_old: true
|
field_localisation_old: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_short_description: true
|
field_short_description: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_thesaurus: true
|
field_thesaurus: true
|
||||||
|
@ -16,6 +16,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -134,6 +135,7 @@ hidden:
|
|||||||
field_linked_materials: true
|
field_linked_materials: true
|
||||||
field_localisation_old: true
|
field_localisation_old: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_thesaurus: true
|
field_thesaurus: true
|
||||||
field_video: true
|
field_video: true
|
||||||
|
@ -16,6 +16,7 @@ dependencies:
|
|||||||
- field.field.node.materiau.field_manufacturer
|
- field.field.node.materiau.field_manufacturer
|
||||||
- field.field.node.materiau.field_materiau_images
|
- field.field.node.materiau.field_materiau_images
|
||||||
- field.field.node.materiau.field_memo
|
- field.field.node.materiau.field_memo
|
||||||
|
- field.field.node.materiau.field_migration
|
||||||
- field.field.node.materiau.field_reference
|
- field.field.node.materiau.field_reference
|
||||||
- field.field.node.materiau.field_samples
|
- field.field.node.materiau.field_samples
|
||||||
- field.field.node.materiau.field_short_description
|
- field.field.node.materiau.field_short_description
|
||||||
@ -74,6 +75,7 @@ hidden:
|
|||||||
field_localisation_old: true
|
field_localisation_old: true
|
||||||
field_manufacturer: true
|
field_manufacturer: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_reference: true
|
field_reference: true
|
||||||
field_samples: true
|
field_samples: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- field.field.taxonomy_term.company.field_attachments
|
- field.field.taxonomy_term.company.field_attachments
|
||||||
- field.field.taxonomy_term.company.field_infos_from_company
|
- field.field.taxonomy_term.company.field_infos_from_company
|
||||||
- field.field.taxonomy_term.company.field_memo
|
- field.field.taxonomy_term.company.field_memo
|
||||||
|
- field.field.taxonomy_term.company.field_migration
|
||||||
- field.field.taxonomy_term.company.field_note
|
- field.field.taxonomy_term.company.field_note
|
||||||
- field.field.taxonomy_term.company.field_public_address
|
- field.field.taxonomy_term.company.field_public_address
|
||||||
- field.field.taxonomy_term.company.field_public_email
|
- field.field.taxonomy_term.company.field_public_email
|
||||||
@ -54,6 +55,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 9
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
|
field_migration:
|
||||||
|
type: list_default
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
field_note:
|
field_note:
|
||||||
type: list_default
|
type: list_default
|
||||||
label: above
|
label: above
|
||||||
@ -107,4 +115,3 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
synonyms: true
|
|
||||||
|
@ -7,6 +7,7 @@ dependencies:
|
|||||||
- field.field.taxonomy_term.company.field_attachments
|
- field.field.taxonomy_term.company.field_attachments
|
||||||
- field.field.taxonomy_term.company.field_infos_from_company
|
- field.field.taxonomy_term.company.field_infos_from_company
|
||||||
- field.field.taxonomy_term.company.field_memo
|
- field.field.taxonomy_term.company.field_memo
|
||||||
|
- field.field.taxonomy_term.company.field_migration
|
||||||
- field.field.taxonomy_term.company.field_note
|
- field.field.taxonomy_term.company.field_note
|
||||||
- field.field.taxonomy_term.company.field_public_address
|
- field.field.taxonomy_term.company.field_public_address
|
||||||
- field.field.taxonomy_term.company.field_public_email
|
- field.field.taxonomy_term.company.field_public_email
|
||||||
@ -55,6 +56,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 9
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
|
field_migration:
|
||||||
|
type: list_default
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
field_note:
|
field_note:
|
||||||
type: list_default
|
type: list_default
|
||||||
label: above
|
label: above
|
||||||
@ -108,4 +116,3 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
synonyms: true
|
|
||||||
|
@ -7,6 +7,7 @@ dependencies:
|
|||||||
- field.field.taxonomy_term.company.field_attachments
|
- field.field.taxonomy_term.company.field_attachments
|
||||||
- field.field.taxonomy_term.company.field_infos_from_company
|
- field.field.taxonomy_term.company.field_infos_from_company
|
||||||
- field.field.taxonomy_term.company.field_memo
|
- field.field.taxonomy_term.company.field_memo
|
||||||
|
- field.field.taxonomy_term.company.field_migration
|
||||||
- field.field.taxonomy_term.company.field_note
|
- field.field.taxonomy_term.company.field_note
|
||||||
- field.field.taxonomy_term.company.field_public_address
|
- field.field.taxonomy_term.company.field_public_address
|
||||||
- field.field.taxonomy_term.company.field_public_email
|
- field.field.taxonomy_term.company.field_public_email
|
||||||
@ -53,9 +54,9 @@ hidden:
|
|||||||
field_attachments: true
|
field_attachments: true
|
||||||
field_infos_from_company: true
|
field_infos_from_company: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_note: true
|
field_note: true
|
||||||
field_public_phone: true
|
field_public_phone: true
|
||||||
field_workflow: true
|
field_workflow: true
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
synonyms: true
|
|
||||||
|
@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.taxonomy_term.showroom.field_memo
|
- field.field.taxonomy_term.showroom.field_memo
|
||||||
|
- field.field.taxonomy_term.showroom.field_migration
|
||||||
- field.field.taxonomy_term.showroom.field_public_address
|
- field.field.taxonomy_term.showroom.field_public_address
|
||||||
- field.field.taxonomy_term.showroom.field_public_email
|
- field.field.taxonomy_term.showroom.field_public_email
|
||||||
- field.field.taxonomy_term.showroom.field_public_phone
|
- field.field.taxonomy_term.showroom.field_public_phone
|
||||||
@ -78,6 +79,7 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_workflow: true
|
field_workflow: true
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -5,6 +5,7 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- core.entity_view_mode.taxonomy_term.home
|
- core.entity_view_mode.taxonomy_term.home
|
||||||
- field.field.taxonomy_term.showroom.field_memo
|
- field.field.taxonomy_term.showroom.field_memo
|
||||||
|
- field.field.taxonomy_term.showroom.field_migration
|
||||||
- field.field.taxonomy_term.showroom.field_public_address
|
- field.field.taxonomy_term.showroom.field_public_address
|
||||||
- field.field.taxonomy_term.showroom.field_public_email
|
- field.field.taxonomy_term.showroom.field_public_email
|
||||||
- field.field.taxonomy_term.showroom.field_public_phone
|
- field.field.taxonomy_term.showroom.field_public_phone
|
||||||
@ -60,6 +61,7 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
description: true
|
description: true
|
||||||
field_memo: true
|
field_memo: true
|
||||||
|
field_migration: true
|
||||||
field_website: true
|
field_website: true
|
||||||
field_workflow: true
|
field_workflow: true
|
||||||
langcode: true
|
langcode: true
|
||||||
|
@ -97,6 +97,7 @@ module:
|
|||||||
gdpr_fields: 0
|
gdpr_fields: 0
|
||||||
gdpr_tasks: 0
|
gdpr_tasks: 0
|
||||||
genpass: 0
|
genpass: 0
|
||||||
|
google_analytics: 0
|
||||||
graphql: 0
|
graphql: 0
|
||||||
help: 0
|
help: 0
|
||||||
honeypot: 0
|
honeypot: 0
|
||||||
@ -124,7 +125,6 @@ module:
|
|||||||
locale: 0
|
locale: 0
|
||||||
login_history: 0
|
login_history: 0
|
||||||
login_tracker: 0
|
login_tracker: 0
|
||||||
logout_token: 0
|
|
||||||
mailjet: 0
|
mailjet: 0
|
||||||
mailjet_commerce: 0
|
mailjet_commerce: 0
|
||||||
mailjet_event: 0
|
mailjet_event: 0
|
||||||
@ -188,7 +188,6 @@ module:
|
|||||||
social_media_links: 0
|
social_media_links: 0
|
||||||
sophron: 0
|
sophron: 0
|
||||||
state_machine: 0
|
state_machine: 0
|
||||||
straw: 0
|
|
||||||
string_translation_ui: 0
|
string_translation_ui: 0
|
||||||
structure_sync: 0
|
structure_sync: 0
|
||||||
symfony_mailer: 0
|
symfony_mailer: 0
|
||||||
|
@ -1,3 +1 @@
|
|||||||
_core:
|
row_limit: 10000
|
||||||
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
|
|
||||||
row_limit: 1000
|
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 149949ee-88a4-4807-97b8-ce17ea87fbaf
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- commerce_order.commerce_order_type.recurring
|
|
||||||
- field.storage.commerce_order.commerce_recurring_queued
|
|
||||||
id: commerce_order.recurring.commerce_recurring_queued
|
|
||||||
field_name: commerce_recurring_queued
|
|
||||||
entity_type: commerce_order
|
|
||||||
bundle: recurring
|
|
||||||
label: Queued
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value:
|
|
||||||
-
|
|
||||||
value: 0
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
on_label: 'Yes'
|
|
||||||
off_label: 'No'
|
|
||||||
field_type: boolean
|
|
22
config/sync/field.field.node.article.field_migration.yml
Normal file
22
config/sync/field.field.node.article.field_migration.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
uuid: f590405a-6a57-4392-82f4-ca43719edf1f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_migration
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- workflow
|
||||||
|
id: node.article.field_migration
|
||||||
|
field_name: field_migration
|
||||||
|
entity_type: node
|
||||||
|
bundle: article
|
||||||
|
label: Migration
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
- { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: workflow
|
22
config/sync/field.field.node.materiau.field_migration.yml
Normal file
22
config/sync/field.field.node.materiau.field_migration.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
uuid: a5c7c4a2-77fc-45dc-810c-9b24ce496ea0
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_migration
|
||||||
|
- node.type.materiau
|
||||||
|
module:
|
||||||
|
- workflow
|
||||||
|
id: node.materiau.field_migration
|
||||||
|
field_name: field_migration
|
||||||
|
entity_type: node
|
||||||
|
bundle: materiau
|
||||||
|
label: Migration
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
- { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: workflow
|
@ -25,13 +25,13 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
handler: straw
|
handler: 'default:taxonomy_term'
|
||||||
handler_settings:
|
handler_settings:
|
||||||
target_bundles:
|
target_bundles:
|
||||||
thesaurus: thesaurus
|
thesaurus: thesaurus
|
||||||
sort:
|
sort:
|
||||||
field: name
|
field: name
|
||||||
direction: asc
|
direction: asc
|
||||||
auto_create: 0
|
auto_create: false
|
||||||
auto_create_bundle: ''
|
auto_create_bundle: ''
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
uuid: c892412c-c984-46cd-bf0f-8b71c799832b
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.taxonomy_term.field_migration
|
||||||
|
- taxonomy.vocabulary.company
|
||||||
|
module:
|
||||||
|
- workflow
|
||||||
|
id: taxonomy_term.company.field_migration
|
||||||
|
field_name: field_migration
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
bundle: company
|
||||||
|
label: Migration
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
- { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: workflow
|
@ -0,0 +1,22 @@
|
|||||||
|
uuid: e0715174-5390-45ad-9254-2b074f67e774
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.taxonomy_term.field_migration
|
||||||
|
- taxonomy.vocabulary.showroom
|
||||||
|
module:
|
||||||
|
- workflow
|
||||||
|
id: taxonomy_term.showroom.field_migration
|
||||||
|
field_name: field_migration
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
bundle: showroom
|
||||||
|
label: Migration
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
- { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: workflow
|
@ -1,18 +0,0 @@
|
|||||||
uuid: 69712edc-46a8-4945-aa76-be9d9d77d5c2
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- commerce_order
|
|
||||||
id: commerce_order.commerce_recurring_queued
|
|
||||||
field_name: commerce_recurring_queued
|
|
||||||
entity_type: commerce_order
|
|
||||||
type: boolean
|
|
||||||
settings: { }
|
|
||||||
module: core
|
|
||||||
locked: true
|
|
||||||
cardinality: 1
|
|
||||||
translatable: true
|
|
||||||
indexes: { }
|
|
||||||
persist_with_no_fields: false
|
|
||||||
custom_storage: false
|
|
26
config/sync/field.storage.node.field_migration.yml
Normal file
26
config/sync/field.storage.node.field_migration.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
uuid: 1bb279d4-be78-4279-9f6d-4fbe6dab0eb7
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- field_permissions
|
||||||
|
- node
|
||||||
|
- workflow
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
|
id: node.field_migration
|
||||||
|
field_name: field_migration
|
||||||
|
entity_type: node
|
||||||
|
type: workflow
|
||||||
|
settings:
|
||||||
|
workflow_type: migration
|
||||||
|
allowed_values: { }
|
||||||
|
allowed_values_function: ''
|
||||||
|
module: workflow
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
22
config/sync/field.storage.taxonomy_term.field_migration.yml
Normal file
22
config/sync/field.storage.taxonomy_term.field_migration.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
uuid: cc79be7b-8e34-46b7-886d-8d766d6def94
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- taxonomy
|
||||||
|
- workflow
|
||||||
|
id: taxonomy_term.field_migration
|
||||||
|
field_name: field_migration
|
||||||
|
entity_type: taxonomy_term
|
||||||
|
type: workflow
|
||||||
|
settings:
|
||||||
|
workflow_type: migration
|
||||||
|
allowed_values: { }
|
||||||
|
allowed_values_function: ''
|
||||||
|
module: workflow
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -239,7 +239,7 @@ bundles:
|
|||||||
enabled: false
|
enabled: false
|
||||||
rta: 'no'
|
rta: 'no'
|
||||||
rtf: 'no'
|
rtf: 'no'
|
||||||
anonymizer: email_anonymizer
|
anonymizer: ''
|
||||||
notes: ''
|
notes: ''
|
||||||
relationship: 0
|
relationship: 0
|
||||||
sars_filename: ''
|
sars_filename: ''
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
uuid: 49f2849f-c35b-47df-9413-1186158a7662
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.workflow.migration
|
||||||
|
id: workflow_scheduled_transition.migration
|
||||||
|
target_entity_type_id: workflow_scheduled_transition
|
||||||
|
target_bundle: migration
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
@ -0,0 +1,11 @@
|
|||||||
|
uuid: f6547b7a-0713-4172-9c55-4de07a856d57
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.workflow.migration
|
||||||
|
id: workflow_transition.migration
|
||||||
|
target_entity_type_id: workflow_transition
|
||||||
|
target_bundle: migration
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
@ -2,4 +2,3 @@ description: "L'inspiration par la matière"
|
|||||||
lang: fr
|
lang: fr
|
||||||
start_url: /
|
start_url: /
|
||||||
scope: /
|
scope: /
|
||||||
dir: auto
|
|
||||||
|
@ -11,7 +11,7 @@ dir: auto
|
|||||||
orientation: portrait
|
orientation: portrait
|
||||||
categories:
|
categories:
|
||||||
- design
|
- design
|
||||||
theme_color: '#69cecd'
|
theme_color: '#ffffff'
|
||||||
background_color: '#ffffff'
|
background_color: '#ffffff'
|
||||||
display: standalone
|
display: standalone
|
||||||
cross_origin: false
|
cross_origin: false
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
uuid: ddd148cc-7eeb-415c-81cb-d672882bb540
|
uuid: c408f536-8ce7-481f-9fa7-b4880cc64de0
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
uuid: 36f7c233-67e6-4847-88e3-327be6752439
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- commerce_promotion
|
|
||||||
title: 'Default cron handler'
|
|
||||||
id: commerce_promotion_cron
|
|
||||||
weight: 0
|
|
||||||
module: commerce_promotion
|
|
||||||
callback: commerce_promotion_cron
|
|
||||||
scheduler:
|
|
||||||
id: simple
|
|
||||||
launcher:
|
|
||||||
id: serial
|
|
||||||
logger:
|
|
||||||
id: database
|
|
@ -1,4 +1,4 @@
|
|||||||
uuid: 16a0d851-ac9a-441b-a83d-352b8708daec
|
uuid: d9ee7697-3e37-489c-a8a1-e9901529a328
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
uuid: 900e7e05-dfd9-46e0-a0ef-9058cbd3dc43
|
uuid: fd3767d0-cad9-4908-9d83-288141f2ac43
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -18,6 +18,7 @@ dependencies:
|
|||||||
- taxonomy.vocabulary.showroom
|
- taxonomy.vocabulary.showroom
|
||||||
- taxonomy.vocabulary.tags
|
- taxonomy.vocabulary.tags
|
||||||
- taxonomy.vocabulary.thesaurus
|
- taxonomy.vocabulary.thesaurus
|
||||||
|
- workflow.workflow.migration
|
||||||
- workflow.workflow.workflow
|
- workflow.workflow.workflow
|
||||||
module:
|
module:
|
||||||
- actions_permissions
|
- actions_permissions
|
||||||
@ -116,6 +117,7 @@ permissions:
|
|||||||
- 'create field_manufacturer'
|
- 'create field_manufacturer'
|
||||||
- 'create field_materiau_images'
|
- 'create field_materiau_images'
|
||||||
- 'create field_member_type'
|
- 'create field_member_type'
|
||||||
|
- 'create field_migration'
|
||||||
- 'create field_samples'
|
- 'create field_samples'
|
||||||
- 'create field_short_description'
|
- 'create field_short_description'
|
||||||
- 'create field_showroom'
|
- 'create field_showroom'
|
||||||
@ -126,6 +128,7 @@ permissions:
|
|||||||
- 'create field_workflow'
|
- 'create field_workflow'
|
||||||
- 'create materiau content'
|
- 'create materiau content'
|
||||||
- 'create materio_order_type commerce_order'
|
- 'create materio_order_type commerce_order'
|
||||||
|
- 'create migration workflow_transition'
|
||||||
- 'create note content'
|
- 'create note content'
|
||||||
- 'create simplenews_issue content'
|
- 'create simplenews_issue content'
|
||||||
- 'create terms in assisted_research'
|
- 'create terms in assisted_research'
|
||||||
@ -161,6 +164,7 @@ permissions:
|
|||||||
- 'edit field_materiau_images'
|
- 'edit field_materiau_images'
|
||||||
- 'edit field_member_type'
|
- 'edit field_member_type'
|
||||||
- 'edit field_memo'
|
- 'edit field_memo'
|
||||||
|
- 'edit field_migration'
|
||||||
- 'edit field_samples'
|
- 'edit field_samples'
|
||||||
- 'edit field_short_description'
|
- 'edit field_short_description'
|
||||||
- 'edit field_showroom'
|
- 'edit field_showroom'
|
||||||
@ -178,6 +182,7 @@ permissions:
|
|||||||
- 'edit own field_linked_materials'
|
- 'edit own field_linked_materials'
|
||||||
- 'edit own field_manufacturer'
|
- 'edit own field_manufacturer'
|
||||||
- 'edit own field_materiau_images'
|
- 'edit own field_materiau_images'
|
||||||
|
- 'edit own field_migration'
|
||||||
- 'edit own field_samples'
|
- 'edit own field_samples'
|
||||||
- 'edit own field_short_description'
|
- 'edit own field_short_description'
|
||||||
- 'edit own field_showroom_files'
|
- 'edit own field_showroom_files'
|
||||||
@ -186,6 +191,7 @@ permissions:
|
|||||||
- 'edit own field_video'
|
- 'edit own field_video'
|
||||||
- 'edit own field_workflow'
|
- 'edit own field_workflow'
|
||||||
- 'edit own flag lists'
|
- 'edit own flag lists'
|
||||||
|
- 'edit own migration workflow_transition'
|
||||||
- 'edit own note content'
|
- 'edit own note content'
|
||||||
- 'edit own thematique content'
|
- 'edit own thematique content'
|
||||||
- 'edit own workflow workflow_transition'
|
- 'edit own workflow workflow_transition'
|
||||||
@ -203,6 +209,7 @@ permissions:
|
|||||||
- 'execute entity:save_action node'
|
- 'execute entity:save_action node'
|
||||||
- 'execute entity:save_action taxonomy_term'
|
- 'execute entity:save_action taxonomy_term'
|
||||||
- 'execute entity:save_action user'
|
- 'execute entity:save_action user'
|
||||||
|
- 'execute node_assign_owner_action node'
|
||||||
- 'execute node_promote_action node'
|
- 'execute node_promote_action node'
|
||||||
- 'execute node_unpromote_action node'
|
- 'execute node_unpromote_action node'
|
||||||
- 'execute user_add_role_action user'
|
- 'execute user_add_role_action user'
|
||||||
@ -217,6 +224,7 @@ permissions:
|
|||||||
- materio_samples_edit_any_sample
|
- materio_samples_edit_any_sample
|
||||||
- materio_samples_edit_materiaux_titles
|
- materio_samples_edit_materiaux_titles
|
||||||
- 'revert all revisions'
|
- 'revert all revisions'
|
||||||
|
- 'revert any migration workflow_transition'
|
||||||
- 'revert any workflow workflow_transition'
|
- 'revert any workflow workflow_transition'
|
||||||
- 'revert article revisions'
|
- 'revert article revisions'
|
||||||
- 'revert frontpage revisions'
|
- 'revert frontpage revisions'
|
||||||
@ -276,6 +284,7 @@ permissions:
|
|||||||
- 'view field_materiau_images'
|
- 'view field_materiau_images'
|
||||||
- 'view field_member_type'
|
- 'view field_member_type'
|
||||||
- 'view field_memo'
|
- 'view field_memo'
|
||||||
|
- 'view field_migration'
|
||||||
- 'view field_reference'
|
- 'view field_reference'
|
||||||
- 'view field_samples'
|
- 'view field_samples'
|
||||||
- 'view field_short_description'
|
- 'view field_short_description'
|
||||||
@ -297,6 +306,7 @@ permissions:
|
|||||||
- 'view own field_linked_materials'
|
- 'view own field_linked_materials'
|
||||||
- 'view own field_manufacturer'
|
- 'view own field_manufacturer'
|
||||||
- 'view own field_materiau_images'
|
- 'view own field_materiau_images'
|
||||||
|
- 'view own field_migration'
|
||||||
- 'view own field_samples'
|
- 'view own field_samples'
|
||||||
- 'view own field_short_description'
|
- 'view own field_short_description'
|
||||||
- 'view own field_tags'
|
- 'view own field_tags'
|
||||||
|
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- filter.format.restricted_html
|
- filter.format.restricted_html
|
||||||
- filter.format.wysiwyg
|
- filter.format.wysiwyg
|
||||||
- rest.resource.user_registration
|
- rest.resource.user_registration
|
||||||
|
- workflow.workflow.migration
|
||||||
- workflow.workflow.workflow
|
- workflow.workflow.workflow
|
||||||
module:
|
module:
|
||||||
- commerce_checkout
|
- commerce_checkout
|
||||||
@ -32,6 +33,7 @@ permissions:
|
|||||||
- 'access content'
|
- 'access content'
|
||||||
- 'access pwa'
|
- 'access pwa'
|
||||||
- 'access synonyms entity autocomplete'
|
- 'access synonyms entity autocomplete'
|
||||||
|
- 'create migration workflow_transition'
|
||||||
- 'create workflow workflow_transition'
|
- 'create workflow workflow_transition'
|
||||||
- 'display eu cookie compliance popup'
|
- 'display eu cookie compliance popup'
|
||||||
- 'execute materio arbitrary graphql requests'
|
- 'execute materio arbitrary graphql requests'
|
||||||
|
@ -17,6 +17,7 @@ dependencies:
|
|||||||
- field_permissions
|
- field_permissions
|
||||||
- file
|
- file
|
||||||
- filter
|
- filter
|
||||||
|
- google_analytics
|
||||||
- graphql
|
- graphql
|
||||||
- materio_flag
|
- materio_flag
|
||||||
- profile
|
- profile
|
||||||
@ -46,6 +47,7 @@ permissions:
|
|||||||
- 'execute materio persisted graphql requests'
|
- 'execute materio persisted graphql requests'
|
||||||
- 'manage own commerce_payment_method'
|
- 'manage own commerce_payment_method'
|
||||||
- 'materio_jsonapi ownroles'
|
- 'materio_jsonapi ownroles'
|
||||||
|
- 'opt-in or out of google analytics tracking'
|
||||||
- 'restful post user_registration'
|
- 'restful post user_registration'
|
||||||
- 'subscribe to newsletters'
|
- 'subscribe to newsletters'
|
||||||
- 'update own customer profile'
|
- 'update own customer profile'
|
||||||
|
@ -1,18 +1,11 @@
|
|||||||
uuid: 64d7b66e-e495-4c9d-9394-449a43e55ec1
|
uuid: 64d7b66e-e495-4c9d-9394-449a43e55ec1
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies: { }
|
||||||
module:
|
|
||||||
- field_permissions
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: TBu83Sl_ckotQqV22pDBGe0jLnR1nLyiVeVVnYJX_kQ
|
default_config_hash: TBu83Sl_ckotQqV22pDBGe0jLnR1nLyiVeVVnYJX_kQ
|
||||||
id: root
|
id: root
|
||||||
label: Root
|
label: Root
|
||||||
weight: 2
|
weight: 2
|
||||||
is_admin: true
|
is_admin: true
|
||||||
permissions:
|
permissions: { }
|
||||||
- 'create field_thesaurus'
|
|
||||||
- 'edit field_thesaurus'
|
|
||||||
- 'edit own field_thesaurus'
|
|
||||||
- 'view field_thesaurus'
|
|
||||||
- 'view own field_thesaurus'
|
|
||||||
|
@ -12,6 +12,7 @@ dependencies:
|
|||||||
- field.storage.node.field_manufacturer
|
- field.storage.node.field_manufacturer
|
||||||
- field.storage.node.field_materiau_images
|
- field.storage.node.field_materiau_images
|
||||||
- field.storage.node.field_memo
|
- field.storage.node.field_memo
|
||||||
|
- field.storage.node.field_migration
|
||||||
- field.storage.node.field_reference
|
- field.storage.node.field_reference
|
||||||
- field.storage.node.field_samples
|
- field.storage.node.field_samples
|
||||||
- field.storage.node.field_showroom
|
- field.storage.node.field_showroom
|
||||||
@ -1008,6 +1009,68 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_migration:
|
||||||
|
id: field_migration
|
||||||
|
table: node__field_migration
|
||||||
|
field: field_migration
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: Migration
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: list_default
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
is_locked:
|
is_locked:
|
||||||
id: is_locked
|
id: is_locked
|
||||||
table: content_lock
|
table: content_lock
|
||||||
@ -2019,6 +2082,7 @@ display:
|
|||||||
- 'config:field.storage.node.field_manufacturer'
|
- 'config:field.storage.node.field_manufacturer'
|
||||||
- 'config:field.storage.node.field_materiau_images'
|
- 'config:field.storage.node.field_materiau_images'
|
||||||
- 'config:field.storage.node.field_memo'
|
- 'config:field.storage.node.field_memo'
|
||||||
|
- 'config:field.storage.node.field_migration'
|
||||||
- 'config:field.storage.node.field_reference'
|
- 'config:field.storage.node.field_reference'
|
||||||
- 'config:field.storage.node.field_samples'
|
- 'config:field.storage.node.field_samples'
|
||||||
- 'config:field.storage.node.field_tags'
|
- 'config:field.storage.node.field_tags'
|
||||||
@ -3046,6 +3110,68 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_migration:
|
||||||
|
id: field_migration
|
||||||
|
table: node__field_migration
|
||||||
|
field: field_migration
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: Migration
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: list_default
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
field_memo:
|
field_memo:
|
||||||
id: field_memo
|
id: field_memo
|
||||||
table: node__field_memo
|
table: node__field_memo
|
||||||
@ -4417,6 +4543,7 @@ display:
|
|||||||
- 'config:field.storage.node.field_manufacturer'
|
- 'config:field.storage.node.field_manufacturer'
|
||||||
- 'config:field.storage.node.field_materiau_images'
|
- 'config:field.storage.node.field_materiau_images'
|
||||||
- 'config:field.storage.node.field_memo'
|
- 'config:field.storage.node.field_memo'
|
||||||
|
- 'config:field.storage.node.field_migration'
|
||||||
- 'config:field.storage.node.field_reference'
|
- 'config:field.storage.node.field_reference'
|
||||||
- 'config:field.storage.node.field_samples'
|
- 'config:field.storage.node.field_samples'
|
||||||
- 'config:field.storage.node.field_tags'
|
- 'config:field.storage.node.field_tags'
|
||||||
@ -5121,6 +5248,68 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_migration:
|
||||||
|
id: field_migration
|
||||||
|
table: node__field_migration
|
||||||
|
field: field_migration
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: Migration
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: list_default
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
created:
|
created:
|
||||||
id: created
|
id: created
|
||||||
table: node_field_data
|
table: node_field_data
|
||||||
@ -5961,6 +6150,7 @@ display:
|
|||||||
- 'config:field.storage.node.field_date'
|
- 'config:field.storage.node.field_date'
|
||||||
- 'config:field.storage.node.field_linked_materials'
|
- 'config:field.storage.node.field_linked_materials'
|
||||||
- 'config:field.storage.node.field_memo'
|
- 'config:field.storage.node.field_memo'
|
||||||
|
- 'config:field.storage.node.field_migration'
|
||||||
- 'config:field.storage.node.field_showroom'
|
- 'config:field.storage.node.field_showroom'
|
||||||
- 'config:field.storage.node.field_tags'
|
- 'config:field.storage.node.field_tags'
|
||||||
- 'config:field.storage.node.field_thesaurus'
|
- 'config:field.storage.node.field_thesaurus'
|
||||||
|
@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.taxonomy_term.field_memo
|
- field.storage.taxonomy_term.field_memo
|
||||||
|
- field.storage.taxonomy_term.field_migration
|
||||||
- field.storage.taxonomy_term.field_public_address
|
- field.storage.taxonomy_term.field_public_address
|
||||||
- field.storage.taxonomy_term.field_public_email
|
- field.storage.taxonomy_term.field_public_email
|
||||||
- field.storage.taxonomy_term.field_synonyms
|
- field.storage.taxonomy_term.field_synonyms
|
||||||
@ -517,6 +518,68 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_migration:
|
||||||
|
id: field_migration
|
||||||
|
table: taxonomy_term__field_migration
|
||||||
|
field: field_migration
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: Migration
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: list_default
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
field_memo:
|
field_memo:
|
||||||
id: field_memo
|
id: field_memo
|
||||||
table: taxonomy_term__field_memo
|
table: taxonomy_term__field_memo
|
||||||
@ -977,6 +1040,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.taxonomy_term.field_memo'
|
- 'config:field.storage.taxonomy_term.field_memo'
|
||||||
|
- 'config:field.storage.taxonomy_term.field_migration'
|
||||||
- 'config:field.storage.taxonomy_term.field_workflow'
|
- 'config:field.storage.taxonomy_term.field_workflow'
|
||||||
embed_1:
|
embed_1:
|
||||||
id: embed_1
|
id: embed_1
|
||||||
@ -2057,6 +2121,68 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_migration:
|
||||||
|
id: field_migration
|
||||||
|
table: taxonomy_term__field_migration
|
||||||
|
field: field_migration
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: Migration
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: list_default
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
field_memo:
|
field_memo:
|
||||||
id: field_memo
|
id: field_memo
|
||||||
table: taxonomy_term__field_memo
|
table: taxonomy_term__field_memo
|
||||||
@ -2489,6 +2615,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.taxonomy_term.field_memo'
|
- 'config:field.storage.taxonomy_term.field_memo'
|
||||||
|
- 'config:field.storage.taxonomy_term.field_migration'
|
||||||
- 'config:field.storage.taxonomy_term.field_public_address'
|
- 'config:field.storage.taxonomy_term.field_public_address'
|
||||||
- 'config:field.storage.taxonomy_term.field_public_email'
|
- 'config:field.storage.taxonomy_term.field_public_email'
|
||||||
- 'config:field.storage.taxonomy_term.field_website'
|
- 'config:field.storage.taxonomy_term.field_website'
|
||||||
@ -2998,6 +3125,68 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_migration:
|
||||||
|
id: field_migration
|
||||||
|
table: taxonomy_term__field_migration
|
||||||
|
field: field_migration
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: Migration
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: list_default
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
field_memo:
|
field_memo:
|
||||||
id: field_memo
|
id: field_memo
|
||||||
table: taxonomy_term__field_memo
|
table: taxonomy_term__field_memo
|
||||||
@ -3394,6 +3583,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.taxonomy_term.field_memo'
|
- 'config:field.storage.taxonomy_term.field_memo'
|
||||||
|
- 'config:field.storage.taxonomy_term.field_migration'
|
||||||
- 'config:field.storage.taxonomy_term.field_public_address'
|
- 'config:field.storage.taxonomy_term.field_public_address'
|
||||||
- 'config:field.storage.taxonomy_term.field_visuels'
|
- 'config:field.storage.taxonomy_term.field_visuels'
|
||||||
- 'config:field.storage.taxonomy_term.field_workflow'
|
- 'config:field.storage.taxonomy_term.field_workflow'
|
||||||
|
@ -26,6 +26,7 @@ dependencies:
|
|||||||
- user.role.free_user
|
- user.role.free_user
|
||||||
- user.role.root
|
- user.role.root
|
||||||
- user.role.student
|
- user.role.student
|
||||||
|
- user.role.unverified
|
||||||
module:
|
module:
|
||||||
- address
|
- address
|
||||||
- better_exposed_filters
|
- better_exposed_filters
|
||||||
@ -5095,9 +5096,9 @@ display:
|
|||||||
columns:
|
columns:
|
||||||
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
||||||
field_name: field_name
|
field_name: field_name
|
||||||
field_first_name: field_name
|
field_first_name: field_first_name
|
||||||
mail: field_name
|
mail: mail
|
||||||
operations: field_name
|
operations: operations
|
||||||
field_organization: field_organization
|
field_organization: field_organization
|
||||||
status: status
|
status: status
|
||||||
access: access
|
access: access
|
||||||
@ -5114,7 +5115,7 @@ display:
|
|||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
separator: '<br>'
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
field_first_name:
|
field_first_name:
|
||||||
@ -5473,10 +5474,10 @@ display:
|
|||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Title
|
label: Title
|
||||||
exclude: true
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: true
|
alter_text: false
|
||||||
text: '({{ field_title }})'
|
text: ''
|
||||||
make_link: false
|
make_link: false
|
||||||
path: ''
|
path: ''
|
||||||
absolute: false
|
absolute: false
|
||||||
@ -5537,8 +5538,8 @@ display:
|
|||||||
label: Name
|
label: Name
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: true
|
alter_text: false
|
||||||
text: '{{ field_name }} {{ field_title }} '
|
text: ''
|
||||||
make_link: false
|
make_link: false
|
||||||
path: ''
|
path: ''
|
||||||
absolute: false
|
absolute: false
|
||||||
@ -5589,57 +5590,6 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
operations:
|
|
||||||
id: operations
|
|
||||||
table: users
|
|
||||||
field: operations
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: user
|
|
||||||
plugin_id: entity_operations
|
|
||||||
label: "Liens d'actions"
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
destination: false
|
|
||||||
field_position:
|
field_position:
|
||||||
id: field_position
|
id: field_position
|
||||||
table: profile__field_position
|
table: profile__field_position
|
||||||
@ -6210,7 +6160,7 @@ display:
|
|||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: field_name_value_op
|
operator_id: field_name_value_op
|
||||||
label: 'Name (field_name)'
|
label: Name
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: field_name_value_op
|
operator: field_name_value_op
|
||||||
@ -6258,9 +6208,12 @@ display:
|
|||||||
plugin_id: user_roles
|
plugin_id: user_roles
|
||||||
operator: or
|
operator: or
|
||||||
value:
|
value:
|
||||||
|
unverified: unverified
|
||||||
|
free_user: free_user
|
||||||
contact_company: contact_company
|
contact_company: contact_company
|
||||||
|
adherent: adherent
|
||||||
group: 1
|
group: 1
|
||||||
exposed: false
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: roles_target_id_op
|
operator_id: roles_target_id_op
|
||||||
label: Rôles
|
label: Rôles
|
||||||
@ -6364,7 +6317,6 @@ display:
|
|||||||
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
||||||
field_title: field_title
|
field_title: field_title
|
||||||
field_name: field_name
|
field_name: field_name
|
||||||
operations: field_name
|
|
||||||
field_position: field_position
|
field_position: field_position
|
||||||
field_phone: field_phone
|
field_phone: field_phone
|
||||||
field_email: field_email
|
field_email: field_email
|
||||||
@ -6384,7 +6336,7 @@ display:
|
|||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
separator: '<br>'
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
field_name:
|
field_name:
|
||||||
@ -6394,11 +6346,6 @@ display:
|
|||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
operations:
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
field_position:
|
field_position:
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
|
@ -273,7 +273,6 @@ display:
|
|||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
pagination_heading_level: h4
|
|
||||||
items_per_page: 50
|
items_per_page: 50
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
@ -288,6 +287,7 @@ display:
|
|||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -108,7 +108,7 @@ display:
|
|||||||
alter_text: false
|
alter_text: false
|
||||||
text: ''
|
text: ''
|
||||||
make_link: true
|
make_link: true
|
||||||
path: 'user/{{ raw_arguments.uid }}/orders/{{ order_id }}'
|
path: 'user/{{ arguments.uid }}/orders/{{ order_id }}'
|
||||||
absolute: false
|
absolute: false
|
||||||
external: false
|
external: false
|
||||||
replace_spaces: false
|
replace_spaces: false
|
||||||
|
12
config/sync/workflow.state.migration_creation.yml
Normal file
12
config/sync/workflow.state.migration_creation.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
uuid: 92199a12-87b2-4208-82c8-a34b770289b9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.workflow.migration
|
||||||
|
id: migration_creation
|
||||||
|
label: Creation
|
||||||
|
module: workflow
|
||||||
|
wid: migration
|
||||||
|
weight: -11
|
||||||
|
sysid: 1
|
12
config/sync/workflow.state.migration_imported.yml
Normal file
12
config/sync/workflow.state.migration_imported.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
uuid: ca00dac2-806b-4db9-89a0-64bbc56898bb
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.workflow.migration
|
||||||
|
id: migration_imported
|
||||||
|
label: Imported
|
||||||
|
module: workflow
|
||||||
|
wid: migration
|
||||||
|
weight: -9
|
||||||
|
sysid: 0
|
12
config/sync/workflow.state.migration_new.yml
Normal file
12
config/sync/workflow.state.migration_new.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
uuid: a9c41178-c0bc-4835-9f20-cf461e325f16
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.workflow.migration
|
||||||
|
id: migration_new
|
||||||
|
label: New
|
||||||
|
module: workflow
|
||||||
|
wid: migration
|
||||||
|
weight: -10
|
||||||
|
sysid: 0
|
12
config/sync/workflow.state.migration_reviewed.yml
Normal file
12
config/sync/workflow.state.migration_reviewed.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
uuid: 08302f4a-8cee-4b2a-a635-4c4cd4991f41
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.workflow.migration
|
||||||
|
id: migration_reviewed
|
||||||
|
label: Reviewed
|
||||||
|
module: workflow
|
||||||
|
wid: migration
|
||||||
|
weight: -8
|
||||||
|
sysid: 0
|
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 46737653-963c-47df-ad5b-ac32f5bad5f1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_creation
|
||||||
|
- workflow.state.migration_imported
|
||||||
|
id: migration_creation_imported
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_creation
|
||||||
|
to_sid: migration_imported
|
||||||
|
roles:
|
||||||
|
anonymous: anonymous
|
||||||
|
workflow_author: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
user: '0'
|
19
config/sync/workflow.transition.migration_creation_new.yml
Normal file
19
config/sync/workflow.transition.migration_creation_new.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 8fe8d7af-ceca-4a63-82db-8c9e12c5ec4d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_creation
|
||||||
|
- workflow.state.migration_new
|
||||||
|
id: migration_creation_new
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_creation
|
||||||
|
to_sid: migration_new
|
||||||
|
roles:
|
||||||
|
workflow_author: workflow_author
|
||||||
|
admin: admin
|
||||||
|
root: root
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
user: '0'
|
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 8b01325b-e4ed-45be-8781-b4176df31d56
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_creation
|
||||||
|
- workflow.state.migration_reviewed
|
||||||
|
id: migration_creation_reviewed
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_creation
|
||||||
|
to_sid: migration_reviewed
|
||||||
|
roles:
|
||||||
|
workflow_author: '0'
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
user: '0'
|
@ -0,0 +1,12 @@
|
|||||||
|
uuid: 873d713b-baf5-458f-b549-0759db292ebc
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_imported
|
||||||
|
id: migration_imported_imported
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_imported
|
||||||
|
to_sid: migration_imported
|
||||||
|
roles: { }
|
19
config/sync/workflow.transition.migration_imported_new.yml
Normal file
19
config/sync/workflow.transition.migration_imported_new.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 9a107b1a-ead7-42be-87c4-73303861e422
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_imported
|
||||||
|
- workflow.state.migration_new
|
||||||
|
id: migration_imported_new
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_imported
|
||||||
|
to_sid: migration_new
|
||||||
|
roles:
|
||||||
|
workflow_author: '0'
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
user: '0'
|
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 356ad6cb-f67d-4a86-84e4-678400474918
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_imported
|
||||||
|
- workflow.state.migration_reviewed
|
||||||
|
id: migration_imported_reviewed
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_imported
|
||||||
|
to_sid: migration_reviewed
|
||||||
|
roles:
|
||||||
|
admin: admin
|
||||||
|
root: root
|
||||||
|
workflow_author: '0'
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
user: '0'
|
19
config/sync/workflow.transition.migration_new_imported.yml
Normal file
19
config/sync/workflow.transition.migration_new_imported.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 9dabdd0b-edf4-495c-b4ce-194673cf5c15
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_imported
|
||||||
|
- workflow.state.migration_new
|
||||||
|
id: migration_new_imported
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_new
|
||||||
|
to_sid: migration_imported
|
||||||
|
roles:
|
||||||
|
workflow_author: '0'
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
user: '0'
|
12
config/sync/workflow.transition.migration_new_new.yml
Normal file
12
config/sync/workflow.transition.migration_new_new.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
uuid: f5e120a9-20e2-414d-9374-c75b4410c345
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_new
|
||||||
|
id: migration_new_new
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_new
|
||||||
|
to_sid: migration_new
|
||||||
|
roles: { }
|
19
config/sync/workflow.transition.migration_new_reviewed.yml
Normal file
19
config/sync/workflow.transition.migration_new_reviewed.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: e5c8e0c4-44e7-4da3-bcfc-52f4f9a745a2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_new
|
||||||
|
- workflow.state.migration_reviewed
|
||||||
|
id: migration_new_reviewed
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_new
|
||||||
|
to_sid: migration_reviewed
|
||||||
|
roles:
|
||||||
|
workflow_author: '0'
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
user: '0'
|
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 87ee9489-c504-4e1b-be53-8bb4f99e5843
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_imported
|
||||||
|
- workflow.state.migration_reviewed
|
||||||
|
id: migration_reviewed_imported
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_reviewed
|
||||||
|
to_sid: migration_imported
|
||||||
|
roles:
|
||||||
|
workflow_author: '0'
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
user: '0'
|
19
config/sync/workflow.transition.migration_reviewed_new.yml
Normal file
19
config/sync/workflow.transition.migration_reviewed_new.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 53af0f5d-d29a-49a2-ba0f-0795dac2862c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_new
|
||||||
|
- workflow.state.migration_reviewed
|
||||||
|
id: migration_reviewed_new
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_reviewed
|
||||||
|
to_sid: migration_new
|
||||||
|
roles:
|
||||||
|
workflow_author: '0'
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
user: '0'
|
@ -0,0 +1,12 @@
|
|||||||
|
uuid: dc1eb81a-ef0f-41b5-ae3e-97f871c92ee2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- workflow.state.migration_reviewed
|
||||||
|
id: migration_reviewed_reviewed
|
||||||
|
label: null
|
||||||
|
module: workflow
|
||||||
|
from_sid: migration_reviewed
|
||||||
|
to_sid: migration_reviewed
|
||||||
|
roles: { }
|
14
config/sync/workflow.workflow.migration.yml
Normal file
14
config/sync/workflow.workflow.migration.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
uuid: 4adea39d-5bf4-4cba-bb5e-86c4a36927a3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: migration
|
||||||
|
label: Migration
|
||||||
|
module: workflow
|
||||||
|
options:
|
||||||
|
name_as_title: 0
|
||||||
|
fieldset: 2
|
||||||
|
options: radios
|
||||||
|
schedule_timezone: 1
|
||||||
|
comment_log_node: 0
|
||||||
|
watchdog_log: 0
|
19369
package-lock.json
generated
19369
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,12 +19,9 @@
|
|||||||
"author": "Bachir Soussi Chiadmi",
|
"author": "Bachir Soussi Chiadmi",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/browser": "^9.8.0",
|
|
||||||
"@sentry/vue": "^9.8.0",
|
|
||||||
"axios": "^0.21.0",
|
"axios": "^0.21.0",
|
||||||
"check-password-strength": "^1.0.15",
|
"check-password-strength": "^1.0.15",
|
||||||
"pretty-bytes": "^5.5.0",
|
"pretty-bytes": "^5.5.0",
|
||||||
"sass": "^1.86.0",
|
|
||||||
"vue": "^2.6.12",
|
"vue": "^2.6.12",
|
||||||
"vue-autofocus-directive": "^1.0.4",
|
"vue-autofocus-directive": "^1.0.4",
|
||||||
"vue-cool-lightbox": "^2.7.4",
|
"vue-cool-lightbox": "^2.7.4",
|
||||||
@ -61,17 +58,20 @@
|
|||||||
"eslint-plugin-promise": "^4.2.1",
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
"eslint-plugin-standard": "^5.0.0",
|
"eslint-plugin-standard": "^5.0.0",
|
||||||
"eslint-plugin-vue": "^7.1.0",
|
"eslint-plugin-vue": "^7.1.0",
|
||||||
|
"eslint-plugin-vue-a11y": "0.0.31",
|
||||||
"eslint-webpack-plugin": "^2.4.0",
|
"eslint-webpack-plugin": "^2.4.0",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"graphql": "^15.4.0",
|
"graphql": "^15.4.0",
|
||||||
"graphql-tag": "^2.11.0",
|
"graphql-tag": "^2.11.0",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
"mini-css-extract-plugin": "^1.3.1",
|
"mini-css-extract-plugin": "^1.3.1",
|
||||||
|
"node-sass": "^5.0.0",
|
||||||
"querystring-es3": "^0.2.1",
|
"querystring-es3": "^0.2.1",
|
||||||
"sass-loader": "^10.1.0",
|
"sass-loader": "^10.1.0",
|
||||||
"slim-select": "^2.10.0",
|
"slim-select": "^1.27.0",
|
||||||
"style-loader": "^2.0.0",
|
"style-loader": "^2.0.0",
|
||||||
"uglify-es": "^3.3.9",
|
"uglify-es": "^3.3.9",
|
||||||
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||||
"url-loader": "^4.1.1",
|
"url-loader": "^4.1.1",
|
||||||
"vue-eslint-parser": "^7.1.1",
|
"vue-eslint-parser": "^7.1.1",
|
||||||
"vue-i18n": "^8.22.2",
|
"vue-i18n": "^8.22.2",
|
||||||
|
@ -50,11 +50,6 @@ class UserBlock extends BlockBase implements ContainerFactoryPluginInterface{
|
|||||||
*/
|
*/
|
||||||
public function build() {
|
public function build() {
|
||||||
$build = [];
|
$build = [];
|
||||||
|
|
||||||
$build['#cache'] = [
|
|
||||||
'max-age' => 0,
|
|
||||||
];
|
|
||||||
|
|
||||||
// dpm($this->user);
|
// dpm($this->user);
|
||||||
if($this->user->id()){
|
if($this->user->id()){
|
||||||
$user_url = Url::fromRoute('entity.user.canonical', ['user' => $this->user->id()]);
|
$user_url = Url::fromRoute('entity.user.canonical', ['user' => $this->user->id()]);
|
||||||
@ -81,8 +76,6 @@ class UserBlock extends BlockBase implements ContainerFactoryPluginInterface{
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
return $build;
|
return $build;
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5940fb4d40e640c1a0436195cedd8a7aee4a17ba
|
Subproject commit d1efaa0a777ec7d89e4ab9babdb5fd68c46728cc
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1,2 @@
|
|||||||
body{position:inherit}
|
body{position:inherit}
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user