Compare commits

...

34 Commits

Author SHA1 Message Date
4d4b26c24b starting gitlab ci 2022-07-13 14:13:24 +01:00
a2b39863d2 moved dependencies into the module 2022-07-13 14:05:17 +01:00
42e494b5bc updated opencase & general update 2022-07-09 15:46:39 +01:00
6ad84cfa84 added "contextual filters or" module, updated oc 2022-05-13 13:22:06 +01:00
2d54249513 scaffold should not now overwrite dev_serv file 2022-05-13 12:28:16 +01:00
a6b65738b7 Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/opencase_composer 2022-05-12 18:07:30 +01:00
2727dffd40 updated opencase 2022-05-12 17:54:27 +01:00
df440a8440 Update 'README.md' 2022-05-12 18:47:50 +02:00
8c9991d68b updated opencase 2022-05-12 15:02:10 +01:00
0d83cda853 updated opencase 2022-05-12 08:54:14 +01:00
1cc2935c16 updated opencase and removed old push/pull scripts 2022-04-22 10:06:25 +01:00
86c359f0d1 removed config as it's now in module 2022-04-22 10:04:17 +01:00
28ffcc1304 Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/opencase_composer 2022-04-22 09:35:47 +01:00
d4ff7b15ed Updated project 2022-04-22 10:34:55 +02:00
35176a00bf Added a sample report with csv download 2022-04-21 13:36:18 +01:00
f75f03bc9c Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/opencase_composer 2022-04-08 13:28:27 +02:00
8652de56f9 Updated project 2022-04-08 13:28:05 +02:00
263b22afe8 typo in push_project.sh 2022-04-08 12:27:50 +01:00
9cf19f0e15 Added push_project script 2022-04-08 12:24:29 +01:00
234f42fec7 added updb to update_project script 2022-04-08 12:07:41 +01:00
5f27cbdfc0 updated opencase and added all_actors view 2022-04-08 12:06:00 +01:00
5a6d09e1ce added -y to project update script 2022-04-08 11:33:13 +01:00
11dcca4e07 removed old "name" field from search view 2022-04-08 11:32:21 +01:00
dbd37e8d03 added missing field to volunteer 2022-04-08 11:25:59 +01:00
d2f4e9b152 Added script for updating project 2022-04-08 11:21:56 +01:00
14f6c14f1d corrected default medium date config 2022-04-03 19:32:00 +01:00
da7593da94 added hide_revision_field module 2022-04-03 18:52:22 +01:00
713e8ff4dd configured case fee types, case provision types 2022-04-03 18:01:10 +01:00
805175e0b1 updated opencase 2022-04-03 15:02:54 +01:00
3589269c0f exported config including activity view on client page 2022-04-03 14:39:33 +01:00
55e23029eb moved config from oc_defaults to config dir 2022-04-03 14:17:39 +01:00
1134bfefe8 last commit before importing config from oc_defaults 2022-04-03 14:17:11 +01:00
4405ba987c Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/opencase_composer 2022-04-01 10:53:59 +01:00
cd7f307896 removed unnecessary blocks 2022-04-01 10:53:03 +01:00
222 changed files with 4938 additions and 18953 deletions

8
.gitignore vendored
View File

@ -2,13 +2,11 @@
!composer.json !composer.json
!composer.lock !composer.lock
!push_project.sh
!pull_project.sh
!.gitignore !.gitignore
!config !config
!config/* !config/*
!docs/* !docs/*
!README.md !README.md
!.gitlab-ci.yml
config/security_review.check.security_review-file_perms.yml
config/security_review.check.security_review-executable_php.yml
config/security_review.checks.yml
config/color.theme.bartik.yml

View File

@ -12,5 +12,8 @@
* Go to the local url and run the web installer (choose "Standard") * Go to the local url and run the web installer (choose "Standard")
* `drush config-set "system.site" uuid "0c85ec7c-68f9-419f-92bb-d9a3a256ca23"` (this allows you to import & export config to other sites built using this repo) * `drush config-set "system.site" uuid "0c85ec7c-68f9-419f-92bb-d9a3a256ca23"` (this allows you to import & export config to other sites built using this repo)
* `drush config:delete shortcut.set.default` (it always complains about the shortcut set already existing when you try to import the config) * `drush config:delete shortcut.set.default` (it always complains about the shortcut set already existing when you try to import the config)
* `drush config:import --source ../config` * Import the config from the opencase module by going (in a terminal) to `web/modules/contrib/opencase` and then running `./pull_project.sh`
* Appearance->Settings->Bartik and just save what's in there (to regenerate css) * Appearance->Settings->Bartik and just save what's in there (to regenerate css)

View File

@ -15,41 +15,21 @@
},{ },{
"type": "vcs", "type": "vcs",
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git" "url": "ssh://git@gitlab.com:22/opencase1/opencase.git"
} },{
"type": "path",
"url": "./web/modules/contrib/opencase"
}
], ],
"require": { "require": {
"autonomic/opencase": "dev-master", "autonomic/opencase": "dev-master",
"composer/installers": "^1.2", "composer/installers": "^1.2",
"drupal/admin_toolbar": "^3.1", "drush/drush": "*",
"drupal/base_field_override_ui": "^1.0", "phpunit/phpunit": "^9.5"
"drupal/better_exposed_filters": "^5.0",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"drupal/core-recommended": "^9",
"drupal/ctools": "^3.7",
"drupal/date_popup": "^1.1",
"drupal/dbug": "^2.0",
"drupal/devel_entity_updates": "^3.0",
"drupal/entity_extra_field": "^2.0@alpha",
"drupal/entity_reference_revisions": "^1.9",
"drupal/facets": "^2.0",
"drupal/password_strength": "^2.0@beta",
"drupal/restui": "^1.20",
"drupal/route_condition": "^2.0",
"drupal/search_api": "^1.21",
"drupal/security_review": "^1.0@alpha",
"drupal/tamper": "^1.0@alpha",
"drupal/typed_data": "^1.0@alpha",
"drupal/views_aggregator": "^2.0",
"drupal/views_autosubmit": "^1.4",
"drupal/views_summarize": "1.1.x-dev",
"drush/drush": "*"
}, },
"require-dev": { "require-dev": {
"drupal/console": "^1.9", "drupal/console": "^1.9",
"drupal/devel": "^4.1", "drupal/devel": "^4.1"
"phpunit/phpunit": "^9.5"
}, },
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
@ -69,6 +49,9 @@
"drupal-scaffold": { "drupal-scaffold": {
"locations": { "locations": {
"web-root": "web/" "web-root": "web/"
},
"file-mapping": {
"[web-root]/sites/development.services.yml": false
} }
}, },
"installer-paths": { "installer-paths": {

9439
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
_core:
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
interval: 10800

View File

@ -1,28 +0,0 @@
uuid: 595db9e0-3be9-4c88-940e-16bd90ba2908
langcode: en
status: true
dependencies:
module:
- opencase
- system
theme:
- bartik
_core:
default_config_hash: lsAeZ1IGTh83seQGXGHb7MipH88kV5SZEzf9PkK-uaY
id: actortypehelp
theme: bartik
region: content
weight: -11
provider: null
plugin: actor_type_help
settings:
id: actor_type_help
label: 'Actor Type Help'
label_display: '0'
provider: opencase
visibility:
request_path:
id: request_path
pages: '/admin/opencase/oc_actor_type/*/edit/fields'
negate: false
context_mapping: { }

