Skip to content

Commit

Permalink
Merge branch 'development' into D8UN-uat
Browse files Browse the repository at this point in the history
  • Loading branch information
soda736 committed Oct 26, 2021
2 parents abf7daa + 22e74e9 commit d6fa061
Show file tree
Hide file tree
Showing 44 changed files with 1,619 additions and 9 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"drupal/admin_toolbar": "^2.0",
"drupal/adminimal_theme": "^1.5",
"drupal/allowed_formats": "^1.3",
"drupal/auto_entityqueue": "^2.0",
"drupal/block_blacklist": "^1.0",
"drupal/block_visibility_groups": "^1.3",
"drupal/chosen": "^3.0",
Expand All @@ -88,6 +89,7 @@
"drupal/date_facet_drilldown": "2.x-dev",
"drupal/diff": "^1.0",
"drupal/entity_embed": "^1.0",
"drupal/entityqueue": "^1.2",
"drupal/eu_cookie_compliance": "1.x-dev@dev",
"drupal/facets": "^1.5",
"drupal/facets_pretty_paths": "^1.0@beta",
Expand Down
111 changes: 110 additions & 1 deletion composer.lock

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

45 changes: 45 additions & 0 deletions config/nifiscalcouncil/config/structure_sync.data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,48 @@ blocks:
uri: 'entity:node/18'
title: 'Sources of funding for NIE Budget, 2021/22'
options: { }
taxonomies:
publication_types:
-
vid: publication_types
tid: '1'
langcode: en
name: 'Council Reports'
description__value: null
description__format: null
weight: '0'
parent: '0'
uuid: c860cf63-2698-4362-803e-5a7e36bb95ea
-
vid: publication_types
tid: '2'
langcode: en
name: 'Corporate publications'
description__value: null
description__format: null
weight: '0'
parent: '0'
uuid: 787ad8e7-6aae-4656-ae55-4be9d5197f0c
-
vid: publication_types
tid: '3'
langcode: en
name: Correspondence
description__value: null
description__format: null
weight: '0'
parent: '0'
uuid: 4a8a8c83-33ef-42e1-acd9-ce507219d4af
-
vid: publication_types
tid: '4'
langcode: en
name: MOU
description__value: null
description__format: null
weight: '0'
parent: '0'
uuid: c7565488-bcde-4afd-a5f9-c7d7257aed1e
publications_topics: { }
site_topics: { }
tags: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
uuid: b041f66b-90e2-434a-bbed-d2db64a6cab2
langcode: en
status: true
dependencies:
module:
- system
theme:
- urologyservicesinquiry_theme
id: mainpagecontent
theme: urologyservicesinquiry_theme
region: content
weight: -5
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
provider: system
label_display: '0'
visibility: { }
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
id: pagetitle
theme: urologyservicesinquiry_theme
region: content
weight: 0
weight: -6
provider: null
plugin: page_title_block
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
uuid: 18ccaa79-b9ba-42d3-a50e-9d351a335ea0
langcode: en
status: true
dependencies:
config:
- views.view.board_members
module:
- system
- views
theme:
- urologyservicesinquiry_theme
id: views_block__board_members_board_members_block
theme: urologyservicesinquiry_theme
region: content
weight: -4
provider: null
plugin: 'views_block:board_members-board_members_block'
settings:
id: 'views_block:board_members-board_members_block'
label: ''
provider: views
label_display: '0'
views_label: ''
items_per_page: none
visibility:
request_path:
id: request_path
pages: /inquiry-team
negate: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 7302abf0-b238-47ee-8c5c-6455ae8241d6
langcode: en
status: true
dependencies:
config:
- node.type.board_member
id: node.board_member.promote
field_name: promote
entity_type: node
bundle: board_member
label: 'Promoted to front page'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 3603277f-b50b-47cd-aa91-23369eed021a
langcode: en
status: true
dependencies:
config:
- node.type.board_member
id: node.board_member.status
field_name: status
entity_type: node
bundle: board_member
label: Published
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
uuid: 17312503-fba8-4d8d-901d-fe9d20b6a10f
langcode: en
status: true
dependencies:
config:
- node.type.board_member
id: node.board_member.title
field_name: title
entity_type: node
bundle: board_member
label: 'Member name'
description: ''
required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
Loading

0 comments on commit d6fa061

Please sign in to comment.