CXO schedule and styling
This commit is contained in:
parent
98c667cce4
commit
62b33791d0
10 changed files with 223 additions and 79 deletions
|
@ -4,7 +4,6 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.storage.node.field_session_type
|
||||
- field.storage.node.field_time_slot
|
||||
- node.type.session
|
||||
module:
|
||||
|
@ -57,7 +56,7 @@ display:
|
|||
options:
|
||||
offset: 0
|
||||
style:
|
||||
type: grid
|
||||
type: default
|
||||
options:
|
||||
grouping:
|
||||
-
|
||||
|
@ -68,14 +67,9 @@ display:
|
|||
field: field_time_slot
|
||||
rendered: true
|
||||
rendered_strip: false
|
||||
row_class: ''
|
||||
default_row_class: true
|
||||
uses_fields: true
|
||||
columns: 3
|
||||
automatic_width: true
|
||||
alignment: horizontal
|
||||
col_class_default: true
|
||||
col_class_custom: ''
|
||||
row_class_default: true
|
||||
row_class_custom: ''
|
||||
row:
|
||||
type: 'entity:node'
|
||||
options:
|
||||
|
@ -194,68 +188,6 @@ display:
|
|||
separator: ', '
|
||||
field_api_classes: false
|
||||
plugin_id: field
|
||||
field_session_type:
|
||||
id: field_session_type
|
||||
table: node__field_session_type
|
||||
field: field_session_type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
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: h2
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
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
|
||||
plugin_id: field
|
||||
filters:
|
||||
status:
|
||||
value: '1'
|
||||
|
@ -277,6 +209,45 @@ display:
|
|||
entity_type: node
|
||||
entity_field: type
|
||||
plugin_id: bundle
|
||||
field_session_type_value:
|
||||
id: field_session_type_value
|
||||
table: node__field_session_type
|
||||
field: field_session_type_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
operator: or
|
||||
value:
|
||||
'Business day': 'Business day'
|
||||
group: 1
|
||||
exposed: false
|
||||
expose:
|
||||
operator_id: ''
|
||||
label: ''
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: ''
|
||||
identifier: ''
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
reduce: false
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
reduce_duplicates: false
|
||||
plugin_id: list_field
|
||||
sorts:
|
||||
field_time_slot_value:
|
||||
id: field_time_slot_value
|
||||
|
@ -290,7 +261,7 @@ display:
|
|||
expose:
|
||||
label: ''
|
||||
plugin_id: standard
|
||||
title: Schedule
|
||||
title: 'CXO Day Schedule'
|
||||
header: { }
|
||||
footer: { }
|
||||
empty: { }
|
||||
|
@ -306,16 +277,16 @@ display:
|
|||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags:
|
||||
- 'config:field.storage.node.field_session_type'
|
||||
- 'config:field.storage.node.field_time_slot'
|
||||
page_1:
|
||||
display_plugin: page
|
||||
id: page_1
|
||||
display_title: Page
|
||||
display_title: CXO
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
path: schedule
|
||||
path: schedule-cxo
|
||||
display_description: ''
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
|
@ -324,5 +295,4 @@ display:
|
|||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags:
|
||||
- 'config:field.storage.node.field_session_type'
|
||||
- 'config:field.storage.node.field_time_slot'
|
||||
|
|
Reference in a new issue