View File

@ -1,27 +0,0 @@
uuid: 641ec021-f8cc-4d18-aea6-78b8c1167b6d
langcode: en
status: true
dependencies:
config:
- system.menu.account
module:
- system
theme:
- bartik
_core:
default_config_hash: jzu74Q7R0QWgw8IniA9HZRSb_a8RPak1M0q5J-VGkZI
id: bartik_account_menu
theme: bartik
region: secondary_menu
weight: 0
provider: null
plugin: 'system_menu_block:account'
settings:
id: 'system_menu_block:account'
label: 'User account menu'
label_display: '0'
provider: system
level: 1
depth: 1
expand_all_items: false
visibility: { }

View File

@ -1,25 +0,0 @@
uuid: 802aa5e3-8dc9-487d-b81e-ebcb43921499
langcode: en
status: true
dependencies:
module:
- system
theme:
- bartik
_core:
default_config_hash: d-0emr1mEq7sFKDu5RHUJckvNk62hvIZdRwPEfnJyGg
id: bartik_branding
theme: bartik
region: header
weight: 0
provider: null
plugin: system_branding_block
settings:
id: system_branding_block
label: 'Site branding'
label_display: '0'
provider: system
use_site_logo: true
use_site_name: true
use_site_slogan: true
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 0420cf43-7f91-4c16-80aa-f76d56641c9f
langcode: en
status: true
dependencies:
module:
- system
theme:
- bartik
_core:
default_config_hash: y0bXRvKYQQKkf_RVxA3aOPGpIfKKsDOzzrWYCgjxJ9Y
id: bartik_breadcrumbs
theme: bartik
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 441aa7a1-1224-4ee5-9f02-85648d5699bb
langcode: en
status: true
dependencies:
module:
- system
theme:
- bartik
_core:
default_config_hash: kigu8pTxXt1qGR2NJ5HHdC4G2G1wsDrIjLPKBT5wUBc
id: bartik_content
theme: bartik
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
label_display: '0'
provider: system
visibility: { }

View File

@ -1,27 +0,0 @@
uuid: a2594712-4e82-4f66-8852-b7fef9d69949
langcode: en
status: true
dependencies:
config:
- system.menu.footer
module:
- system
theme:
- bartik
_core:
default_config_hash: pnCK21YFjH7iB4XDeokSq3N3XSr6qX8BsqMs9nmip6E
id: bartik_footer
theme: bartik
region: footer_fifth
weight: 0
provider: null
plugin: 'system_menu_block:footer'
settings:
id: 'system_menu_block:footer'
label: 'Footer menu'
label_display: '0'
provider: system
level: 1
depth: 0
expand_all_items: false
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 4d206705-2964-4624-bfef-f2cd18c2d566
langcode: en
status: true
dependencies:
module:
- help
theme:
- bartik
_core:
default_config_hash: '-laWx8WA-ikiIEH3NJQ0hVbjqk3iEuBms91LB0B4IQU'
id: bartik_help
theme: bartik
region: content
weight: -30
provider: null
plugin: help_block
settings:
id: help_block
label: Help
label_display: '0'
provider: help
visibility: { }

View File

@ -1,20 +0,0 @@
uuid: 9140917a-f290-4123-978a-1651937828ae
langcode: en
status: true
dependencies:
theme:
- bartik
_core:
default_config_hash: XRdb8LpbArVA6CpuuEZxzi50JIdjsJaCCZ5o3fH0Blk
id: bartik_local_actions
theme: bartik
region: content
weight: -20
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
label_display: '0'
provider: core
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 7ecfeaf2-bcc4-4505-9ced-379cd4f78f2e
langcode: en
status: true
dependencies:
theme:
- bartik
_core:
default_config_hash: Qf2BoIzd9py5AYXZj8fJzCYDyVk1-AWXcu-AqQeDZKA
id: bartik_local_tasks
theme: bartik
region: content
weight: -40
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: Tabs
label_display: '0'
provider: core
primary: true
secondary: true
visibility: { }

View File

@ -1,27 +0,0 @@
uuid: ed63f9c6-4eec-4c6d-976f-30ae5d4e99b6
langcode: en
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- bartik
_core:
default_config_hash: _G1IfGESk7WqvVCi7B3VJxhSY0YICgv1OmuVPJqO8bE
id: bartik_main_menu
theme: bartik
region: primary_menu
weight: 0
provider: null
plugin: 'system_menu_block:main'
settings:
id: 'system_menu_block:main'
label: 'Main navigation'
label_display: '0'
provider: system
level: 1
depth: 1
expand_all_items: false
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: a5f26873-0159-467b-8043-b6b94381163c
langcode: en
status: true
dependencies:
module:
- system
theme:
- bartik
_core:
default_config_hash: KC12e0aosUnBBs5bd374JVcQjJaFNOSIHzu0dUGf22o
id: bartik_messages
theme: bartik
region: highlighted
weight: 0
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
label_display: '0'
provider: system
visibility: { }

View File

