Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conf view 1518 gr #86

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"drupal/fontawesome": "^2.9",
"drupal/pathauto": "^1.0",
"drupal/recaptcha": "^2.3",
"drupal/responsive_views_grid": "^1.1",
"drupal/search_api": "^1.11",
"drupal/search_api_autocomplete": "^1.1",
"drupal/video_embed_field": "^2.0",
Expand Down
58 changes: 52 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 27 additions & 5 deletions config/sync/core.entity_view_display.node.conference.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- field.field.node.conference.field_website
- node.type.conference
- views.view.featured_articles
- views.view.recently_added_videos
module:
- address
- datetime
Expand Down Expand Up @@ -284,16 +285,37 @@ third_party_settings:
additional: { }
weight: 1
-
layout_id: two_column_dt
layout_id: one_column_dt
layout_settings:
bgcolor: lb-bg-secondary
highlight: 0
spacing: { }
components:
2374ebbc-6cf6-4a60-9bee-be5cff29888c:
uuid: 2374ebbc-6cf6-4a60-9bee-be5cff29888c
region: content
configuration:
id: 'views_block:recently_added_videos-block_5'
label: ''
provider: views
label_display: visible
views_label: ''
items_per_page: none
context_mapping: { }
additional: { }
weight: 0
-
layout_id: one_column_dt
layout_settings:
bgcolor: lb-bg-primary
highlight: 0
spacing:
space-beside: space-beside
space-top: space-top
space-bottom: space-bottom
components:
a09b21da-1230-4cef-b6da-b6e3e876c181:
uuid: a09b21da-1230-4cef-b6da-b6e3e876c181
region: second
9f635c19-9aae-4410-8531-a7391e362d09:
uuid: 9f635c19-9aae-4410-8531-a7391e362d09
region: content
configuration:
id: 'views_block:featured_articles-block_2'
label: ''
Expand Down
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module:
quickedit: 0
rdf: 0
recaptcha: 0
responsive_views_grid: 0
search: 0
search_api: 0
search_api_autocomplete: 0
Expand Down
104 changes: 104 additions & 0 deletions config/sync/views.view.recently_added_videos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ display:
fields: false
style: false
row: false
pager: true
display_description: ''
style:
type: default
Expand Down Expand Up @@ -1258,6 +1259,109 @@ display:
- user.permissions
tags:
- 'config:field.storage.media.field_speaker'
block_5:
display_plugin: block
id: block_5
display_title: 'Conference Videos'
position: 6
display_options:
display_extenders: { }
display_description: ''
title: 'Conference Videos'
defaults:
title: false
relationships: false
arguments: false
pager: false
sorts: false
style: false
row: false
relationships:
field_conference:
id: field_conference
table: media__field_conference
field: field_conference
relationship: none
group_type: group
admin_label: 'field_conference: Content'
required: false
plugin_id: standard
arguments:
field_conference_target_id:
id: field_conference_target_id
table: media__field_conference
field: field_conference_target_id
relationship: none
group_type: group
admin_label: ''
default_action: default
exception:
value: all
title_enable: false
title: All
title_enable: false
title: ''
default_argument_type: node
default_argument_options: { }
default_argument_skip_url: false
summary_options:
base_path: ''
count: true
items_per_page: 25
override: false
summary:
sort_order: asc
number_of_records: 0
format: default_summary
specify_validation: false
validate:
type: none
fail: 'not found'
validate_options: { }
break_phrase: false
not: false
plugin_id: numeric
pager:
type: some
options:
items_per_page: 8
offset: 0
sorts:
field_recording_date_value:
id: field_recording_date_value
table: media__field_recording_date
field: field_recording_date_value
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
granularity: second
plugin_id: datetime
style:
type: default
options:
row_class: ''
default_row_class: true
uses_fields: false
row:
type: 'entity:media'
options:
relationship: none
view_mode: teaser
allow:
items_per_page: true
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- user.permissions
tags:
- 'config:field.storage.media.field_speaker'
page_1:
display_plugin: page
id: page_1
Expand Down
Loading