Skip to content

Commit

Permalink
Add filefield paths, and some views.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Oct 31, 2023
1 parent ebae85d commit 2809885
Show file tree
Hide file tree
Showing 6 changed files with 728 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ content:
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
weight: 1
region: content
field_copyright_date:
type: edtf_default
Expand Down Expand Up @@ -134,7 +134,7 @@ content:
day_format: dd
year_format: 'y'
third_party_settings: { }
weight: 4
weight: 5
region: content
field_extent:
type: string
Expand Down Expand Up @@ -214,7 +214,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 1
weight: 2
region: content
field_member_of:
type: entity_reference_label
Expand All @@ -232,6 +232,14 @@ content:
third_party_settings: { }
weight: 12
region: content
field_model:
type: entity_reference_label
label: inline
settings:
link: false
third_party_settings: { }
weight: 0
region: content
field_note:
type: text_default
label: inline
Expand Down Expand Up @@ -273,15 +281,15 @@ content:
settings:
link_to_entity: false
third_party_settings: { }
weight: 3
weight: 4
region: content
field_place_published_country:
type: entity_reference_label
label: inline
settings:
link: true
third_party_settings: { }
weight: 2
weight: 3
region: content
field_resource_type:
type: entity_reference_label
Expand Down Expand Up @@ -363,7 +371,6 @@ hidden:
display_media_entity_view_3: true
display_media_thumbnail: true
field_gemini_uri: true
field_model: true
field_viewer_override: true
field_weight: true
islandora_fits_checksum: true
Expand Down
1 change: 0 additions & 1 deletion config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module:
field_ui: 0
file: 0
file_replace: 0
filefield_paths: 0
filehash: 0
filter: 0
flysystem: 0
Expand Down
3 changes: 0 additions & 3 deletions config/sync/filefield_paths.settings.yml

This file was deleted.

159 changes: 159 additions & 0 deletions config/sync/views.view.datastreams.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
uuid: 4c5f2428-d446-4d3e-838b-c33937c148ef
langcode: en
status: true
dependencies:
module:
- media
- user
id: datastreams
label: datastreams
module: views
description: ''
tag: ''
base_table: media_field_data
base_field: nid
display:
default:
id: default
display_title: Default
display_plugin: default
position: 0
display_options:
title: datastreams
fields:
name:
id: name
table: media_field_data
field: name
relationship: none
group_type: group
admin_label: ''
entity_type: media
entity_field: media
plugin_id: field
label: ''
exclude: false
alter:
alter_text: false
make_link: false
absolute: false
word_boundary: false
ellipsis: false
strip_tags: false
trim: false
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: string
settings:
link_to_entity: true
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
pager:
type: mini
options:
offset: 0
items_per_page: 10
total_pages: null
id: 0
tags:
next: ››
previous: ‹‹
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: perm
options:
perm: 'view media'
cache:
type: tag
options: { }
empty: { }
sorts: { }
arguments: { }
filters:
status:
id: status
table: media_field_data
field: status
entity_type: media
entity_field: status
plugin_id: boolean
value: '1'
group: 1
expose:
operator: ''
style:
type: default
row:
type: fields
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships: { }
header: { }
footer: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url.query_args
- user.permissions
tags: { }
page_1:
id: page_1
display_title: Page
display_plugin: page
position: 1
display_options:
display_extenders: { }
path: datastreams
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url.query_args
- user.permissions
tags: { }
2 changes: 1 addition & 1 deletion config/sync/views.view.oai_pmh_item_data.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: 297b23af-d1da-41b4-879a-b5344f48944f
langcode: en
status: false
status: true
dependencies:
config:
- field.storage.node.field_edtf_date_issued
Expand Down
Loading

0 comments on commit 2809885

Please sign in to comment.