@ -1,20 +0,0 @@
uuid: 897cb97b-43d4-4b4a-82fe-dff0e0a8d521
langcode: en
status: true
dependencies:
theme:
- bartik
_core:
default_config_hash: ItFhhiUOoeR7oIq73ZaCV7PAYrOwXZ-9fazMzF5DJXM
id: bartik_page_title
theme: bartik
region: content
weight: -50
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
label_display: '0'
provider: core
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 063474f8-5ac9-4595-bb88-f57057e371ca
langcode: en
status: true
dependencies:
module:
- system
theme:
- bartik
_core:
default_config_hash: I6Esh8cDlPdl2POZg4MOSRUrQNYA1UNCJCxL2yqT_wc
id: bartik_powered
theme: bartik
region: footer_fifth
weight: 10
provider: null
plugin: system_powered_by_block
settings:
id: system_powered_by_block
label: 'Powered by Drupal'
label_display: '0'
provider: system
visibility: { }

View File

@ -1,25 +0,0 @@
uuid: d38425eb-15fe-4659-8595-57d566586633
langcode: en
status: true
dependencies:
config:
- views.view.actor_search
module:
- views
theme:
- bartik
_core:
default_config_hash: '-mPyVl2gaejJOcEbMNyCrKWvN61T9BXYb0mLKJ0wPBI'
id: exposedformactor_searchpage_1
theme: bartik
region: header
weight: -9
provider: null
plugin: 'views_exposed_filter_block:actor_search-page_1'
settings:
id: 'views_exposed_filter_block:actor_search-page_1'
label: ''
label_display: '0'
provider: views
views_label: ''
visibility: { }

View File

@ -1,31 +0,0 @@
uuid: f69e224a-b201-4ab2-af38-3472f1abca91
langcode: en
status: true
dependencies:
config:
- views.view.equal_opps_records
module:
- system
- views
theme:
- bartik
_core:
default_config_hash: 4qMuUzO9EtuXor_WcCBwEfW8lL3V9lFvYgnEQKni3uw
id: exposedformequal_opps_recordspage_1
theme: bartik
region: content
weight: 0
provider: null
plugin: 'views_exposed_filter_block:equal_opps_records-page_1'
settings:
id: 'views_exposed_filter_block:equal_opps_records-page_1'
label: ''
label_display: visible
provider: views
views_label: 'Search by (whole) first or last name.'
visibility:
request_path:
id: request_path
pages: /equal-opps-records
negate: false
context_mapping: { }

View File

@ -1,73 +0,0 @@
uuid: 600ebd83-8ff7-4494-88fd-5ae36ccfcf16
langcode: en
status: true
dependencies:
config:
- system.menu.opencase
module:
- superfish
theme:
- bartik
_core:
default_config_hash: P5NPJ-V9_GehcsMfX2AGxHpIMY_jFzyxu0fMAdJlgiU
id: opencase
theme: bartik
region: primary_menu
weight: 0
provider: null
plugin: 'superfish:opencase'
settings:
id: 'superfish:opencase'
label: OpenCase
label_display: '0'
provider: superfish
level: '1'
depth: '0'
expand_all_items: false
menu_type: horizontal
style: none
arrow: 0
shadow: 1
speed: fast
delay: '800'
slide: vertical
supposition: 1
hoverintent: 1
touch: '1'
touchbh: '1'
touchbp: '768'
touchua: '0'
touchual: ''
touchuam: '0'
small: '2'
smallbp: '768'
smallua: '0'
smallual: ''
smalluam: '0'
smallact: '1'
smallset: ''
smallasa: 0
smallcmc: 0
smallecm: ''
smallchc: 0
smallech: ''
smallicm: ''
smallich: ''
smallamt: ''
smallabt: '1'
supersubs: 1
minwidth: '12'
maxwidth: '27'
multicolumn: 0
multicolumn_depth: '1'
multicolumn_levels: '1'
pathlevels: '1'
expanded: 0
clone_parent: 0
hide_linkdescription: 0
add_linkdescription: 0
link_depth_class: 1
custom_list_class: ''
custom_item_class: ''
custom_link_class: ''
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 1dd935f9-a3bb-4bb8-a000-f92b2ccaf725
langcode: en
status: true
dependencies:
module:
- system
theme:
- seven
_core:
default_config_hash: 2rIN97Rd7-rjv3P4h0-xrZnAgPJHyXFEwrB--sS2_qE
id: seven_breadcrumbs
theme: seven
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 18d8370b-7620-4d31-b708-434773fb3dcc
langcode: en
status: true
dependencies:
module:
- system
theme:
- seven
_core:
default_config_hash: 6_eJxtyfANKFE_nfriHKgrARRIPHH88sI6jvQ4EHbBc
id: seven_content
theme: seven
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
label_display: '0'
provider: system
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: ddc8f618-12a7-4cd8-849a-f432533749d1
langcode: en
status: true
dependencies:
module:
- help
theme:
- seven
_core:
default_config_hash: bYvyEzJ7UcmjXZAYLxb4Qb_J77K9bPbk4ealdap31FY
id: seven_help
theme: seven
region: help
weight: 0
provider: null
plugin: help_block
settings:
id: help_block
label: Help
label_display: '0'
provider: help
visibility: { }

View File

@ -1,20 +0,0 @@
uuid: be439219-ab03-4087-a272-439d7179d838
langcode: en
status: true
dependencies:
theme:
- seven
_core:
default_config_hash: gv5JXTvQXjlMY6PXrfxzcLMjMg4074WiEQCy7ZSMvK4
id: seven_local_actions
theme: seven
region: content
weight: -10
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
label_display: '0'
provider: core
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 19ed3188-d6e6-4657-9f39-3861a0f49030
langcode: en
status: true
dependencies:
module:
- system
theme:
- seven
_core:
default_config_hash: bZvFlENVti4PpqT6kqoC86B5_lXp6aE-d4nrvLMU4CY
id: seven_messages
theme: seven
region: highlighted
weight: 0
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
label_display: '0'
provider: system
visibility: { }

View File

@ -1,20 +0,0 @@
uuid: 12fcca5c-f192-4e49-820d-acaaf3826f65
langcode: en
status: true
dependencies:
theme:
- seven
_core:
default_config_hash: P-2PK2v3yJQRI4Mg1RqKQ0Ki0wP_UUErIvahd_MtMVc
id: seven_page_title
theme: seven
region: header
weight: -30
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
label_display: '0'
provider: core
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: bf6a7f48-6ec8-4772-9928-5302cd655622
langcode: en
status: true
dependencies:
theme:
- seven
_core:
default_config_hash: ouwsNHI1V3bwV1G1vl0EcbWy8AB9V62vgLOSjTpoCSI
id: seven_primary_local_tasks
theme: seven
region: header
weight: 0
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Primary tabs'
label_display: '0'
provider: core
primary: true
secondary: false
visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 4d08580d-50da-4bd7-bb1a-e657144f5610
langcode: en
status: true
dependencies:
theme:
- seven
_core:
default_config_hash: W8ripr8GQI0o3eaaD7lcd4687nUrcHoYdu4yIjzVN3o
id: seven_secondary_local_tasks
theme: seven
region: pre_content
weight: 0
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Secondary tabs'
label_display: '0'
provider: core
primary: false
secondary: true
visibility: { }

