refactored admin users pages
This commit is contained in:
parent
24a3613d06
commit
9770abac5d
|
@ -12,26 +12,36 @@ dependencies:
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
||||||
module:
|
module:
|
||||||
|
- commerce_price
|
||||||
- commerce_variation_cart_form
|
- commerce_variation_cart_form
|
||||||
- text
|
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
commerce_variation_cart_form:
|
commerce_variation_cart_form:
|
||||||
combine: '1'
|
combine: true
|
||||||
id: commerce_product_variation.materio_product_variation_type.summary
|
id: commerce_product_variation.materio_product_variation_type.summary
|
||||||
targetEntityType: commerce_product_variation
|
targetEntityType: commerce_product_variation
|
||||||
bundle: materio_product_variation_type
|
bundle: materio_product_variation_type
|
||||||
mode: summary
|
mode: summary
|
||||||
content:
|
content:
|
||||||
field_description:
|
price:
|
||||||
weight: 1
|
type: commerce_price_default
|
||||||
label: hidden
|
weight: 2
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: text_default
|
|
||||||
region: content
|
region: content
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
strip_trailing_zeroes: false
|
||||||
|
currency_display: symbol
|
||||||
|
third_party_settings: { }
|
||||||
|
product_id:
|
||||||
|
type: entity_reference_label
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
third_party_settings: { }
|
||||||
title:
|
title:
|
||||||
type: string
|
type: string
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
|
@ -40,13 +50,13 @@ content:
|
||||||
hidden:
|
hidden:
|
||||||
billing_schedule: true
|
billing_schedule: true
|
||||||
commerce_variation_cart_form: true
|
commerce_variation_cart_form: true
|
||||||
|
field_description: true
|
||||||
field_multiple: true
|
field_multiple: true
|
||||||
langcode: true
|
langcode: true
|
||||||
license_expiration: true
|
license_expiration: true
|
||||||
license_type: true
|
license_type: true
|
||||||
list_price: true
|
list_price: true
|
||||||
price: true
|
|
||||||
product_id: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
sku: true
|
sku: true
|
||||||
subscription_type: true
|
subscription_type: true
|
||||||
|
synonyms: true
|
||||||
|
|
|
@ -54,10 +54,16 @@ definitions:
|
||||||
expanded: false
|
expanded: false
|
||||||
enabled: true
|
enabled: true
|
||||||
editors_menus__commerce_license:
|
editors_menus__commerce_license:
|
||||||
weight: -47
|
enabled: false
|
||||||
menu_name: editors
|
menu_name: editors
|
||||||
parent: editors_menus.commerce
|
parent: editors_menus.commerce
|
||||||
expanded: false
|
expanded: false
|
||||||
|
weight: -47
|
||||||
|
editors_menus__subscribers:
|
||||||
|
weight: -46
|
||||||
|
menu_name: editors
|
||||||
|
parent: editors_menus.users
|
||||||
enabled: true
|
enabled: true
|
||||||
|
expanded: false
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
|
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
|
||||||
|
|
|
@ -4,13 +4,13 @@ skip_cache: false
|
||||||
sql_signature: false
|
sql_signature: false
|
||||||
ui:
|
ui:
|
||||||
show:
|
show:
|
||||||
additional_queries: true
|
additional_queries: false
|
||||||
advanced_column: true
|
advanced_column: true
|
||||||
master_display: true
|
master_display: true
|
||||||
performance_statistics: true
|
performance_statistics: false
|
||||||
preview_information: true
|
preview_information: true
|
||||||
sql_query:
|
sql_query:
|
||||||
enabled: true
|
enabled: false
|
||||||
where: above
|
where: above
|
||||||
display_embed: false
|
display_embed: false
|
||||||
listing_filters: true
|
listing_filters: true
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -73,6 +73,7 @@ editors_menus.user_csv_import_admin_upload:
|
||||||
title: 'Import users from CSV'
|
title: 'Import users from CSV'
|
||||||
appears_on:
|
appears_on:
|
||||||
- view.admin_users.page_1
|
- view.admin_users.page_1
|
||||||
|
- view.admin_users.page_5
|
||||||
|
|
||||||
# editors_menus.simplenews_daily_add:
|
# editors_menus.simplenews_daily_add:
|
||||||
# route_name: node.add
|
# route_name: node.add
|
||||||
|
|
Loading…
Reference in New Issue