Skip to content

Commit

Permalink
POMP-163 Remove Drupal default favicon + config re-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Oct 26, 2023
1 parent 5693efe commit 95b9fff
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 5 deletions.
10 changes: 10 additions & 0 deletions configuration/claro.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
favicon:
path: ''
use_default: false
features:
comment_user_picture: true
comment_user_verification: true
favicon: true
node_user_picture: false
logo:
use_default: true
1 change: 1 addition & 0 deletions configuration/field.field.block_content.basic.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ default_value_callback: ''
settings:
display_summary: false
required_summary: false
allowed_formats: { }
field_type: text_with_summary
3 changes: 2 additions & 1 deletion configuration/field.field.comment.comment.comment_body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
3 changes: 2 additions & 1 deletion configuration/field.field.node.award.field_citation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
3 changes: 2 additions & 1 deletion configuration/field.field.node.award.field_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.storage.node.field_notes
- filter.format.unb_libraries
- node.type.graduation_ceremony
module:
- text
Expand All @@ -17,5 +18,7 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats:
- unb_libraries
field_type: text_long
1 change: 1 addition & 0 deletions configuration/field.field.node.static_page.body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ default_value_callback: ''
settings:
display_summary: true
required_summary: false
allowed_formats: { }
field_type: text_with_summary
9 changes: 9 additions & 0 deletions configuration/views.view.block_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,15 @@ display:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
operations:
id: operations
table: block_content
Expand Down
9 changes: 9 additions & 0 deletions configuration/views.view.browse_content_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,15 @@ display:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value
group_columns: { }
group_rows: true
Expand Down
9 changes: 9 additions & 0 deletions configuration/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,15 @@ display:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
operations:
id: operations
table: node
Expand Down
18 changes: 18 additions & 0 deletions configuration/views.view.files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,15 @@ display:
date_format: medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
changed:
id: changed
table: file_managed
Expand Down Expand Up @@ -391,6 +400,15 @@ display:
date_format: medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
count:
id: count
table: file_usage
Expand Down
9 changes: 9 additions & 0 deletions configuration/views.view.glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,15 @@ display:
date_format: long
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
pager:
type: mini
options:
Expand Down

0 comments on commit 95b9fff

Please sign in to comment.