View File

@ -1,10 +0,0 @@
uuid: f45734f8-b7e5-47e9-90ce-4cb15415b01e
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
id: basic
label: 'Basic block'
revision: 0
description: 'A basic block contains a title and a body.'

View File

@ -1,3 +0,0 @@
_core:
default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc
log_ip_addresses: false

View File

@ -1,10 +0,0 @@
uuid: 8df6634c-b663-4f63-bd02-7415be7d437b
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA
id: comment
label: 'Default comments'
target_entity_type_id: node
description: 'Allows commenting on content'

View File

@ -1,14 +0,0 @@
uuid: 70ade645-a398-40b1-808a-43f8fe99ee73
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: pDp867PuzrC4C_z9LPKPgQhweTwRCUwecchwLytIQv8
id: contact_opencase
label: 'Contact the OpenCase Developers'
recipients:
- naomirosenberguk@gmail.com
reply: ''
weight: 0
message: 'Thank you for your message. The OpenCase team will get back to you ASAP.'
redirect: ''

View File

@ -1,14 +0,0 @@
uuid: 9fd33dd2-6476-4362-a419-31216a4c3e2f
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw
id: feedback
label: 'Website feedback'
recipients:
- naomirosenberguk@gmail.com
reply: ''
weight: 0
message: 'Your message has been sent.'
redirect: ''

View File

@ -1,13 +0,0 @@
uuid: 366a3f34-2bb3-4a44-854b-2a8cdddc766c
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I
id: personal
label: 'Personal contact form'
recipients: { }
reply: ''
weight: 0
message: 'Your message has been sent.'
redirect: ''

View File

@ -1,7 +0,0 @@
_core:
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
default_form: feedback
flood:
limit: 5
interval: 3600
user_default_enabled: true

View File

@ -1,24 +0,0 @@
uuid: bdb6aab0-ba66-4ab0-9036-0e3466b5d06d
langcode: en
status: true
dependencies:
config:
- node.type.page
_core:
default_config_hash: fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ
id: node.page.promote
field_name: promote
entity_type: node
bundle: page
label: 'Promoted to front page'
description: ''
required: false
translatable: false
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean

View File

@ -1,10 +0,0 @@
uuid: 781399e1-1932-46bd-a8e0-78f082cad4b1
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE
id: fallback
label: 'Fallback date format'
locked: true
pattern: 'D, m/d/Y - H:i'

View File

@ -1,10 +0,0 @@
uuid: d251f5cf-a6ef-49b6-ad58-7d853df35fc9
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk
id: html_date
label: 'HTML Date'
locked: true
pattern: Y-m-d

View File

@ -1,10 +0,0 @@
uuid: 0e10b049-df78-4241-badf-413c52de432e
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE
id: html_datetime
label: 'HTML Datetime'
locked: true
pattern: 'Y-m-d\TH:i:sO'

View File

@ -1,10 +0,0 @@
uuid: 3a6df8b5-ae40-4c0d-8bba-0056677544df
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM
id: html_month
label: 'HTML Month'
locked: true
pattern: Y-m

View File

@ -1,10 +0,0 @@
uuid: 05ff6d01-2985-4e11-ab91-96a44b879eb9
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE
id: html_time
label: 'HTML Time'
locked: true
pattern: 'H:i:s'

View File

@ -1,10 +0,0 @@
uuid: a8529465-c12b-4c1f-aca0-3b0752c72a9c
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY
id: html_week
label: 'HTML Week'
locked: true
pattern: Y-\WW

View File

@ -1,10 +0,0 @@
uuid: 2852ec01-ed6e-4ab3-8f90-f644b6060943
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk
id: html_year
label: 'HTML Year'
locked: true
pattern: 'Y'

View File

@ -1,10 +0,0 @@
uuid: 1a1ef5f5-8284-409c-b613-8a9338038bbf
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc
id: html_yearless_date
label: 'HTML Yearless date'
locked: true
pattern: m-d

View File

@ -1,10 +0,0 @@
uuid: 0aaf69e1-a7f6-4058-86fb-bb58505fd0dc
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo
id: long
label: 'Default long date'
locked: false
pattern: 'l, F j, Y - H:i'

View File

@ -1,10 +0,0 @@
uuid: 9df18df7-3426-4cf4-83b4-2d9cc54d144f
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE
id: medium
label: 'Default medium date'
locked: false
pattern: 'D, m/d/Y - H:i'

View File

@ -1,10 +0,0 @@
uuid: 7868647b-7d55-4211-a799-9c06799eb3aa
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA
id: short
label: 'Default short date'
locked: false
pattern: 'm/d/Y - H:i'

View File

