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.subscription_type
|
||||
module:
|
||||
- commerce_price
|
||||
- commerce_variation_cart_form
|
||||
- text
|
||||
third_party_settings:
|
||||
commerce_variation_cart_form:
|
||||
combine: '1'
|
||||
combine: true
|
||||
id: commerce_product_variation.materio_product_variation_type.summary
|
||||
targetEntityType: commerce_product_variation
|
||||
bundle: materio_product_variation_type
|
||||
mode: summary
|
||||
content:
|
||||
field_description:
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
price:
|
||||
type: commerce_price_default
|
||||
weight: 2
|
||||
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:
|
||||
type: string
|
||||
weight: 0
|
||||
weight: 1
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
|
@ -40,13 +50,13 @@ content:
|
|||
hidden:
|
||||
billing_schedule: true
|
||||
commerce_variation_cart_form: true
|
||||
field_description: true
|
||||
field_multiple: true
|
||||
langcode: true
|
||||
license_expiration: true
|
||||
license_type: true
|
||||
list_price: true
|
||||
price: true
|
||||
product_id: true
|
||||
search_api_excerpt: true
|
||||
sku: true
|
||||
subscription_type: true
|
||||
synonyms: true
|
||||
|
|
|
@ -54,10 +54,16 @@ definitions:
|
|||
expanded: false
|
||||
enabled: true
|
||||
editors_menus__commerce_license:
|
||||
weight: -47
|
||||
enabled: false
|
||||
menu_name: editors
|
||||
parent: editors_menus.commerce
|
||||
expanded: false
|
||||
weight: -47
|
||||
editors_menus__subscribers:
|
||||
weight: -46
|
||||
menu_name: editors
|
||||
parent: editors_menus.users
|
||||
enabled: true
|
||||
expanded: false
|
||||
_core:
|
||||
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
|
||||
|
|
|
@ -4,13 +4,13 @@ skip_cache: false
|
|||
sql_signature: false
|
||||
ui:
|
||||
show:
|
||||
additional_queries: true
|
||||
additional_queries: false
|
||||
advanced_column: true
|
||||
master_display: true
|
||||
performance_statistics: true
|
||||
performance_statistics: false
|
||||
preview_information: true
|
||||
sql_query:
|
||||
enabled: true
|
||||
enabled: false
|
||||
where: above
|
||||
display_embed: false
|
||||
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'
|
||||
appears_on:
|
||||
- view.admin_users.page_1
|
||||
- view.admin_users.page_5
|
||||
|
||||
# editors_menus.simplenews_daily_add:
|
||||
# route_name: node.add
|
||||
|
|
Loading…
Reference in New Issue