Skip to content
Merged
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
20 changes: 12 additions & 8 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
hidden:
end_time: true
start_time: true
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ field_mappers:
default: null
description: ''
debug_level: 0
content_translation_source:
id: generic
config:
property_mappings:
value:
id: constant
config:
mapping: en
required_field: false
main_property: true
description: ''
debug_level: 0
main_image:
id: generic
config:
Expand Down
4 changes: 2 additions & 2 deletions conf/cmi/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,11 +470,11 @@ display:
default_group: All
default_group_multiple: { }
group_items:
-
1:
title: Published
operator: '='
value: '1'
-
2:
title: Unpublished
operator: '='
value: '0'
Expand Down
7 changes: 1 addition & 6 deletions conf/cmi/views.view.tpr_errand_service_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
admin: '0'
content_producer: '0'
placeholder: ''
is_grouped: false
group_info:
Expand Down Expand Up @@ -614,9 +611,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
admin: '0'
content_producer: '0'
reduce: true
is_grouped: false
group_info:
Expand Down Expand Up @@ -695,6 +689,7 @@ display:
empty_table: false
caption: ''
description: ''
class: ''
row:
type: fields
query:
Expand Down
7 changes: 1 addition & 6 deletions conf/cmi/views.view.tpr_service_channel_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
admin: '0'
content_producer: '0'
placeholder: ''
is_grouped: false
group_info:
Expand Down Expand Up @@ -614,9 +611,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
admin: '0'
content_producer: '0'
reduce: true
is_grouped: false
group_info:
Expand Down Expand Up @@ -695,6 +689,7 @@ display:
empty_table: false
caption: ''
description: ''
class: ''
row:
type: fields
query:
Expand Down
5 changes: 1 addition & 4 deletions conf/cmi/views.view.tpr_service_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
placeholder: ''
is_grouped: false
group_info:
Expand Down Expand Up @@ -612,9 +611,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
admin: '0'
content_producer: '0'
reduce: true
is_grouped: false
group_info:
Expand Down Expand Up @@ -695,6 +691,7 @@ display:
empty_table: false
caption: ''
description: ''
class: ''
row:
type: fields
query:
Expand Down
5 changes: 1 addition & 4 deletions conf/cmi/views.view.tpr_unit_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
placeholder: ''
is_grouped: false
group_info:
Expand Down Expand Up @@ -681,9 +680,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
admin: '0'
content_producer: '0'
reduce: true
is_grouped: false
group_info:
Expand Down Expand Up @@ -764,6 +760,7 @@ display:
empty_table: false
caption: ''
description: ''
class: ''
row:
type: fields
query:
Expand Down
Loading