@ -1,35 +0,0 @@
uuid: 0c5a17e3-0985-4016-bcd6-b86cff5ca312
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
- field.field.block_content.basic.body
module:
- text
_core:
default_config_hash: jAps3FCxvKecABS_tgExbhCZrBLQB3bNPWw18WjE3ss
id: block_content.basic.default
targetEntityType: block_content
bundle: basic
mode: default
content:
body:
type: text_textarea_with_summary
weight: -4
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
info:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@ -1,36 +0,0 @@
uuid: 8c2b9ba0-58af-4031-8919-64134d8c8122
langcode: en
status: true
dependencies:
config:
- comment.type.comment
- field.field.comment.comment.comment_body
module:
- text
_core:
default_config_hash: I0Pa0aQvT_jawlPo9oz4FE3h_ickc55dYKTPl6gILes
id: comment.comment.default
targetEntityType: comment
bundle: comment
mode: default
content:
author:
weight: -2
region: content
comment_body:
type: text_textarea
weight: 11
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
subject:
type: string_textfield
weight: 10
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@ -1,42 +0,0 @@
uuid: ab0feabf-73e0-44dc-9dd5-a0e9d4e13951
langcode: en
status: true
dependencies:
config:
- contact.form.contact_opencase
_core:
default_config_hash: FIPSOmmsq-e1MSdersY0vHf6zPhy-UAx28-B-V7jU5I
id: contact_message.contact_opencase.default
targetEntityType: contact_message
bundle: contact_opencase
mode: default
content:
copy:
weight: 50
region: content
mail:
weight: -40
region: content
message:
type: string_textarea
weight: 0
settings:
rows: 12
placeholder: ''
region: content
third_party_settings: { }
name:
weight: -50
region: content
preview:
weight: 40
region: content
subject:
type: string_textfield
weight: -10
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@ -1,109 +0,0 @@
uuid: 4a7d2e8b-3715-4c84-9cee-973a8ed98928
langcode: en
status: true
dependencies:
config:
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- image.style.thumbnail
- node.type.article
module:
- comment
- image
- path
- text
_core:
default_config_hash: Pzq9mzrsfoPf775qgEU_SUbHSro9pv1ga-Euh1Ykd_k
id: node.article.default
targetEntityType: node
bundle: article
mode: default
content:
body:
type: text_textarea_with_summary
weight: 1
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
comment:
type: comment_default
weight: 20
region: content
settings: { }
third_party_settings: { }
created:
type: datetime_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
field_image:
type: image_image
weight: 4
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
field_tags:
type: entity_reference_autocomplete_tags
weight: 3
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 15
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 120
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 16
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 5
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@ -1,79 +0,0 @@
uuid: 6d47445a-5bee-414e-89aa-2de09d9dc959
langcode: en
status: true
dependencies:
config:
- field.field.node.page.body
- node.type.page
module:
- path
- text
_core:
default_config_hash: SfpLhPExzvR0MgFp0Wp7CrmgEnhcqQ-fXIWFhbf4ue0
id: node.page.default
targetEntityType: node
bundle: page
mode: default
content:
body:
type: text_textarea_with_summary
weight: 31
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
created:
type: datetime_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 15
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 120
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 16
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 5
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@ -1,40 +0,0 @@
uuid: db1670a5-4601-4b53-965b-d3c11ee66a4f
langcode: en
status: true
dependencies:
config:
- field.field.user.user.field_linked_opencase_actor
- field.field.user.user.user_picture
- image.style.thumbnail
module:
- image
- user
_core:
default_config_hash: FaQ9Ptcpxpg30AtiqRDtl_8zbJArHP1LPfug_s59TOA
id: user.user.default
targetEntityType: user
bundle: user
mode: default
content:
account:
weight: -10
region: content
contact:
weight: 5
region: content
language:
weight: 0
region: content
timezone:
weight: 6
region: content
user_picture:
type: image_image
weight: -1
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
hidden:
field_linked_opencase_actor: true

View File

@ -1,12 +0,0 @@
uuid: a37b640e-952d-4f06-b806-99792e29ba2d
langcode: en
status: true
dependencies:
module:
- user
_core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register
label: Register
targetEntityType: user
cache: true

View File

@ -1,24 +0,0 @@
uuid: 72a3d45b-e611-4333-913b-4363640d30c0
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
- field.field.block_content.basic.body
module:
- text
_core:
default_config_hash: hBNNDTFwakREOTa6GGMqN899Iyrii0hInwSJtQ7Kj30
id: block_content.basic.default
targetEntityType: block_content
bundle: basic
mode: default
content:
body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 0
region: content
hidden: { }

View File

@ -1,27 +0,0 @@
uuid: 6b09820a-f7eb-4c94-a271-a385fd1df95d
langcode: en
status: true
dependencies:
config:
- comment.type.comment
- field.field.comment.comment.comment_body
module:
- text
_core:
default_config_hash: aBQUGsQ46M4048fIlFuTXwl2zV0j2cJX89CTUobh9hA
id: comment.comment.default
targetEntityType: comment
bundle: comment
mode: default
content:
comment_body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 0
region: content
links:
weight: 100
region: content
hidden: { }

View File

@ -1,22 +0,0 @@
uuid: fc2c799b-24e3-43a8-ac17-159132cc4d1a
langcode: en
status: true
dependencies:
config:
- contact.form.contact_opencase
_core:
default_config_hash: 5FOO-_a4pXYooVxKem_62Os7boeIcKDHVjeE72lZUMk
id: contact_message.contact_opencase.default
targetEntityType: contact_message
bundle: contact_opencase
mode: default
content:
message:
type: string
weight: 0
label: above
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden: { }

View File

@ -1,63 +0,0 @@
uuid: 5925a8be-7a29-47a6-b6bb-6d80b487730f
langcode: en
status: true
dependencies:
config:
- core.entity_view_display.comment.comment.default
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- image.style.large
- node.type.article
module:
- comment
- image
- text
- user
_core:
default_config_hash: b4RQ-Nfz-gOoG_jjftd_qDIz4lf_-OzlxoLHkRXjfrE
id: node.article.default
targetEntityType: node
bundle: article
mode: default
content:
body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 0
region: content
comment:
type: comment_default
label: above
settings:
view_mode: default
pager_id: 0
third_party_settings: { }
weight: 110
region: content
field_image:
type: image
label: hidden
settings:
image_link: ''
image_style: large
third_party_settings: { }
weight: -1
region: content
field_tags:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 10
region: content
links:
settings: { }
third_party_settings: { }
weight: 100
region: content
hidden: { }

View File

@ -1,28 +0,0 @@
uuid: 4d616b02-0848-43d0-bded-207c0dad3aeb
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.rss
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- node.type.article
module:
- user
_core:
default_config_hash: 2rIr6K5Q0UQ9khg0zE_CK-PtJH76UL-BDDZcZnZzwCc
id: node.article.rss
targetEntityType: node
bundle: article
mode: rss
content:
links:
weight: 100
region: content
hidden:
body: true
comment: true
field_image: true
field_tags: true

View File

@ -1,50 +0,0 @@
uuid: 8ee38840-d43b-4623-8865-ec47ad726367
langcode: en
status: true
dependencies:
config:
- core.entity_view_display.comment.comment.default
- core.entity_view_mode.node.search_index
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- node.type.article
module:
- comment
- text
- user
_core:
default_config_hash: UyS6h90lp_2z8y-boEip0WxzO-BGPHubSfeQYnjwg_4
id: node.article.search_index
targetEntityType: node
bundle: article
mode: search_index
content:
body:
type: text_default
weight: 0
settings: { }
third_party_settings: { }
label: hidden
region: content
comment:
type: comment_default
weight: 2
settings:
pager_id: 0
third_party_settings: { }
label: hidden
region: content
field_tags:
type: entity_reference_label
weight: 1
settings:
link: false
third_party_settings: { }
label: hidden
region: content
hidden:
field_image: true
links: true
search_api_excerpt: true

View File

@ -1,49 +0,0 @@
uuid: 82f41778-972e-4083-b6d3-efa627c36009
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.search_result
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- image.style.thumbnail
- node.type.article
module:
- image
- text
- user
_core:
default_config_hash: uFyekWl4pl40ClJFmjk9tcyPJ-WFSXYsItJHB_XbQqs
id: node.article.search_result
targetEntityType: node
bundle: article
mode: search_result
content:
body:
type: text_summary_or_trimmed
weight: 1
settings:
trim_length: 300
third_party_settings: { }
label: hidden
region: content
field_image:
type: image
weight: 0
settings:
image_style: thumbnail
image_link: content
third_party_settings: { }
label: hidden
region: content
links:
weight: 2
settings: { }
third_party_settings: { }
region: content
hidden:
comment: true
field_tags: true
search_api_excerpt: true

View File

@ -1,55 +0,0 @@
uuid: c810b856-b307-4583-883b-e22f624e204e
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.field_image
- field.field.node.article.field_tags
- image.style.medium
- node.type.article
module:
- image
- text
- user
_core:
default_config_hash: 0ur5-yZyR8pJ3lugC_Micbr6V_tpMWz-yHFhtuLcZo8
id: node.article.teaser
targetEntityType: node
bundle: article
mode: teaser
content:
body:
type: text_summary_or_trimmed
label: hidden
settings:
trim_length: 600
third_party_settings: { }
weight: 0
region: content
field_image:
type: image
label: hidden
settings:
image_link: content
image_style: medium
third_party_settings: { }
weight: -1
region: content
field_tags:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 10
region: content
links:
weight: 100
region: content
hidden:
comment: true
field_image: true
field_tags: true

View File

@ -1,28 +0,0 @@
uuid: 34735c0f-3c68-4d38-9dcf-1da96512eb59
langcode: en
status: true
dependencies:
config:
- field.field.node.page.body
- node.type.page
module:
- text
- user
_core:
default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg
id: node.page.default
targetEntityType: node
bundle: page
mode: default
content:
body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 100
region: content
links:
weight: 101
region: content
hidden: { }

View File

@ -1,28 +0,0 @@
uuid: 3326a3ab-7eb4-42bc-828e-cc5301963c5c
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.search_index
- field.field.node.page.body
- node.type.page
module:
- text
- user
_core:
default_config_hash: xBTs8g0qAlUrHQcyKIdGpebgUBgF-FOb_c0Lyu71hVc
id: node.page.search_index
targetEntityType: node
bundle: page
mode: search_index
content:
body:
type: text_default
weight: 0
settings: { }
third_party_settings: { }
label: hidden
region: content
hidden:
links: true
search_api_excerpt: true

View File

@ -1,33 +0,0 @@
uuid: f70207b8-de58-4dbf-b900-e651167f7b0a
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.search_result
- field.field.node.page.body
- node.type.page
module:
- text
- user
_core:
default_config_hash: gTB0Aw9yfUPvjMd_Pznb33eEqIGHqNQb5JtR3jZ18TE
id: node.page.search_result
targetEntityType: node
bundle: page
mode: search_result
content:
body:
type: text_summary_or_trimmed
weight: 100
settings:
trim_length: 300
third_party_settings: { }
label: hidden
region: content
links:
weight: 101
settings: { }
third_party_settings: { }
region: content
hidden:
search_api_excerpt: true

View File

@ -1,30 +0,0 @@
uuid: fb8a9378-9533-4701-bd30-ac2fa839a094
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.page.body
- node.type.page
module:
- text
- user
_core:
default_config_hash: 8BgdRtLbtQ0F__o0FHSH0Mx5fvXOra9tfT1GmNKbRYw
id: node.page.teaser
targetEntityType: node
bundle: page
mode: teaser
content:
body:
type: text_summary_or_trimmed
label: hidden
settings:
trim_length: 600
third_party_settings: { }
weight: 100
region: content
links:
weight: 101
region: content
hidden: { }

View File

@ -1,31 +0,0 @@
uuid: e4dd30f9-b300-48ab-8052-32857f84895a
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.user.compact
- field.field.user.user.field_linked_opencase_actor
- field.field.user.user.user_picture
- image.style.thumbnail
module:
- image
- user
_core:
default_config_hash: kD2TjItfNDKFw2CFJQfuv4Ys6qg3uYa4hCJYN2jreec
id: user.user.compact
targetEntityType: user
bundle: user
mode: compact
content:
user_picture:
type: image
label: hidden
settings:
image_link: content
image_style: thumbnail
third_party_settings: { }
weight: 0
region: content
hidden:
field_linked_opencase_actor: true
member_for: true

View File

@ -1,32 +0,0 @@
uuid: 901064b0-859a-47ce-8242-f47840d80b79
langcode: en
status: true
dependencies:
config:
- field.field.user.user.field_linked_opencase_actor
- field.field.user.user.user_picture
- image.style.thumbnail
module:
- image
- user
_core:
default_config_hash: E1qmUI2SlozLlJ308jfMMFKT67l1p6PywE2LTRbeYS4
id: user.user.default
targetEntityType: user
bundle: user
mode: default
content:
member_for:
weight: 5
region: content
user_picture:
type: image
label: hidden
settings:
image_link: content
image_style: thumbnail
third_party_settings: { }
weight: 0
region: content
hidden:
field_linked_opencase_actor: true

View File

@ -1,12 +0,0 @@
uuid: fbf18ec5-2dad-496d-8777-668ff804b017
langcode: en
status: false
dependencies:
module:
- block_content
_core:
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
id: block_content.full
label: Full
targetEntityType: block_content
cache: true

View File

@ -1,12 +0,0 @@
uuid: 697b9402-411a-49be-9dc3-82c7867e9e6c
langcode: en
status: false
dependencies:
module:
- comment
_core:
default_config_hash: K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA
id: comment.full
label: 'Full comment'
targetEntityType: comment
cache: true

View File

@ -1,12 +0,0 @@
uuid: bc808534-08e2-468b-a409-bfa2d557b6e1
langcode: en
status: false
dependencies:
module:
- node
_core:
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
id: node.full
label: 'Full content'
targetEntityType: node
cache: true

View File

@ -1,12 +0,0 @@
uuid: 826b2e06-6027-4567-a474-a9fdd7e88633
langcode: en
status: false
dependencies:
module:
- node
_core:
default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
id: node.rss
label: RSS
targetEntityType: node
cache: true

View File

@ -1,12 +0,0 @@
uuid: 3673e658-0302-4f17-a391-39b9597a8ab6
langcode: en
status: false
dependencies:
module:
- node
_core:
default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
id: node.search_index
label: 'Search index'
targetEntityType: node
cache: true

View File

@ -1,12 +0,0 @@
uuid: 2fbac467-ec0d-433a-acfd-e2bb10ca7089
langcode: en
status: false
dependencies:
module:
- node
_core:
default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM
id: node.search_result
label: 'Search result highlighting input'
targetEntityType: node
cache: true

View File

@ -1,12 +0,0 @@
uuid: 361f5ad9-631e-40eb-ba48-50bb6e5f6eed
langcode: en
status: true
dependencies:
module:
- node
_core:
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
id: node.teaser
label: Teaser
targetEntityType: node
cache: true

View File

@ -1,12 +0,0 @@
uuid: 03b2c037-4ae0-4452-b524-53d1c3dcff9f
langcode: en
status: true
dependencies:
module:
- paragraphs
_core:
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
id: paragraph.preview
label: Preview
targetEntityType: paragraph
cache: true

View File

@ -1,12 +0,0 @@
uuid: cab77fdc-1f42-41d6-8e91-b8de9c11e5c0
langcode: en
status: true
dependencies:
module:
- taxonomy
_core:
default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE'
id: taxonomy_term.full
label: 'Taxonomy term page'
targetEntityType: taxonomy_term
cache: true

View File

@ -1,12 +0,0 @@
uuid: f4310344-bb6e-48d7-b358-8853992d537b
langcode: en
status: true
dependencies:
module:
- user
_core:
default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
id: user.compact
label: Compact
targetEntityType: user
cache: true

View File

@ -1,12 +0,0 @@
uuid: 9e613419-ece4-4f3a-9391-5162e67763fc
langcode: en
status: false
dependencies:
module:
- user
_core:
default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
id: user.full
label: 'User account'
targetEntityType: user
cache: true

View File

@ -1,90 +0,0 @@
_core:
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
module:
admin_toolbar: 0
automated_cron: 0
base_field_override_ui: 0
basic_auth: 0
big_pipe: 0
block: 0
block_content: 0
breakpoint: 0
ckeditor: 0
color: 0
comment: 0
config: 0
contact: 0
contextual: 0
ctools: 0
ctools_entity_mask: 0
date_popup: 0
datetime: 0
datetime_range: 0
dblog: 0
dynamic_page_cache: 0
editor: 0
entity_extra_field: 0
entity_extra_field_ui: 0
entity_reference_revisions: 0
facets: 0
facets_rest: 0
facets_searchbox_widget: 0
field: 0
field_ui: 0
file: 0
filter: 0
hal: 0
help: 0
history: 0
image: 0
jquery_ui: 0
jquery_ui_datepicker: 0
jquery_ui_slider: 0
jsonapi: 0
link: 0
menu_link_content: 0
menu_ui: 0
node: 0
opencase: 0
opencase_cases: 0
opencase_entities: 0
opencase_search: 0
options: 0
page_cache: 0
paragraphs_collapsible: 0
path: 0
path_alias: 0
rdf: 0
rest: 0
restui: 0
route_condition: 0
search: 0
search_api: 0
search_api_db: 0
search_api_db_defaults: 0
security_review: 0
serialization: 0
shortcut: 0
smtp: 0
superfish: 0
system: 0
tamper: 0
taxonomy: 0
telephone: 0
text: 0
toolbar: 0
tour: 0
typed_data: 0
user: 0
views_aggregator: 0
views_aggregator_more_functions: 0
views_autosubmit: 0
views_summarize: 0
views_ui: 0
views: 10
paragraphs: 11
standard: 1000
theme:
bartik: 0
seven: 0
profile: standard

View File

@ -1,9 +0,0 @@
_core:
default_config_hash: CXhei_vpaZk-3f_Mj2cH0YmpK-ZpKHoSzVA3yZrDq0g
definitions:
contact__site_page:
menu_name: footer
parent: ''
weight: 0
expanded: false
enabled: true

View File

@ -1,3 +0,0 @@
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
row_limit: 1000

View File

@ -1,55 +0,0 @@
uuid: b4db73a4-6b3f-49dd-a8a2-2b1faac836ef
langcode: en
status: true
dependencies:
config:
- filter.format.basic_html
module:
- ckeditor
_core:
default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g
format: basic_html
editor: ckeditor
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
- DrupalImage
-
name: 'Block Formatting'
items:
- Format
-
name: Tools
items:
- Source
plugins:
stylescombo:
styles: ''
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: 0
height: 0

View File

@ -1,63 +0,0 @@
uuid: 61fc776d-4f1b-4a0f-9566-d402e60162f9
langcode: en
status: true
dependencies:
config:
- filter.format.full_html
module:
- ckeditor
_core:
default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM
format: full_html
editor: ckeditor
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
- Strike
- Superscript
- Subscript
- '-'
- RemoveFormat
-
name: Linking
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
- DrupalImage
- Table
- HorizontalRule
-
name: 'Block Formatting'
items:
- Format
-
name: Tools
items:
- ShowBlocks
- Source
plugins:
stylescombo:
styles: ''
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: 0
height: 0

View File

@ -1,25 +0,0 @@
uuid: 01e741a3-8f64-4f58-8c45-af56ad94c786
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
- field.storage.block_content.body
module:
- text
_core:
default_config_hash: foetbaMhlB6uLc2bn-PESvaPkbuDWj0MEjpQVwQiP-o
id: block_content.basic.body
field_name: body
entity_type: block_content
bundle: basic
label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: false
required_summary: false
field_type: text_with_summary

View File

@ -1,23 +0,0 @@
uuid: 20ad8b80-b7c6-4867-8bda-611f03a4afe9
langcode: en
status: true
dependencies:
config:
- comment.type.comment
- field.storage.comment.comment_body
module:
- text
_core:
default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs
id: comment.comment.comment_body
field_name: comment_body
entity_type: comment
bundle: comment
label: Comment
description: ''
required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
field_type: text_long

View File

@ -1,25 +0,0 @@
uuid: 1c34d32f-a7a8-4c5e-8941-1610c6f11533
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- node.type.article
module:
- text
_core:
default_config_hash: IjZnOLWk1Pjq3WRg2pLSA1ERh7Po7izCq_p6UztZr2c
id: node.article.body
field_name: body
entity_type: node
bundle: article
label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary

View File

@ -1,35 +0,0 @@
uuid: f44a217b-2fec-47d0-af19-fee067282f6e
langcode: en
status: true
dependencies:
config:
- field.storage.node.comment
- node.type.article
module:
- comment
_core:
default_config_hash: UqXlkKC4v2-bDfWx4zcXQrD5YIi3d5byENEmWv-G_Uc
id: node.article.comment
field_name: comment
entity_type: node
bundle: article
label: Comments
description: ''
required: false
translatable: true
default_value:
-
status: 2
cid: 0
last_comment_timestamp: 0
last_comment_name: null
last_comment_uid: 0
comment_count: 0
default_value_callback: ''
settings:
default_mode: 1
per_page: 50
anonymous: 0
form_location: true
preview: 1
field_type: comment

View File

@ -1,40 +0,0 @@
uuid: 20266ecb-59ac-44e6-92e9-38e14dff6f40
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_image
- node.type.article
module:
- image
_core:
default_config_hash: PmVL51L3A9QGbPLoeLHw5epAPszeZRasCeC3imeeDRQ
id: node.article.field_image
field_name: field_image
entity_type: node
bundle: article
label: Image
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
handler: 'default:file'
handler_settings: { }
file_directory: '[date:custom:Y]-[date:custom:m]'
file_extensions: 'png gif jpg jpeg'
max_filesize: ''
max_resolution: ''
min_resolution: ''
alt_field: true
alt_field_required: true
title_field: false
title_field_required: false
default_image:
uuid: null
alt: ''
title: ''
width: null
height: null
field_type: image

View File

@ -1,29 +0,0 @@
uuid: a1afb5f9-a4ac-456b-9ac1-a704cb68a3be
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_tags
- node.type.article
- taxonomy.vocabulary.tags
_core:
default_config_hash: QdUgf_beeoaPiyKorFv0q1fcJpWH_uZTqe_xoVJacrw
id: node.article.field_tags
field_name: field_tags
entity_type: node
bundle: article
label: Tags
description: 'Enter a comma-separated list. For example: Amsterdam, Mexico City, "Cleveland, Ohio"'
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
tags: tags
sort:
field: _none
auto_create: true
field_type: entity_reference

View File

@ -1,25 +0,0 @@
uuid: a261e859-bb5a-4096-a176-65de05d642fb
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- node.type.page
module:
- text
_core:
default_config_hash: KgVkxLl_K3E3lvN6CEoWQIDT0V8J4Mv-fVYrAIc7-FE
id: node.page.body
field_name: body
entity_type: node
bundle: page
label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary

View File

@ -1,29 +0,0 @@
uuid: b78585c2-09d8-484f-b55c-aaa9610181e0
langcode: en
status: true
dependencies:
config:
- field.storage.user.field_linked_opencase_actor
module:
- user
_core:
default_config_hash: VGTDk3Iqt508SKGjd44E541CcS35QnfrCjeKqkmyu-c
id: user.user.field_linked_opencase_actor
field_name: field_linked_opencase_actor
entity_type: user
bundle: user
label: 'Person in OpenCase'
description: 'The person who will use this login; for example, a staff member or a volunteer. If they are not in the system yet, you will need to create them first and then come back here to set up their user account.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:oc_actor'
handler_settings:
target_bundles: null
sort:
field: _none
auto_create: false
auto_create_bundle: ''
field_type: entity_reference

View File

@ -1,40 +0,0 @@
uuid: 5393c3ed-2816-4ffb-a1c3-5765e14ff31b
langcode: en
status: true
dependencies:
config:
- field.storage.user.user_picture
module:
- image
- user
_core:
default_config_hash: twhm-ZOwSVkUjuLI_pQsaPo_pVLcqFfDmY-ojfqw0yk
id: user.user.user_picture
field_name: user_picture
entity_type: user
bundle: user
label: Picture
description: 'Your virtual face or picture.'
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
handler: 'default:file'
handler_settings: { }
file_directory: 'pictures/[date:custom:Y]-[date:custom:m]'
file_extensions: 'png gif jpg jpeg'
max_filesize: ''
max_resolution: ''
min_resolution: ''
alt_field: false
alt_field_required: false
title_field: false
title_field_required: false
default_image:
uuid: null
alt: ''
title: ''
width: null
height: null
field_type: image

View File

@ -1,3 +0,0 @@
_core:
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
purge_batch_size: 50

View File

@ -1,21 +0,0 @@
uuid: a105a899-d2ed-4dda-b23a-56c25fe067f1
langcode: en
status: true
dependencies:
module:
- block_content
- text
_core:
default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc
id: block_content.body
field_name: body
entity_type: block_content
type: text_with_summary
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: true
custom_storage: false

View File

@ -1,21 +0,0 @@
uuid: 72f8870f-39ef-4476-81a3-7e538b6f883d
langcode: en
status: true
dependencies:
module:
- comment
- text
_core:
default_config_hash: swYoCch_hY8QO5uwr4FURplfnUCUlpPB4idF8WGVCpw
id: comment.comment_body
field_name: comment_body
entity_type: comment
type: text_long
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: true
custom_storage: false

View File

@ -1,21 +0,0 @@
uuid: 2da98818-3732-4ae9-b970-48bebb92ed54
langcode: en
status: true
dependencies:
module:
- node
- text
_core:
default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY
id: node.body
field_name: body
entity_type: node
type: text_with_summary
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: true
custom_storage: false

View File

@ -1,22 +0,0 @@
uuid: b5b8d786-63c2-4ce8-8ec3-e3ff702cee95
langcode: en
status: true
dependencies:
module:
- comment
- node
_core:
default_config_hash: ktCna9xmWvYZIUfOCUyDQvedn5RtnS4CRmEIwNmvYjc
id: node.comment
field_name: comment
entity_type: node
type: comment
settings:
comment_type: comment
module: comment
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

Some files were not shown because too many files have changed in this diff Show More