Compare commits
1 Commits
c0c14a2f8c
...
trav
Author | SHA1 | Date | |
---|---|---|---|
399d02e83f |
35
.drone.yml
35
.drone.yml
@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: deploy to docker container
|
|
||||||
steps:
|
|
||||||
- name: deploy via ssh
|
|
||||||
image: appleboy/drone-ssh
|
|
||||||
settings:
|
|
||||||
host: dev.autonomic.zone
|
|
||||||
port: 222
|
|
||||||
username: gno
|
|
||||||
key:
|
|
||||||
from_secret: drone_ssh_dev.autonomic.zone
|
|
||||||
script:
|
|
||||||
- cd /var/www/gno
|
|
||||||
- git pull
|
|
||||||
- composer install
|
|
||||||
- /var/www/gno/vendor/bin/drush updb
|
|
||||||
- /var/www/gno/vendor/bin/drush config:import --source=../config
|
|
||||||
- name: notify on failure
|
|
||||||
image: plugins/slack
|
|
||||||
settings:
|
|
||||||
username: comradebritney
|
|
||||||
channel: clients.goodnightout
|
|
||||||
template: "{{repo.owner}}/{{repo.name}} build failed: {{build.link}}. Last commit by @{{build.author}}"
|
|
||||||
webhook:
|
|
||||||
from_secret: rc_builds_url
|
|
||||||
depends_on:
|
|
||||||
- deploy via ssh
|
|
||||||
when:
|
|
||||||
status:
|
|
||||||
- failure
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- dev
|
|
8
.gitignore
vendored
8
.gitignore
vendored
@ -2,14 +2,6 @@
|
|||||||
|
|
||||||
!composer.json
|
!composer.json
|
||||||
!composer.lock
|
!composer.lock
|
||||||
!update_project.sh
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!config
|
!config
|
||||||
!config/*
|
!config/*
|
||||||
!docs/*
|
|
||||||
!README.md
|
|
||||||
|
|
||||||
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
|
|
||||||
|
16
README.md
16
README.md
@ -1,16 +0,0 @@
|
|||||||
# Installation
|
|
||||||
|
|
||||||
* Clone the repo
|
|
||||||
* `composer install`
|
|
||||||
* Configure your local web server to serve the `web` directory as a site
|
|
||||||
* `mkdir web/sites/default/files`
|
|
||||||
* `chgrp www-data -R web`
|
|
||||||
* `chmod g+w -R web/sites/default/files`
|
|
||||||
* Create a database
|
|
||||||
* Go to the local url and run the web installer (choose "Standard")
|
|
||||||
* `cd` to the `web` directory
|
|
||||||
* `vendor/bin/drush config-set system.site uuid 8061a200-27ed-4d40-8fc0-e239276e66dd` (this is so that the config will import, as it will only import if the uuid is the same as the site it was generated from)
|
|
||||||
* `vendor/bin/drush config:delete shortcut.set.default` (it always complains about the shortcut set already existing when you try to import the config)
|
|
||||||
* `vendor/bin/drush config:import --source ../config`
|
|
||||||
* ~In the GUI go to Structure->Content As Config and import all the taxonomy terms~ Not sure if this is working
|
|
||||||
* Appearance->Settings->Bartik and just save what's in there (to regenerate css)
|
|
@ -26,39 +26,28 @@
|
|||||||
"autonomic/goodnightout_opencase": "dev-master",
|
"autonomic/goodnightout_opencase": "dev-master",
|
||||||
"autonomic/opencase": "dev-master",
|
"autonomic/opencase": "dev-master",
|
||||||
"composer/installers": "^1.2",
|
"composer/installers": "^1.2",
|
||||||
"drupal/admin_toolbar": "^3.1",
|
|
||||||
"drupal/base_field_override_ui": "^1.0",
|
|
||||||
"drupal/better_exposed_filters": "^5.0",
|
|
||||||
"drupal/content_as_config": "^1.0",
|
"drupal/content_as_config": "^1.0",
|
||||||
"drupal/core-composer-scaffold": "^9",
|
"drupal/core-composer-scaffold": "^8.9.17",
|
||||||
"drupal/core-project-message": "^9",
|
"drupal/core-project-message": "^8.9.17",
|
||||||
"drupal/core-recommended": "^9",
|
"drupal/core-recommended": "^8.9.17",
|
||||||
"drupal/ctools": "^3.7",
|
"drupal/ctools": "^3.7",
|
||||||
"drupal/date_popup": "^1.1",
|
|
||||||
"drupal/dbug": "^2.0",
|
"drupal/dbug": "^2.0",
|
||||||
"drupal/devel_entity_updates": "^3.0",
|
"drupal/devel_entity_updates": "^3.0",
|
||||||
"drupal/entity_extra_field": "^2.0@alpha",
|
"drupal/entity_extra_field": "^2.0@alpha",
|
||||||
"drupal/entity_reference_revisions": "^1.9",
|
"drupal/entity_reference_revisions": "^1.9",
|
||||||
"drupal/facets": "^2.0",
|
|
||||||
"drupal/feeds": "^3.0@alpha",
|
|
||||||
"drupal/field_permissions": "^1.1",
|
"drupal/field_permissions": "^1.1",
|
||||||
"drupal/hide_revision_field": "^2.2",
|
|
||||||
"drupal/password_strength": "^2.0@beta",
|
"drupal/password_strength": "^2.0@beta",
|
||||||
"drupal/restui": "^1.20",
|
"drupal/restui": "^1.20",
|
||||||
"drupal/route_condition": "^2.0",
|
"drupal/route_condition": "^2.0",
|
||||||
"drupal/search_api": "^1.21",
|
"drupal/security_review": "*",
|
||||||
"drupal/security_review": "^1.0@alpha",
|
|
||||||
"drupal/tamper": "^1.0@alpha",
|
|
||||||
"drupal/typed_data": "^1.0@alpha",
|
"drupal/typed_data": "^1.0@alpha",
|
||||||
"drupal/views_aggregator": "^2.0",
|
"drupal/views_aggregator": "^1.0@beta",
|
||||||
"drupal/views_autosubmit": "^1.4",
|
"drupal/views_autosubmit": "^1.4",
|
||||||
"drupal/views_summarize": "1.1.x-dev",
|
|
||||||
"drush/drush": "*"
|
"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": "*"
|
||||||
@ -66,23 +55,12 @@
|
|||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true,
|
"sort-packages": true
|
||||||
"allow-plugins": {
|
|
||||||
"composer/installers": true,
|
|
||||||
"drupal/console-extend-plugin": true,
|
|
||||||
"drupal/core-composer-scaffold": true,
|
|
||||||
"drupal/core-project-message": true,
|
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
"locations": {
|
"locations": {
|
||||||
"web-root": "web/"
|
"web-root": "web/"
|
||||||
},
|
|
||||||
"file-mapping": {
|
|
||||||
"[web-root]/sites/development.services.yml": false,
|
|
||||||
"[web-root]/sites/default/services.yml": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installer-paths": {
|
"installer-paths": {
|
||||||
|
7908
composer.lock
generated
7908
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
|||||||
menu_depth: 4
|
|
@ -1,3 +1,3 @@
|
|||||||
|
interval: 10800
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
|
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
|
||||||
interval: 10800
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
favicon:
|
|
||||||
mimetype: image/png
|
|
||||||
path: 'modules/contrib/goodnightout_opencase/images/Screenshot from 2021-09-01 13-01-43_0.png'
|
|
||||||
use_default: false
|
|
||||||
features:
|
features:
|
||||||
|
node_user_picture: true
|
||||||
comment_user_picture: true
|
comment_user_picture: true
|
||||||
comment_user_verification: true
|
comment_user_verification: true
|
||||||
favicon: true
|
favicon: true
|
||||||
node_user_picture: true
|
|
||||||
logo:
|
logo:
|
||||||
path: modules/contrib/goodnightout_opencase/images/GNO-logo.png
|
|
||||||
use_default: false
|
use_default: false
|
||||||
|
path: 'public://Screenshot from 2021-09-01 13-01-43.png'
|
||||||
|
favicon:
|
||||||
|
use_default: false
|
||||||
|
path: 'public://Screenshot from 2021-09-01 13-01-43_0.png'
|
||||||
|
mimetype: image/png
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
uuid: 441fec17-02e0-491e-b7e0-e8113cb826ba
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- goodnightout_opencase
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: accreditationcount
|
|
||||||
theme: bartik
|
|
||||||
region: header
|
|
||||||
weight: -7
|
|
||||||
provider: null
|
|
||||||
plugin: accreditation_count
|
|
||||||
settings:
|
|
||||||
id: accreditation_count
|
|
||||||
label: 'Accreditation Count'
|
|
||||||
label_display: visible
|
|
||||||
provider: goodnightout_opencase
|
|
||||||
visibility: { }
|
|
@ -11,7 +11,7 @@ _core:
|
|||||||
id: bartik_branding
|
id: bartik_branding
|
||||||
theme: bartik
|
theme: bartik
|
||||||
region: header
|
region: header
|
||||||
weight: -5
|
weight: 0
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_branding_block
|
plugin: system_branding_block
|
||||||
settings:
|
settings:
|
||||||
|
@ -13,7 +13,7 @@ _core:
|
|||||||
id: exposedformactor_searchpage_1
|
id: exposedformactor_searchpage_1
|
||||||
theme: bartik
|
theme: bartik
|
||||||
region: header
|
region: header
|
||||||
weight: -6
|
weight: -9
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'views_exposed_filter_block:actor_search-page_1'
|
plugin: 'views_exposed_filter_block:actor_search-page_1'
|
||||||
settings:
|
settings:
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
uuid: 698f2bfe-50f2-48d1-82f0-925607b03255
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.case_fees_report
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: exposedformcase_fees_reportpage_1
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_second
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:case_fees_report-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:case_fees_report-page_1'
|
|
||||||
label: ''
|
|
||||||
provider: views
|
|
||||||
label_display: '0'
|
|
||||||
views_label: ''
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: /project-fees-report
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
@ -1,29 +0,0 @@
|
|||||||
uuid: bda91917-910a-4067-ba91-41b34964b572
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.case_provision_report
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: exposedformcase_provision_reportpage_1
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_second
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:case_provision_report-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:case_provision_report-page_1'
|
|
||||||
label: ''
|
|
||||||
provider: views
|
|
||||||
label_display: '0'
|
|
||||||
views_label: ''
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: /trainer-report
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
@ -1,29 +0,0 @@
|
|||||||
uuid: 9a06d3fd-424b-489a-b17d-a6b9b801e03a
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.client_report
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: exposedformclient_reportpage_1
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_second
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:client_report-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:client_report-page_1'
|
|
||||||
label: ''
|
|
||||||
provider: views
|
|
||||||
label_display: '0'
|
|
||||||
views_label: ''
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: /client-report
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
@ -1,29 +0,0 @@
|
|||||||
uuid: ed8c3ee7-e973-4526-88d1-7ee8fe62b7dc
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.debrief_report
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: exposedformdebrief_reportpage_1
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_second
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:debrief_report-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:debrief_report-page_1'
|
|
||||||
label: ''
|
|
||||||
provider: views
|
|
||||||
label_display: '0'
|
|
||||||
views_label: ''
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: /debrief-report
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
@ -1,29 +0,0 @@
|
|||||||
uuid: 22af4565-e4f8-4e03-9176-8b19cf58fadc
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.evaluation_report
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: exposedformevaluation_reportpage_1
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_second
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:evaluation_report-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:evaluation_report-page_1'
|
|
||||||
label: ''
|
|
||||||
provider: views
|
|
||||||
label_display: '0'
|
|
||||||
views_label: ''
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: /evaluation-report
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
16
config/color.theme.bartik.yml
Normal file
16
config/color.theme.bartik.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
palette:
|
||||||
|
top: '#2A419A'
|
||||||
|
bottom: '#1d84c3'
|
||||||
|
bg: '#ffffff'
|
||||||
|
sidebar: '#f6f6f2'
|
||||||
|
sidebarborders: '#f9f9f9'
|
||||||
|
footer: '#FF5800'
|
||||||
|
titleslogan: '#fffeff'
|
||||||
|
text: '#3b3b3b'
|
||||||
|
link: '#0071b3'
|
||||||
|
logo: 'public://color/bartik-9853583d/logo.svg'
|
||||||
|
stylesheets:
|
||||||
|
- 'public://color/bartik-9853583d/colors.css'
|
||||||
|
files:
|
||||||
|
- 'public://color/bartik-9853583d/logo.svg'
|
||||||
|
- 'public://color/bartik-9853583d/colors.css'
|
@ -1 +0,0 @@
|
|||||||
log: 1
|
|
@ -1,23 +1,24 @@
|
|||||||
3643c3b9-b688-4d8d-9665-c0e0b15b5749:
|
3643c3b9-b688-4d8d-9665-c0e0b15b5749:
|
||||||
uuid: 3643c3b9-b688-4d8d-9665-c0e0b15b5749
|
uuid: 3643c3b9-b688-4d8d-9665-c0e0b15b5749
|
||||||
|
tid: '3'
|
||||||
vid: client_types
|
vid: client_types
|
||||||
name: 'Licensed Premises'
|
name: 'Licensed Premises'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/3
|
|
||||||
046c6995-d38b-4683-a37a-52ef472bd750:
|
046c6995-d38b-4683-a37a-52ef472bd750:
|
||||||
uuid: 046c6995-d38b-4683-a37a-52ef472bd750
|
uuid: 046c6995-d38b-4683-a37a-52ef472bd750
|
||||||
|
tid: '4'
|
||||||
vid: client_types
|
vid: client_types
|
||||||
name: 'Nightlife Organisation'
|
name: 'Nightlife Organisation'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/4
|
|
||||||
1f6b268b-0ddb-4d85-a80c-3abbc54ba116:
|
1f6b268b-0ddb-4d85-a80c-3abbc54ba116:
|
||||||
uuid: 1f6b268b-0ddb-4d85-a80c-3abbc54ba116
|
uuid: 1f6b268b-0ddb-4d85-a80c-3abbc54ba116
|
||||||
|
tid: '5'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Live Music Venue'
|
name: 'Live Music Venue'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -28,9 +29,9 @@
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
path: /taxonomy/term/5
|
|
||||||
484e3265-cca6-473f-9325-eb6bc1c53288:
|
484e3265-cca6-473f-9325-eb6bc1c53288:
|
||||||
uuid: 484e3265-cca6-473f-9325-eb6bc1c53288
|
uuid: 484e3265-cca6-473f-9325-eb6bc1c53288
|
||||||
|
tid: '6'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: Nightclub
|
name: Nightclub
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -41,9 +42,9 @@
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
path: /taxonomy/term/6
|
|
||||||
f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
||||||
uuid: f44372cb-9a30-4a77-bf6d-9a1e96e257ab
|
uuid: f44372cb-9a30-4a77-bf6d-9a1e96e257ab
|
||||||
|
tid: '7'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Pub or Bar'
|
name: 'Pub or Bar'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -54,9 +55,9 @@ f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
path: /taxonomy/term/7
|
|
||||||
4c31ca9d-a328-45f1-be68-9d50b5703799:
|
4c31ca9d-a328-45f1-be68-9d50b5703799:
|
||||||
uuid: 4c31ca9d-a328-45f1-be68-9d50b5703799
|
uuid: 4c31ca9d-a328-45f1-be68-9d50b5703799
|
||||||
|
tid: '8'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Students’ Union'
|
name: 'Students’ Union'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -67,9 +68,9 @@ f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
path: /taxonomy/term/8
|
|
||||||
c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
||||||
uuid: c3445507-4acc-4be9-a2b6-2b368a26b3bd
|
uuid: c3445507-4acc-4be9-a2b6-2b368a26b3bd
|
||||||
|
tid: '9'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: Festival
|
name: Festival
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -80,9 +81,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '4'
|
target_id: '4'
|
||||||
path: /taxonomy/term/9
|
|
||||||
36e55848-07dc-475d-8567-e4574e6e1985:
|
36e55848-07dc-475d-8567-e4574e6e1985:
|
||||||
uuid: 36e55848-07dc-475d-8567-e4574e6e1985
|
uuid: 36e55848-07dc-475d-8567-e4574e6e1985
|
||||||
|
tid: '10'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Event Organiser/ Promoter'
|
name: 'Event Organiser/ Promoter'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -93,9 +94,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '4'
|
target_id: '4'
|
||||||
path: /taxonomy/term/10
|
|
||||||
190a822d-548b-42aa-82cc-5b07e40e2098:
|
190a822d-548b-42aa-82cc-5b07e40e2098:
|
||||||
uuid: 190a822d-548b-42aa-82cc-5b07e40e2098
|
uuid: 190a822d-548b-42aa-82cc-5b07e40e2098
|
||||||
|
tid: '11'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Staffing Agency'
|
name: 'Staffing Agency'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -106,9 +107,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '4'
|
target_id: '4'
|
||||||
path: /taxonomy/term/11
|
|
||||||
f0620005-1df1-460c-8881-d63366c19a36:
|
f0620005-1df1-460c-8881-d63366c19a36:
|
||||||
uuid: f0620005-1df1-460c-8881-d63366c19a36
|
uuid: f0620005-1df1-460c-8881-d63366c19a36
|
||||||
|
tid: '12'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Other Organisation'
|
name: 'Other Organisation'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -119,9 +120,9 @@ f0620005-1df1-460c-8881-d63366c19a36:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '4'
|
target_id: '4'
|
||||||
path: /taxonomy/term/12
|
|
||||||
10f0b83c-158e-4d99-9937-8fe3760fd7c9:
|
10f0b83c-158e-4d99-9937-8fe3760fd7c9:
|
||||||
uuid: 10f0b83c-158e-4d99-9937-8fe3760fd7c9
|
uuid: 10f0b83c-158e-4d99-9937-8fe3760fd7c9
|
||||||
|
tid: '13'
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: Lead
|
name: Lead
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -136,9 +137,9 @@ f0620005-1df1-460c-8881-d63366c19a36:
|
|||||||
target_id: '18'
|
target_id: '18'
|
||||||
-
|
-
|
||||||
target_id: '19'
|
target_id: '19'
|
||||||
path: /taxonomy/term/13
|
|
||||||
b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
||||||
uuid: b1d4664d-0ce9-4c6c-b224-c7cbe4913356
|
uuid: b1d4664d-0ce9-4c6c-b224-c7cbe4913356
|
||||||
|
tid: '14'
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: Confirmed
|
name: Confirmed
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -153,9 +154,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
|||||||
target_id: '22'
|
target_id: '22'
|
||||||
-
|
-
|
||||||
target_id: '23'
|
target_id: '23'
|
||||||
path: /taxonomy/term/14
|
|
||||||
9f973447-e4ac-4191-b1a2-ff59f211967f:
|
9f973447-e4ac-4191-b1a2-ff59f211967f:
|
||||||
uuid: 9f973447-e4ac-4191-b1a2-ff59f211967f
|
uuid: 9f973447-e4ac-4191-b1a2-ff59f211967f
|
||||||
|
tid: '15'
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: Accredited
|
name: Accredited
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -174,9 +175,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
|||||||
target_id: '26'
|
target_id: '26'
|
||||||
-
|
-
|
||||||
target_id: '28'
|
target_id: '28'
|
||||||
path: /taxonomy/term/15
|
|
||||||
3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c:
|
3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c:
|
||||||
uuid: 3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c
|
uuid: 3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c
|
||||||
|
tid: '16'
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: 'Reaccreditation due'
|
name: 'Reaccreditation due'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -189,9 +190,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
|||||||
target_id: '30'
|
target_id: '30'
|
||||||
-
|
-
|
||||||
target_id: '31'
|
target_id: '31'
|
||||||
path: /taxonomy/term/16
|
|
||||||
edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
||||||
uuid: edd4a0ac-3c1b-4717-8ea9-2486f8239545
|
uuid: edd4a0ac-3c1b-4717-8ea9-2486f8239545
|
||||||
|
tid: '17'
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: 'Lapsed or Overdue'
|
name: 'Lapsed or Overdue'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -202,135 +203,135 @@ edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
|||||||
field_substatuses:
|
field_substatuses:
|
||||||
-
|
-
|
||||||
target_id: '33'
|
target_id: '33'
|
||||||
path: /taxonomy/term/17
|
|
||||||
741d068a-df17-494d-8ce5-724d40b43f70:
|
741d068a-df17-494d-8ce5-724d40b43f70:
|
||||||
uuid: 741d068a-df17-494d-8ce5-724d40b43f70
|
uuid: 741d068a-df17-494d-8ce5-724d40b43f70
|
||||||
|
tid: '18'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Info sent'
|
name: 'Info sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '1'
|
weight: '1'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/18
|
|
||||||
33d3d101-5766-4f9c-b384-819231549cdf:
|
33d3d101-5766-4f9c-b384-819231549cdf:
|
||||||
uuid: 33d3d101-5766-4f9c-b384-819231549cdf
|
uuid: 33d3d101-5766-4f9c-b384-819231549cdf
|
||||||
|
tid: '19'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Contract sent'
|
name: 'Contract sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '2'
|
weight: '2'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/19
|
|
||||||
16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b:
|
16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b:
|
||||||
uuid: 16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b
|
uuid: 16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b
|
||||||
|
tid: '22'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'One-off training'
|
name: 'One-off training'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '4'
|
weight: '4'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/22
|
|
||||||
1f990032-7dbe-4302-9004-28af68822305:
|
1f990032-7dbe-4302-9004-28af68822305:
|
||||||
uuid: 1f990032-7dbe-4302-9004-28af68822305
|
uuid: 1f990032-7dbe-4302-9004-28af68822305
|
||||||
|
tid: '23'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Confirmation follow-up sent'
|
name: 'Follow-up sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '5'
|
weight: '5'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/23
|
|
||||||
1e30a83f-00ea-44b0-b5a9-34b57b15696d:
|
1e30a83f-00ea-44b0-b5a9-34b57b15696d:
|
||||||
uuid: 1e30a83f-00ea-44b0-b5a9-34b57b15696d
|
uuid: 1e30a83f-00ea-44b0-b5a9-34b57b15696d
|
||||||
|
tid: '24'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Recently Accredited'
|
name: 'Recently Accredited'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 24. It checks for clients who've been accredited for 3 months who have this substatus and changes it to \"3-month folow-up due\".</p>\r\n"
|
description: ''
|
||||||
weight: '6'
|
weight: '6'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/24
|
|
||||||
9915606c-1775-4f68-be24-ffaa629ee0b1:
|
9915606c-1775-4f68-be24-ffaa629ee0b1:
|
||||||
uuid: 9915606c-1775-4f68-be24-ffaa629ee0b1
|
uuid: 9915606c-1775-4f68-be24-ffaa629ee0b1
|
||||||
|
tid: '25'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: '3-month follow-up due'
|
name: '3-month follow-up due'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 25. </p>\r\n"
|
description: ''
|
||||||
weight: '7'
|
weight: '7'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/25
|
|
||||||
98d1370b-e29f-45fb-b053-b911c2538870:
|
98d1370b-e29f-45fb-b053-b911c2538870:
|
||||||
uuid: 98d1370b-e29f-45fb-b053-b911c2538870
|
uuid: 98d1370b-e29f-45fb-b053-b911c2538870
|
||||||
|
tid: '26'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: '6-month follow-up due'
|
name: '6-month follow-up due'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 26. </p>\r\n"
|
description: ''
|
||||||
weight: '9'
|
weight: '9'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/26
|
|
||||||
a6a9c46d-376f-4bb7-a598-90b8e78fc40c:
|
a6a9c46d-376f-4bb7-a598-90b8e78fc40c:
|
||||||
uuid: a6a9c46d-376f-4bb7-a598-90b8e78fc40c
|
uuid: a6a9c46d-376f-4bb7-a598-90b8e78fc40c
|
||||||
|
tid: '27'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: '3-month follow-up sent'
|
name: '3-month follow-up sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 27. It checks for clients who've been accredited for 6 months who have this substatus and changes it to \"6-month folow-up due\".</p>\r\n"
|
description: ''
|
||||||
weight: '8'
|
weight: '8'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/27
|
|
||||||
ab927ebd-555a-4f28-bcda-cc14628fc75a:
|
ab927ebd-555a-4f28-bcda-cc14628fc75a:
|
||||||
uuid: ab927ebd-555a-4f28-bcda-cc14628fc75a
|
uuid: ab927ebd-555a-4f28-bcda-cc14628fc75a
|
||||||
|
tid: '28'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: '6-month follow-up sent'
|
name: '6-month follow-up sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '10'
|
weight: '10'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/28
|
|
||||||
7c7fed76-087c-4437-894b-3dbe827df311:
|
7c7fed76-087c-4437-894b-3dbe827df311:
|
||||||
uuid: 7c7fed76-087c-4437-894b-3dbe827df311
|
uuid: 7c7fed76-087c-4437-894b-3dbe827df311
|
||||||
|
tid: '29'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'New lead'
|
name: 'New lead'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/29
|
|
||||||
8528c89c-1ebd-4d2a-9d95-49d54d59fc23:
|
8528c89c-1ebd-4d2a-9d95-49d54d59fc23:
|
||||||
uuid: 8528c89c-1ebd-4d2a-9d95-49d54d59fc23
|
uuid: 8528c89c-1ebd-4d2a-9d95-49d54d59fc23
|
||||||
|
tid: '30'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Reaccreditation due'
|
name: 'Reaccreditation due'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '11'
|
weight: '11'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/30
|
|
||||||
5e8d044e-25d3-4546-ae49-f8a12ff74c64:
|
5e8d044e-25d3-4546-ae49-f8a12ff74c64:
|
||||||
uuid: 5e8d044e-25d3-4546-ae49-f8a12ff74c64
|
uuid: 5e8d044e-25d3-4546-ae49-f8a12ff74c64
|
||||||
|
tid: '31'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: Recontacted
|
name: Recontacted
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '12'
|
weight: '12'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/31
|
|
||||||
7bfa7afc-b627-4539-bd5d-162bad5577c6:
|
7bfa7afc-b627-4539-bd5d-162bad5577c6:
|
||||||
uuid: 7bfa7afc-b627-4539-bd5d-162bad5577c6
|
uuid: 7bfa7afc-b627-4539-bd5d-162bad5577c6
|
||||||
|
tid: '32'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: Confirmed
|
name: Confirmed
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '3'
|
weight: '3'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/32
|
|
||||||
01b3353f-0141-4d9a-a075-c7e5770e11cb:
|
01b3353f-0141-4d9a-a075-c7e5770e11cb:
|
||||||
uuid: 01b3353f-0141-4d9a-a075-c7e5770e11cb
|
uuid: 01b3353f-0141-4d9a-a075-c7e5770e11cb
|
||||||
|
tid: '33'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Lapsed or overdue'
|
name: 'Lapsed or overdue'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '13'
|
weight: '13'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/33
|
|
||||||
fa8828e5-496c-4c1b-b116-3bc77481d343:
|
fa8828e5-496c-4c1b-b116-3bc77481d343:
|
||||||
uuid: fa8828e5-496c-4c1b-b116-3bc77481d343
|
uuid: fa8828e5-496c-4c1b-b116-3bc77481d343
|
||||||
|
tid: '34'
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: 'Failed Accreditation'
|
name: 'Failed Accreditation'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -341,45 +342,45 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
|||||||
field_substatuses:
|
field_substatuses:
|
||||||
-
|
-
|
||||||
target_id: '35'
|
target_id: '35'
|
||||||
path: /taxonomy/term/34
|
|
||||||
49abf09c-0f21-4627-a9d9-0a95482085a7:
|
49abf09c-0f21-4627-a9d9-0a95482085a7:
|
||||||
uuid: 49abf09c-0f21-4627-a9d9-0a95482085a7
|
uuid: 49abf09c-0f21-4627-a9d9-0a95482085a7
|
||||||
|
tid: '35'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Failed Accreditation'
|
name: 'Failed Accreditation'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '14'
|
weight: '14'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/35
|
|
||||||
180f0733-2d56-49fa-8dc5-8ffe1a9c02fa:
|
180f0733-2d56-49fa-8dc5-8ffe1a9c02fa:
|
||||||
uuid: 180f0733-2d56-49fa-8dc5-8ffe1a9c02fa
|
uuid: 180f0733-2d56-49fa-8dc5-8ffe1a9c02fa
|
||||||
|
tid: '36'
|
||||||
vid: tags
|
vid: tags
|
||||||
name: LGBTQ+
|
name: LGBTQ+
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/36
|
|
||||||
5afc88a5-74c3-472a-a5d6-7face67062c8:
|
5afc88a5-74c3-472a-a5d6-7face67062c8:
|
||||||
uuid: 5afc88a5-74c3-472a-a5d6-7face67062c8
|
uuid: 5afc88a5-74c3-472a-a5d6-7face67062c8
|
||||||
|
tid: '37'
|
||||||
vid: tags
|
vid: tags
|
||||||
name: 'Community Project'
|
name: 'Community Project'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/37
|
|
||||||
31afbf21-adae-47c0-bc00-8d301fc5987c:
|
31afbf21-adae-47c0-bc00-8d301fc5987c:
|
||||||
uuid: 31afbf21-adae-47c0-bc00-8d301fc5987c
|
uuid: 31afbf21-adae-47c0-bc00-8d301fc5987c
|
||||||
|
tid: '38'
|
||||||
vid: tags
|
vid: tags
|
||||||
name: 'DICE Discount'
|
name: 'DICE Discount'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/38
|
|
||||||
1aaec6b1-e013-46cc-87d3-7c03e7eb44e3:
|
1aaec6b1-e013-46cc-87d3-7c03e7eb44e3:
|
||||||
uuid: 1aaec6b1-e013-46cc-87d3-7c03e7eb44e3
|
uuid: 1aaec6b1-e013-46cc-87d3-7c03e7eb44e3
|
||||||
|
tid: '40'
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Arts Venue'
|
name: 'Arts Venue'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -390,9 +391,9 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
path: /taxonomy/term/40
|
|
||||||
057c3514-8413-463f-989e-cd8deda6c71c:
|
057c3514-8413-463f-989e-cd8deda6c71c:
|
||||||
uuid: 057c3514-8413-463f-989e-cd8deda6c71c
|
uuid: 057c3514-8413-463f-989e-cd8deda6c71c
|
||||||
|
tid: '41'
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: Closed
|
name: Closed
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -403,107 +404,13 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
|||||||
field_substatuses:
|
field_substatuses:
|
||||||
-
|
-
|
||||||
target_id: '42'
|
target_id: '42'
|
||||||
path: /taxonomy/term/41
|
|
||||||
c0c6397d-4f7c-4077-af51-1860ccad26a3:
|
c0c6397d-4f7c-4077-af51-1860ccad26a3:
|
||||||
uuid: c0c6397d-4f7c-4077-af51-1860ccad26a3
|
uuid: c0c6397d-4f7c-4077-af51-1860ccad26a3
|
||||||
|
tid: '42'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: Closed
|
name: Closed
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '15'
|
weight: '15'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
path: /taxonomy/term/42
|
|
||||||
1caee577-057e-41b2-a682-0566b7d94442:
|
|
||||||
uuid: 1caee577-057e-41b2-a682-0566b7d94442
|
|
||||||
vid: tags
|
|
||||||
name: 'Open Access Session'
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/43
|
|
||||||
94195f90-8276-46eb-8510-505552e66054:
|
|
||||||
uuid: 94195f90-8276-46eb-8510-505552e66054
|
|
||||||
vid: oc_case_provider_role
|
|
||||||
name: Facilitator
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/44
|
|
||||||
1cf6898b-a203-4b59-96b2-fdd303e8db7f:
|
|
||||||
uuid: 1cf6898b-a203-4b59-96b2-fdd303e8db7f
|
|
||||||
vid: oc_case_provider_role
|
|
||||||
name: Shadow
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/45
|
|
||||||
16cf658a-71ae-4871-9bbd-f02d5c72d639:
|
|
||||||
uuid: 16cf658a-71ae-4871-9bbd-f02d5c72d639
|
|
||||||
vid: oc_fee_category
|
|
||||||
name: 'Accreditation Cost'
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/47
|
|
||||||
397b2ec7-720a-4726-b7fe-10a41d3ea406:
|
|
||||||
uuid: 397b2ec7-720a-4726-b7fe-10a41d3ea406
|
|
||||||
vid: oc_fee_category
|
|
||||||
name: 'Project Cost'
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/48
|
|
||||||
87c40494-b315-429e-827b-6b46fed068c7:
|
|
||||||
uuid: 87c40494-b315-429e-827b-6b46fed068c7
|
|
||||||
vid: oc_fee_category
|
|
||||||
name: 'Brand Licensing Cost'
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/49
|
|
||||||
f7496a11-9e8d-4cae-9f53-9af37adb0783:
|
|
||||||
uuid: f7496a11-9e8d-4cae-9f53-9af37adb0783
|
|
||||||
vid: oc_fee_category
|
|
||||||
name: 'Consultation Cost'
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/50
|
|
||||||
bc192846-ffbe-403f-9dc6-d5518db98dbd:
|
|
||||||
uuid: bc192846-ffbe-403f-9dc6-d5518db98dbd
|
|
||||||
vid: oc_fee_category
|
|
||||||
name: 'Travel Cost'
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/51
|
|
||||||
7b0b73c0-15e8-4612-94cf-1e318a9446af:
|
|
||||||
uuid: 7b0b73c0-15e8-4612-94cf-1e318a9446af
|
|
||||||
vid: client_status
|
|
||||||
name: Imported
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
fields:
|
|
||||||
field_substatuses:
|
|
||||||
-
|
|
||||||
target_id: '53'
|
|
||||||
path: /taxonomy/term/52
|
|
||||||
4e531665-3a87-495f-9249-47a0f2655ba7:
|
|
||||||
uuid: 4e531665-3a87-495f-9249-47a0f2655ba7
|
|
||||||
vid: clie
|
|
||||||
name: Imported
|
|
||||||
langcode: en
|
|
||||||
description: ''
|
|
||||||
weight: '0'
|
|
||||||
parent: '0'
|
|
||||||
path: /taxonomy/term/53
|
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
uuid: 3494c18a-3027-4c58-a526-076e54907881
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_cases.oc_case_provision_type.trainer
|
|
||||||
id: oc_case_provision.trainer.oc_provider
|
|
||||||
field_name: oc_provider
|
|
||||||
entity_type: oc_case_provision
|
|
||||||
bundle: trainer
|
|
||||||
label: Trainer
|
|
||||||
description: ''
|
|
||||||
required: true
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: views
|
|
||||||
handler_settings:
|
|
||||||
view:
|
|
||||||
view_name: case_providers
|
|
||||||
display_name: entity_reference_1
|
|
||||||
arguments: { }
|
|
||||||
field_type: entity_reference
|
|
@ -17,10 +17,7 @@ default_value: { }
|
|||||||
default_value_callback: '\Drupal\opencase_entities\Entity\OCOrganisationRelation::defaultValueCallback'
|
default_value_callback: '\Drupal\opencase_entities\Entity\OCOrganisationRelation::defaultValueCallback'
|
||||||
settings:
|
settings:
|
||||||
handler_settings:
|
handler_settings:
|
||||||
view:
|
|
||||||
view_name: all_clients
|
|
||||||
display_name: entity_reference_1
|
|
||||||
target_bundles:
|
target_bundles:
|
||||||
- client
|
- client
|
||||||
handler: views
|
handler: default
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
@ -7,4 +7,4 @@ _core:
|
|||||||
id: medium
|
id: medium
|
||||||
label: 'Default medium date'
|
label: 'Default medium date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'D, d/m/Y - H:i'
|
pattern: 'D, m/d/Y - H:i'
|
||||||
|
@ -7,4 +7,4 @@ _core:
|
|||||||
id: short
|
id: short
|
||||||
label: 'Default short date'
|
label: 'Default short date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'd M Y'
|
pattern: 'm/d/Y - H:i'
|
||||||
|
@ -5,7 +5,6 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.comment
|
- field.field.node.article.comment
|
||||||
- field.field.node.article.feeds_item
|
|
||||||
- field.field.node.article.field_image
|
- field.field.node.article.field_image
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
@ -107,5 +106,4 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden: { }
|
||||||
feeds_item: true
|
|
||||||
|
@ -1,43 +0,0 @@
|
|||||||
uuid: 83c69b0b-e1c3-413d-82df-6cc1d0f8e66c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.emi
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.emi.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: emi
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
client: true
|
|
||||||
oc_provider: true
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
time_taken: true
|
|
||||||
user_id: true
|
|
@ -17,7 +17,6 @@ dependencies:
|
|||||||
- opencase_entities.oc_activity_type.evaluation
|
- opencase_entities.oc_activity_type.evaluation
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- hide_revision_field
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: WSYAeo27GpLUUXh-PgaeoOX7BSBtIlkzHsgKXjgDbt4
|
default_config_hash: WSYAeo27GpLUUXh-PgaeoOX7BSBtIlkzHsgKXjgDbt4
|
||||||
id: oc_activity.evaluation.default
|
id: oc_activity.evaluation.default
|
||||||
@ -27,112 +26,89 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
activity_date_time:
|
activity_date_time:
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
weight: 0
|
weight: -3
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_a:
|
field_a:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 9
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_after_knowledge:
|
field_after_knowledge:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 10
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_after_skills:
|
field_after_skills:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 11
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_age:
|
field_age:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 3
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_b:
|
field_b:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 7
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_before_confidence:
|
field_before_confidence:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 6
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_before_skills:
|
field_before_skills:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 8
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_d:
|
field_d:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 5
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_ease:
|
field_ease:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 12
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_gender:
|
field_gender:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 4
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_relevance:
|
field_relevance:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 13
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 1
|
weight: -3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
revision_log:
|
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 80
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: false
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: false
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 14
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
time_taken:
|
time_taken:
|
||||||
type: number
|
weight: -3
|
||||||
weight: 2
|
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
type: number
|
||||||
client: true
|
hidden: { }
|
||||||
description: true
|
|
||||||
oc_provider: true
|
|
||||||
oc_target: true
|
|
||||||
|
@ -1,43 +0,0 @@
|
|||||||
uuid: 739a9057-a782-4ee3-870d-11cf91173793
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.phone_call
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.phone_call.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: phone_call
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
client: true
|
|
||||||
oc_provider: true
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
time_taken: true
|
|
||||||
user_id: true
|
|
@ -3,11 +3,13 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_activity.trainer_debrief.field_caption_for_photo
|
- field.field.oc_activity.trainer_debrief.field_how_was_this_delivered_
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
||||||
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
||||||
|
- field.field.oc_activity.trainer_debrief.field_ph
|
||||||
- field.field.oc_activity.trainer_debrief.field_photo
|
- field.field.oc_activity.trainer_debrief.field_photo
|
||||||
|
- field.field.oc_activity.trainer_debrief.field_trainer
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_came_up_for_the_group
|
- field.field.oc_activity.trainer_debrief.field_what_came_up_for_the_group
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_could_be_improved_for
|
- field.field.oc_activity.trainer_debrief.field_what_could_be_improved_for
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_did_facilitators_do_w
|
- field.field.oc_activity.trainer_debrief.field_what_did_facilitators_do_w
|
||||||
@ -28,95 +30,93 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_caption_for_photo:
|
field_how_was_this_delivered_:
|
||||||
type: string_textarea
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_issues_and_difficulties:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_issues_with_group_dynamics:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 6
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_number_of_participants:
|
|
||||||
type: number
|
|
||||||
weight: 2
|
weight: 2
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
|
field_issues_and_difficulties:
|
||||||
|
weight: 5
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
|
field_issues_with_group_dynamics:
|
||||||
|
weight: 6
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
|
field_number_of_participants:
|
||||||
|
weight: 1
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_photo:
|
type: number
|
||||||
type: image_image
|
|
||||||
weight: 9
|
|
||||||
region: content
|
region: content
|
||||||
|
field_ph:
|
||||||
|
weight: 10
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
|
field_photo:
|
||||||
|
weight: 9
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
preview_image_style: thumbnail
|
preview_image_style: thumbnail
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_what_came_up_for_the_group:
|
type: image_image
|
||||||
type: string_textarea
|
|
||||||
weight: 4
|
|
||||||
region: content
|
region: content
|
||||||
settings:
|
field_trainer:
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_what_could_be_improved_for:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_what_did_facilitators_do_w:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_what_real_scenarios_or_inc:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 7
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: options_select
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 11
|
weight: 11
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
region: content
|
||||||
|
field_what_came_up_for_the_group:
|
||||||
|
weight: 4
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
|
field_what_could_be_improved_for:
|
||||||
|
weight: 8
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
|
field_what_did_facilitators_do_w:
|
||||||
|
weight: 3
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
|
field_what_real_scenarios_or_inc:
|
||||||
|
weight: 7
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
client: true
|
|
||||||
description: true
|
|
||||||
name: true
|
name: true
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
time_taken: true
|
time_taken: true
|
||||||
user_id: true
|
|
||||||
|
@ -3,8 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_actor.trainer.feeds_item
|
|
||||||
- field.field.oc_actor.trainer.field_active
|
|
||||||
- field.field.oc_actor.trainer.field_availability
|
- field.field.oc_actor.trainer.field_availability
|
||||||
- field.field.oc_actor.trainer.field_delivery_partners
|
- field.field.oc_actor.trainer.field_delivery_partners
|
||||||
- field.field.oc_actor.trainer.field_emergency_contact
|
- field.field.oc_actor.trainer.field_emergency_contact
|
||||||
@ -15,7 +13,6 @@ dependencies:
|
|||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- opencase_entities.oc_actor_type.trainer
|
- opencase_entities.oc_actor_type.trainer
|
||||||
module:
|
module:
|
||||||
- hide_revision_field
|
|
||||||
- image
|
- image
|
||||||
- paragraphs
|
- paragraphs
|
||||||
_core:
|
_core:
|
||||||
@ -33,73 +30,70 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_active:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 26
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
field_availability:
|
field_availability:
|
||||||
type: entity_reference_paragraphs
|
type: entity_reference_paragraphs
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
title: Paragraph
|
title: Paragraph
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
edit_mode: open
|
edit_mode: open
|
||||||
add_mode: dropdown
|
add_mode: dropdown
|
||||||
form_display_mode: default
|
form_display_mode: default
|
||||||
default_paragraph_type: _none
|
default_paragraph_type: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_delivery_partners:
|
|
||||||
type: options_select
|
|
||||||
weight: 7
|
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
field_delivery_partners:
|
||||||
|
weight: 7
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
region: content
|
||||||
field_emergency_contact:
|
field_emergency_contact:
|
||||||
type: entity_reference_paragraphs
|
type: entity_reference_paragraphs
|
||||||
weight: 12
|
weight: 12
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
title: Paragraph
|
title: Paragraph
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
edit_mode: open
|
edit_mode: open
|
||||||
add_mode: dropdown
|
add_mode: dropdown
|
||||||
form_display_mode: default
|
form_display_mode: default
|
||||||
default_paragraph_type: _none
|
default_paragraph_type: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_languages_spoken_fluently:
|
|
||||||
type: options_select
|
|
||||||
weight: 5
|
|
||||||
region: content
|
region: content
|
||||||
|
field_languages_spoken_fluently:
|
||||||
|
weight: 5
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_notes:
|
type: options_select
|
||||||
type: string_textarea
|
|
||||||
weight: 9
|
|
||||||
region: content
|
region: content
|
||||||
|
field_notes:
|
||||||
|
weight: 9
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_photo:
|
type: string_textarea
|
||||||
type: image_image
|
|
||||||
weight: 8
|
|
||||||
region: content
|
region: content
|
||||||
|
field_photo:
|
||||||
|
weight: 8
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
preview_image_style: thumbnail
|
preview_image_style: thumbnail
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_pronoun:
|
type: image_image
|
||||||
type: string_textfield
|
|
||||||
weight: 2
|
|
||||||
region: content
|
region: content
|
||||||
|
field_pronoun:
|
||||||
|
weight: 2
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
first_name:
|
first_name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -140,27 +134,7 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
revision_log:
|
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 80
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: false
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: false
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 13
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
|
||||||
full_name: true
|
full_name: true
|
||||||
middle_names: true
|
middle_names: true
|
||||||
phone2: true
|
phone2: true
|
||||||
|
@ -3,86 +3,43 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_case.project.feeds_item
|
|
||||||
- field.field.oc_case.project.field_contract_signed_date
|
- field.field.oc_case.project.field_contract_signed_date
|
||||||
- field.field.oc_case.project.field_invoicing_notes
|
- field.field.oc_case.project.field_fee
|
||||||
- field.field.oc_case.project.field_invoicing_status
|
|
||||||
- field.field.oc_case.project.field_link_to_invoice
|
|
||||||
- opencase_cases.oc_case_type.project
|
- opencase_cases.oc_case_type.project
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- file
|
- file
|
||||||
- hide_revision_field
|
- paragraphs
|
||||||
- link
|
|
||||||
id: oc_case.project.default
|
id: oc_case.project.default
|
||||||
targetEntityType: oc_case
|
targetEntityType: oc_case
|
||||||
bundle: project
|
bundle: project
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
client:
|
|
||||||
type: options_select
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_contract_signed_date:
|
field_contract_signed_date:
|
||||||
type: datetime_default
|
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_invoicing_notes:
|
type: datetime_default
|
||||||
type: string_textarea
|
|
||||||
weight: 81
|
|
||||||
region: content
|
region: content
|
||||||
|
field_fee:
|
||||||
|
type: entity_reference_paragraphs
|
||||||
|
weight: 1
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
title: Paragraph
|
||||||
placeholder: ''
|
title_plural: Paragraphs
|
||||||
|
edit_mode: open
|
||||||
|
add_mode: dropdown
|
||||||
|
form_display_mode: default
|
||||||
|
default_paragraph_type: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_invoicing_status:
|
|
||||||
type: options_select
|
|
||||||
weight: 83
|
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_link_to_invoice:
|
|
||||||
type: link_default
|
|
||||||
weight: 84
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder_url: ''
|
|
||||||
placeholder_title: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
files:
|
files:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 1
|
weight: 0
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
third_party_settings: { }
|
|
||||||
revision_log:
|
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 80
|
|
||||||
region: content
|
region: content
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: false
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: false
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
client: true
|
||||||
name: true
|
|
||||||
notes: true
|
|
||||||
oc_target: true
|
|
||||||
total_fee: true
|
|
||||||
user_id: true
|
user_id: true
|
||||||
|
@ -3,19 +3,17 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_case.training.feeds_item
|
|
||||||
- field.field.oc_case.training.field_date_of_training
|
- field.field.oc_case.training.field_date_of_training
|
||||||
- field.field.oc_case.training.field_number_of_participants
|
|
||||||
- field.field.oc_case.training.field_project
|
- field.field.oc_case.training.field_project
|
||||||
- field.field.oc_case.training.field_social_media
|
- field.field.oc_case.training.field_social_media
|
||||||
- field.field.oc_case.training.field_training_delivery_format
|
- field.field.oc_case.training.field_trainer
|
||||||
- field.field.oc_case.training.field_training_status
|
- field.field.oc_case.training.field_training_status
|
||||||
- field.field.oc_case.training.field_training_type
|
- field.field.oc_case.training.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- file
|
- file
|
||||||
- hide_revision_field
|
- paragraphs
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: dxPm53tH_SWeTJgZIfdHIIiEb4vSzqADMzUemllj8rk
|
default_config_hash: dxPm53tH_SWeTJgZIfdHIIiEb4vSzqADMzUemllj8rk
|
||||||
id: oc_case.training.default
|
id: oc_case.training.default
|
||||||
@ -24,93 +22,68 @@ bundle: training
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
client:
|
client:
|
||||||
type: options_select
|
type: entity_reference_autocomplete
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_date_of_training:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_project:
|
|
||||||
type: options_select
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_social_media:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
field_training_delivery_format:
|
|
||||||
type: options_select
|
|
||||||
weight: 6
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_training_status:
|
|
||||||
type: options_select
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_training_type:
|
|
||||||
type: options_select
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
files:
|
|
||||||
type: file_generic
|
|
||||||
weight: 7
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
progress_indicator: throbber
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
notes:
|
field_date_of_training:
|
||||||
type: string_textarea
|
weight: 4
|
||||||
weight: 10
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: datetime_default
|
||||||
region: content
|
region: content
|
||||||
|
field_project:
|
||||||
|
weight: 1
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
revision_log:
|
type: entity_reference_autocomplete
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 11
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: false
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: false
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 9
|
|
||||||
region: content
|
region: content
|
||||||
|
field_social_media:
|
||||||
|
weight: 26
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: boolean_checkbox
|
||||||
|
region: content
|
||||||
|
field_trainer:
|
||||||
|
type: entity_reference_paragraphs
|
||||||
|
weight: 5
|
||||||
|
settings:
|
||||||
|
title: Trainer
|
||||||
|
title_plural: Trainers
|
||||||
|
edit_mode: open
|
||||||
|
add_mode: dropdown
|
||||||
|
form_display_mode: default
|
||||||
|
default_paragraph_type: _none
|
||||||
|
third_party_settings: { }
|
||||||
|
region: content
|
||||||
|
field_training_status:
|
||||||
|
weight: 3
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_training_type:
|
||||||
|
weight: 2
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
files:
|
||||||
|
type: file_generic
|
||||||
|
weight: 6
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
region: content
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
|
||||||
field_number_of_participants: true
|
|
||||||
oc_target: true
|
|
||||||
total_fee: true
|
|
||||||
user_id: true
|
user_id: true
|
||||||
|
@ -1,40 +0,0 @@
|
|||||||
uuid: bde0c9bb-5bf2-4443-976d-3b42d109c4d1
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_case_fee.project_fee.feeds_item
|
|
||||||
- opencase_cases.oc_case_fee_type.project_fee
|
|
||||||
id: oc_case_fee.project_fee.default
|
|
||||||
targetEntityType: oc_case_fee
|
|
||||||
bundle: project_fee
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
amount:
|
|
||||||
type: number
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_fee_category:
|
|
||||||
type: options_select
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
feeds_item: true
|
|
||||||
name: true
|
|
||||||
oc_case: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,59 +0,0 @@
|
|||||||
uuid: 70d5503e-2a95-4bd3-8770-6e3ac8ef74a5
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_case_provision.trainer.feeds_item
|
|
||||||
- field.field.oc_case_provision.trainer.field_rate
|
|
||||||
- field.field.oc_case_provision.trainer.field_rate_type
|
|
||||||
- opencase_cases.oc_case_provision_type.trainer
|
|
||||||
module:
|
|
||||||
- hide_revision_field
|
|
||||||
id: oc_case_provision.trainer.default
|
|
||||||
targetEntityType: oc_case_provision
|
|
||||||
bundle: trainer
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_rate:
|
|
||||||
type: number
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_rate_type:
|
|
||||||
type: options_buttons
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_case_provider_role:
|
|
||||||
type: options_select
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: options_select
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
revision_log:
|
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: false
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: false
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
feeds_item: true
|
|
||||||
name: true
|
|
||||||
oc_case: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,36 +0,0 @@
|
|||||||
uuid: 12afe302-9a15-4267-b4f4-0a0a4d70977f
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_event_type.train_the_trainer
|
|
||||||
id: oc_event.train_the_trainer.default
|
|
||||||
targetEntityType: oc_event
|
|
||||||
bundle: train_the_trainer
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
attendees:
|
|
||||||
type: options_select
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
activity_date_time: true
|
|
||||||
description: true
|
|
||||||
user_id: true
|
|
@ -3,8 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_organisation.client.feeds_item
|
|
||||||
- field.field.oc_organisation.client.field_accreditation_date
|
|
||||||
- field.field.oc_organisation.client.field_client_status
|
- field.field.oc_organisation.client.field_client_status
|
||||||
- field.field.oc_organisation.client.field_client_substatus
|
- field.field.oc_organisation.client.field_client_substatus
|
||||||
- field.field.oc_organisation.client.field_client_subtype
|
- field.field.oc_organisation.client.field_client_subtype
|
||||||
@ -19,9 +17,7 @@ dependencies:
|
|||||||
- field.field.oc_organisation.client.field_umbrella_client
|
- field.field.oc_organisation.client.field_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.client
|
- opencase_entities.oc_organisation_type.client
|
||||||
module:
|
module:
|
||||||
- datetime
|
|
||||||
- file
|
- file
|
||||||
- hide_revision_field
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: OUNi7pV7COebgUedxmuEz4ZF1VF4QDet2AcZ_2j3jQs
|
default_config_hash: OUNi7pV7COebgUedxmuEz4ZF1VF4QDet2AcZ_2j3jQs
|
||||||
id: oc_organisation.client.default
|
id: oc_organisation.client.default
|
||||||
@ -29,83 +25,85 @@ targetEntityType: oc_organisation
|
|||||||
bundle: client
|
bundle: client
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_accreditation_date:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_client_status:
|
field_client_status:
|
||||||
type: options_select
|
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
field_client_substatus:
|
field_client_substatus:
|
||||||
type: options_select
|
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
field_client_subtype:
|
field_client_subtype:
|
||||||
type: options_select
|
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_client_type:
|
|
||||||
type: options_select
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_client_type:
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
field_how_did_you_hear_about_us:
|
field_how_did_you_hear_about_us:
|
||||||
type: options_buttons
|
|
||||||
weight: 12
|
weight: 12
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_location_festival_event:
|
type: options_buttons
|
||||||
type: string_textfield
|
|
||||||
weight: 9
|
|
||||||
region: content
|
region: content
|
||||||
|
field_location_festival_event:
|
||||||
|
weight: 8
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
field_number_of_events_per_year:
|
field_number_of_events_per_year:
|
||||||
type: number
|
weight: 9
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: number
|
||||||
|
region: content
|
||||||
field_number_of_staff:
|
field_number_of_staff:
|
||||||
type: number
|
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_premises_capacity:
|
|
||||||
type: number
|
|
||||||
weight: 7
|
weight: 7
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_tags:
|
type: number
|
||||||
type: options_select
|
|
||||||
weight: 11
|
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
field_premises_capacity:
|
||||||
third_party_settings: { }
|
|
||||||
field_umbrella_client:
|
|
||||||
type: options_select
|
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
settings:
|
||||||
settings: { }
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: number
|
||||||
|
region: content
|
||||||
|
field_tags:
|
||||||
|
weight: 10
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
region: content
|
||||||
|
field_umbrella_client:
|
||||||
|
weight: 5
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
region: content
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -114,25 +112,5 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
revision_log:
|
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 80
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: false
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: false
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 13
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
|
||||||
field_images: true
|
field_images: true
|
||||||
|
@ -1,42 +0,0 @@
|
|||||||
uuid: 83703815-32f2-4aa4-9bea-d5106ffa28b6
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_organisation_type.partner_organisation
|
|
||||||
module:
|
|
||||||
- file
|
|
||||||
- hide_revision_field
|
|
||||||
id: oc_organisation.partner_organisation.default
|
|
||||||
targetEntityType: oc_organisation
|
|
||||||
bundle: partner_organisation
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
revision_log:
|
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 80
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: false
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: false
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
|
@ -3,13 +3,11 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_organisation.umbrella_client.feeds_item
|
|
||||||
- field.field.oc_organisation.umbrella_client.field_tags
|
- field.field.oc_organisation.umbrella_client.field_tags
|
||||||
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.umbrella_client
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
module:
|
module:
|
||||||
- file
|
- file
|
||||||
- hide_revision_field
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: OC8jnc4KZMX-3IOvNhREzEIJ2cAagpxmwKeeUoAbYIc
|
default_config_hash: OC8jnc4KZMX-3IOvNhREzEIJ2cAagpxmwKeeUoAbYIc
|
||||||
id: oc_organisation.umbrella_client.default
|
id: oc_organisation.umbrella_client.default
|
||||||
@ -18,43 +16,27 @@ bundle: umbrella_client
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_tags:
|
field_tags:
|
||||||
type: options_select
|
weight: 62
|
||||||
weight: 2
|
settings:
|
||||||
region: content
|
match_operator: CONTAINS
|
||||||
settings: { }
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
region: content
|
||||||
field_type_of_umbrella_client:
|
field_type_of_umbrella_client:
|
||||||
type: options_select
|
weight: -99
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: -100
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
revision_log:
|
hidden: { }
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 80
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: false
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: false
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
feeds_item: true
|
|
||||||
|
@ -3,14 +3,10 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.user.user.field_last_password_reset
|
|
||||||
- field.field.user.user.field_linked_opencase_actor
|
- field.field.user.user.field_linked_opencase_actor
|
||||||
- field.field.user.user.field_password_expiration
|
|
||||||
- field.field.user.user.field_pending_expire_sent
|
|
||||||
- field.field.user.user.user_picture
|
- field.field.user.user.user_picture
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
module:
|
module:
|
||||||
- datetime
|
|
||||||
- image
|
- image
|
||||||
- user
|
- user
|
||||||
_core:
|
_core:
|
||||||
@ -21,53 +17,24 @@ bundle: user
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
account:
|
account:
|
||||||
|
weight: -10
|
||||||
|
region: content
|
||||||
|
contact:
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
language:
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
contact:
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_last_password_reset:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_linked_opencase_actor:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_password_expiration:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
language:
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
timezone:
|
timezone:
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
user_picture:
|
user_picture:
|
||||||
type: image_image
|
type: image_image
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
preview_image_style: thumbnail
|
preview_image_style: thumbnail
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: -1
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
field_pending_expire_sent: true
|
field_linked_opencase_actor: true
|
||||||
|
@ -6,7 +6,6 @@ dependencies:
|
|||||||
- core.entity_view_display.comment.comment.default
|
- core.entity_view_display.comment.comment.default
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.comment
|
- field.field.node.article.comment
|
||||||
- field.field.node.article.feeds_item
|
|
||||||
- field.field.node.article.field_image
|
- field.field.node.article.field_image
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- image.style.large
|
- image.style.large
|
||||||
@ -62,5 +61,4 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -6,7 +6,6 @@ dependencies:
|
|||||||
- core.entity_view_mode.node.rss
|
- core.entity_view_mode.node.rss
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.comment
|
- field.field.node.article.comment
|
||||||
- field.field.node.article.feeds_item
|
|
||||||
- field.field.node.article.field_image
|
- field.field.node.article.field_image
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- node.type.article
|
- node.type.article
|
||||||
@ -25,7 +24,6 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
feeds_item: true
|
|
||||||
field_image: true
|
field_image: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -6,7 +6,6 @@ dependencies:
|
|||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.teaser
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.comment
|
- field.field.node.article.comment
|
||||||
- field.field.node.article.feeds_item
|
|
||||||
- field.field.node.article.field_image
|
- field.field.node.article.field_image
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- image.style.medium
|
- image.style.medium
|
||||||
@ -52,7 +51,6 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
comment: true
|
comment: true
|
||||||
feeds_item: true
|
|
||||||
field_image: true
|
field_image: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -1,52 +0,0 @@
|
|||||||
uuid: 147b5ce7-db30-43de-98b8-248eb132570d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.emi
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.emi.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: emi
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: short
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
client:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
oc_provider: true
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
time_taken: true
|
|
||||||
user_id: true
|
|
@ -1,52 +0,0 @@
|
|||||||
uuid: d9d0d719-aa17-435a-b85e-4936cde6b023
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.phone_call
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.phone_call.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: phone_call
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: short
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
client:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
oc_provider: true
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
time_taken: true
|
|
||||||
user_id: true
|
|
@ -3,11 +3,13 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_activity.trainer_debrief.field_caption_for_photo
|
- field.field.oc_activity.trainer_debrief.field_how_was_this_delivered_
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
||||||
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
||||||
|
- field.field.oc_activity.trainer_debrief.field_ph
|
||||||
- field.field.oc_activity.trainer_debrief.field_photo
|
- field.field.oc_activity.trainer_debrief.field_photo
|
||||||
|
- field.field.oc_activity.trainer_debrief.field_trainer
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_came_up_for_the_group
|
- field.field.oc_activity.trainer_debrief.field_what_came_up_for_the_group
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_could_be_improved_for
|
- field.field.oc_activity.trainer_debrief.field_what_could_be_improved_for
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_did_facilitators_do_w
|
- field.field.oc_activity.trainer_debrief.field_what_did_facilitators_do_w
|
||||||
@ -16,101 +18,112 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- image
|
- image
|
||||||
|
- options
|
||||||
|
- user
|
||||||
id: oc_activity.trainer_debrief.default
|
id: oc_activity.trainer_debrief.default
|
||||||
targetEntityType: oc_activity
|
targetEntityType: oc_activity
|
||||||
bundle: trainer_debrief
|
bundle: trainer_debrief
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
activity_date_time:
|
activity_date_time:
|
||||||
type: datetime_default
|
|
||||||
label: above
|
label: above
|
||||||
|
type: datetime_default
|
||||||
settings:
|
settings:
|
||||||
timezone_override: ''
|
|
||||||
format_type: short
|
format_type: short
|
||||||
third_party_settings: { }
|
timezone_override: ''
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
field_caption_for_photo:
|
third_party_settings: { }
|
||||||
type: basic_string
|
field_how_was_this_delivered_:
|
||||||
|
weight: 3
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 10
|
type: list_default
|
||||||
region: content
|
region: content
|
||||||
field_issues_and_difficulties:
|
field_issues_and_difficulties:
|
||||||
type: basic_string
|
weight: 6
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
type: basic_string
|
||||||
region: content
|
region: content
|
||||||
field_issues_with_group_dynamics:
|
field_issues_with_group_dynamics:
|
||||||
type: basic_string
|
weight: 7
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 6
|
type: basic_string
|
||||||
region: content
|
region: content
|
||||||
field_number_of_participants:
|
field_number_of_participants:
|
||||||
type: number_integer
|
weight: 2
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
type: number_integer
|
||||||
|
region: content
|
||||||
|
field_ph:
|
||||||
|
weight: 11
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: basic_string
|
||||||
region: content
|
region: content
|
||||||
field_photo:
|
field_photo:
|
||||||
type: image
|
weight: 10
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
image_link: ''
|
|
||||||
image_style: ''
|
image_style: ''
|
||||||
|
image_link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 9
|
type: image
|
||||||
region: content
|
region: content
|
||||||
field_what_came_up_for_the_group:
|
field_trainer:
|
||||||
type: basic_string
|
weight: 12
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
field_what_could_be_improved_for:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
field_what_did_facilitators_do_w:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
field_what_real_scenarios_or_inc:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 7
|
|
||||||
region: content
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: entity_reference_label
|
||||||
|
region: content
|
||||||
|
field_what_came_up_for_the_group:
|
||||||
|
weight: 5
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: basic_string
|
||||||
|
region: content
|
||||||
|
field_what_could_be_improved_for:
|
||||||
|
weight: 9
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: basic_string
|
||||||
|
region: content
|
||||||
|
field_what_did_facilitators_do_w:
|
||||||
|
weight: 4
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: basic_string
|
||||||
|
region: content
|
||||||
|
field_what_real_scenarios_or_inc:
|
||||||
|
weight: 8
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: basic_string
|
||||||
|
region: content
|
||||||
|
name:
|
||||||
|
label: hidden
|
||||||
|
type: string
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
client: true
|
|
||||||
description: true
|
|
||||||
name: true
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
status: true
|
|
||||||
time_taken: true
|
time_taken: true
|
||||||
user_id: true
|
|
||||||
|
@ -3,8 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_actor.trainer.feeds_item
|
|
||||||
- field.field.oc_actor.trainer.field_active
|
|
||||||
- field.field.oc_actor.trainer.field_availability
|
- field.field.oc_actor.trainer.field_availability
|
||||||
- field.field.oc_actor.trainer.field_delivery_partners
|
- field.field.oc_actor.trainer.field_delivery_partners
|
||||||
- field.field.oc_actor.trainer.field_emergency_contact
|
- field.field.oc_actor.trainer.field_emergency_contact
|
||||||
@ -25,134 +23,111 @@ bundle: trainer
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
email:
|
email:
|
||||||
type: string
|
|
||||||
label: above
|
label: above
|
||||||
|
type: string
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
field_active:
|
|
||||||
type: boolean
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
format: default
|
|
||||||
format_custom_false: ''
|
|
||||||
format_custom_true: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 11
|
|
||||||
region: content
|
|
||||||
field_availability:
|
field_availability:
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
view_mode: preview
|
|
||||||
link: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 13
|
|
||||||
region: content
|
|
||||||
field_delivery_partners:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
|
||||||
field_emergency_contact:
|
|
||||||
type: entity_reference_revisions_entity_view
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 12
|
|
||||||
region: content
|
region: content
|
||||||
field_languages_spoken_fluently:
|
field_delivery_partners:
|
||||||
type: list_default
|
weight: 7
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
field_notes:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
field_photo:
|
|
||||||
type: image
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
image_link: ''
|
link: true
|
||||||
image_style: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
type: entity_reference_label
|
||||||
|
region: content
|
||||||
|
field_emergency_contact:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
weight: 12
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
region: content
|
||||||
|
field_languages_spoken_fluently:
|
||||||
|
weight: 5
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_notes:
|
||||||
|
weight: 9
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: basic_string
|
||||||
|
region: content
|
||||||
|
field_photo:
|
||||||
|
weight: 8
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
image_style: ''
|
||||||
|
image_link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: image
|
||||||
region: content
|
region: content
|
||||||
field_pronoun:
|
field_pronoun:
|
||||||
type: string
|
weight: 2
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
type: string
|
||||||
region: content
|
region: content
|
||||||
first_name:
|
first_name:
|
||||||
type: string
|
type: string
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
last_name:
|
last_name:
|
||||||
type: string
|
type: string
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
phone:
|
|
||||||
type: string
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
phone:
|
||||||
|
label: above
|
||||||
|
type: string
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
post_code:
|
|
||||||
type: string
|
|
||||||
label: above
|
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
post_code:
|
||||||
|
label: above
|
||||||
|
type: string
|
||||||
|
weight: 11
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
postal_address:
|
||||||
|
label: above
|
||||||
|
type: basic_string
|
||||||
weight: 10
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
postal_address:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 9
|
|
||||||
region: content
|
|
||||||
total_cases:
|
|
||||||
type: number_integer
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 14
|
|
||||||
region: content
|
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
|
||||||
full_name: true
|
full_name: true
|
||||||
middle_names: true
|
middle_names: true
|
||||||
phone2: true
|
phone2: true
|
||||||
recent_cases: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
status: true
|
|
||||||
user_id: true
|
|
||||||
|
@ -3,118 +3,64 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_case.project.feeds_item
|
|
||||||
- field.field.oc_case.project.field_contract_signed_date
|
- field.field.oc_case.project.field_contract_signed_date
|
||||||
- field.field.oc_case.project.field_invoicing_notes
|
- field.field.oc_case.project.field_fee
|
||||||
- field.field.oc_case.project.field_invoicing_status
|
|
||||||
- field.field.oc_case.project.field_link_to_invoice
|
|
||||||
- opencase_cases.oc_case_type.project
|
- opencase_cases.oc_case_type.project
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
|
- entity_reference_revisions
|
||||||
- file
|
- file
|
||||||
- link
|
|
||||||
- user
|
- user
|
||||||
id: oc_case.project.default
|
id: oc_case.project.default
|
||||||
targetEntityType: oc_case
|
targetEntityType: oc_case
|
||||||
bundle: project
|
bundle: project
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
activities:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
billing_details:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
client:
|
client:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
fees:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
field_contract_signed_date:
|
field_contract_signed_date:
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: short
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 9
|
|
||||||
region: content
|
|
||||||
field_invoicing_notes:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
|
||||||
field_invoicing_status:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
format_type: medium
|
||||||
|
timezone_override: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
type: datetime_default
|
||||||
|
region: content
|
||||||
|
field_fee:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
|
||||||
field_link_to_invoice:
|
|
||||||
type: link
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
trim_length: 80
|
view_mode: default
|
||||||
url_only: false
|
link: ''
|
||||||
url_plain: false
|
|
||||||
rel: ''
|
|
||||||
target: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
|
||||||
region: content
|
region: content
|
||||||
files:
|
files:
|
||||||
type: file_default
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
use_description_as_link_text: true
|
||||||
third_party_settings: { }
|
|
||||||
weight: 11
|
|
||||||
region: content
|
region: content
|
||||||
total_fee:
|
weight: 5
|
||||||
type: number_decimal
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 6
|
type: file_default
|
||||||
region: content
|
|
||||||
trainings:
|
trainings:
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
|
||||||
region: content
|
|
||||||
user_id:
|
user_id:
|
||||||
type: author
|
|
||||||
label: above
|
label: above
|
||||||
|
type: author
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
hidden:
|
hidden:
|
||||||
changed: true
|
|
||||||
created: true
|
|
||||||
feeds_item: true
|
|
||||||
name: true
|
|
||||||
notes: true
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
status: true
|
|
||||||
|
@ -3,17 +3,16 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_case.training.feeds_item
|
|
||||||
- field.field.oc_case.training.field_date_of_training
|
- field.field.oc_case.training.field_date_of_training
|
||||||
- field.field.oc_case.training.field_number_of_participants
|
|
||||||
- field.field.oc_case.training.field_project
|
- field.field.oc_case.training.field_project
|
||||||
- field.field.oc_case.training.field_social_media
|
- field.field.oc_case.training.field_social_media
|
||||||
- field.field.oc_case.training.field_training_delivery_format
|
- field.field.oc_case.training.field_trainer
|
||||||
- field.field.oc_case.training.field_training_status
|
- field.field.oc_case.training.field_training_status
|
||||||
- field.field.oc_case.training.field_training_type
|
- field.field.oc_case.training.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
|
- entity_reference_revisions
|
||||||
- file
|
- file
|
||||||
- options
|
- options
|
||||||
- user
|
- user
|
||||||
@ -24,60 +23,50 @@ targetEntityType: oc_case
|
|||||||
bundle: training
|
bundle: training
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
activities:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 12
|
|
||||||
region: content
|
|
||||||
activities_entity_view_1:
|
activities_entity_view_1:
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
client:
|
client:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
debrief:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
debriefs:
|
debriefs:
|
||||||
settings: { }
|
weight: 7
|
||||||
third_party_settings: { }
|
|
||||||
weight: 10
|
|
||||||
region: content
|
region: content
|
||||||
debriefs_entity_view_1:
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
debriefs_entity_view_1:
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
evaluations:
|
evaluations:
|
||||||
settings: { }
|
weight: 8
|
||||||
third_party_settings: { }
|
|
||||||
weight: 11
|
|
||||||
region: content
|
region: content
|
||||||
evaluations_entity_view_1:
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
evaluations_entity_view_1:
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_date_of_training:
|
field_date_of_training:
|
||||||
type: datetime_default
|
weight: 4
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
timezone_override: ''
|
|
||||||
format_type: medium
|
format_type: medium
|
||||||
|
timezone_override: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
type: datetime_default
|
||||||
region: content
|
region: content
|
||||||
field_fee:
|
field_fee:
|
||||||
type: number_decimal
|
weight: 3
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
@ -85,96 +74,70 @@ content:
|
|||||||
scale: 2
|
scale: 2
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
type: number_decimal
|
||||||
region: content
|
region: content
|
||||||
field_fee_category:
|
field_fee_category:
|
||||||
type: list_default
|
type: list_default
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
field_number_of_participants:
|
|
||||||
type: number_integer
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 6
|
|
||||||
region: content
|
|
||||||
field_project:
|
field_project:
|
||||||
type: entity_reference_label
|
weight: 1
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_social_media:
|
field_social_media:
|
||||||
type: boolean
|
weight: 81
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
format: default
|
format: default
|
||||||
format_custom_false: ''
|
format_custom_false: ''
|
||||||
format_custom_true: ''
|
format_custom_true: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
type: boolean
|
||||||
region: content
|
region: content
|
||||||
field_training_delivery_format:
|
field_trainer:
|
||||||
type: list_default
|
type: entity_reference_revisions_entity_view
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 5
|
weight: 5
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
field_training_status:
|
field_training_status:
|
||||||
type: list_default
|
weight: 3
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
type: list_default
|
||||||
region: content
|
region: content
|
||||||
field_training_type:
|
field_training_type:
|
||||||
type: list_default
|
weight: 2
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
type: list_default
|
||||||
region: content
|
region: content
|
||||||
files:
|
files:
|
||||||
type: file_default
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
use_description_as_link_text: true
|
||||||
third_party_settings: { }
|
|
||||||
weight: 8
|
|
||||||
region: content
|
region: content
|
||||||
notes:
|
weight: 6
|
||||||
type: basic_string
|
third_party_settings: { }
|
||||||
|
type: file_default
|
||||||
|
user_id:
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
type: author
|
||||||
third_party_settings: { }
|
|
||||||
weight: 14
|
|
||||||
region: content
|
|
||||||
trainers:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 9
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
user_id:
|
|
||||||
type: author
|
|
||||||
label: above
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 13
|
|
||||||
region: content
|
|
||||||
hidden:
|
hidden:
|
||||||
changed: true
|
|
||||||
created: true
|
|
||||||
feeds_item: true
|
|
||||||
name: true
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
status: true
|
|
||||||
total_fee: true
|
|
||||||
|
@ -1,45 +0,0 @@
|
|||||||
uuid: efaca5b6-aed7-4957-a728-fb0eea27d8ef
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_case_fee.project_fee.feeds_item
|
|
||||||
- opencase_cases.oc_case_fee_type.project_fee
|
|
||||||
id: oc_case_fee.project_fee.default
|
|
||||||
targetEntityType: oc_case_fee
|
|
||||||
bundle: project_fee
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
amount:
|
|
||||||
type: number_decimal
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
oc_fee_category:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
feeds_item: true
|
|
||||||
name: true
|
|
||||||
oc_case: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,56 +0,0 @@
|
|||||||
uuid: ac137f06-3a96-456e-bb01-d3265df79e38
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_case_provision.trainer.feeds_item
|
|
||||||
- field.field.oc_case_provision.trainer.field_rate
|
|
||||||
- field.field.oc_case_provision.trainer.field_rate_type
|
|
||||||
- opencase_cases.oc_case_provision_type.trainer
|
|
||||||
module:
|
|
||||||
- options
|
|
||||||
id: oc_case_provision.trainer.default
|
|
||||||
targetEntityType: oc_case_provision
|
|
||||||
bundle: trainer
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_rate:
|
|
||||||
weight: 0
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
type: number_decimal
|
|
||||||
region: content
|
|
||||||
field_rate_type:
|
|
||||||
weight: 1
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: list_default
|
|
||||||
region: content
|
|
||||||
oc_case_provider_role:
|
|
||||||
type: entity_reference_label
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_label
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
feeds_item: true
|
|
||||||
name: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -3,8 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_organisation.client.feeds_item
|
|
||||||
- field.field.oc_organisation.client.field_accreditation_date
|
|
||||||
- field.field.oc_organisation.client.field_client_status
|
- field.field.oc_organisation.client.field_client_status
|
||||||
- field.field.oc_organisation.client.field_client_substatus
|
- field.field.oc_organisation.client.field_client_substatus
|
||||||
- field.field.oc_organisation.client.field_client_subtype
|
- field.field.oc_organisation.client.field_client_subtype
|
||||||
@ -19,7 +17,6 @@ dependencies:
|
|||||||
- field.field.oc_organisation.client.field_umbrella_client
|
- field.field.oc_organisation.client.field_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.client
|
- opencase_entities.oc_organisation_type.client
|
||||||
module:
|
module:
|
||||||
- datetime
|
|
||||||
- file
|
- file
|
||||||
- options
|
- options
|
||||||
_core:
|
_core:
|
||||||
@ -29,134 +26,119 @@ targetEntityType: oc_organisation
|
|||||||
bundle: client
|
bundle: client
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
activities:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
field_accreditation_date:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: short
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 9
|
|
||||||
region: content
|
|
||||||
field_client_status:
|
field_client_status:
|
||||||
type: entity_reference_label
|
weight: 6
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 8
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_client_substatus:
|
field_client_substatus:
|
||||||
type: entity_reference_label
|
weight: 5
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_client_subtype:
|
field_client_subtype:
|
||||||
type: entity_reference_label
|
weight: 4
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 6
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_client_type:
|
field_client_type:
|
||||||
type: entity_reference_label
|
weight: 3
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_how_did_you_hear_about_us:
|
field_how_did_you_hear_about_us:
|
||||||
type: list_default
|
weight: 14
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 16
|
type: list_default
|
||||||
region: content
|
region: content
|
||||||
field_location_festival_event:
|
field_location_festival_event:
|
||||||
type: string
|
weight: 10
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 13
|
type: string
|
||||||
region: content
|
region: content
|
||||||
field_number_of_events_per_year:
|
field_number_of_events_per_year:
|
||||||
type: number_integer
|
weight: 11
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 14
|
type: number_integer
|
||||||
region: content
|
region: content
|
||||||
field_number_of_staff:
|
field_number_of_staff:
|
||||||
type: number_integer
|
weight: 9
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 12
|
type: number_integer
|
||||||
region: content
|
region: content
|
||||||
field_premises_capacity:
|
field_premises_capacity:
|
||||||
type: number_integer
|
weight: 8
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 11
|
type: number_integer
|
||||||
region: content
|
region: content
|
||||||
field_tags:
|
field_tags:
|
||||||
type: entity_reference_label
|
weight: 12
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 15
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_umbrella_client:
|
field_umbrella_client:
|
||||||
type: entity_reference_label
|
weight: 7
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 10
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
linked_clients:
|
linked_clients:
|
||||||
|
weight: 0
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
|
||||||
region: content
|
region: content
|
||||||
name:
|
name:
|
||||||
type: string
|
|
||||||
label: hidden
|
label: hidden
|
||||||
|
type: string
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
projects:
|
projects:
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
trainings:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
trainings:
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
|
||||||
field_images: true
|
field_images: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -3,7 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_organisation.umbrella_client.feeds_item
|
|
||||||
- field.field.oc_organisation.umbrella_client.field_tags
|
- field.field.oc_organisation.umbrella_client.field_tags
|
||||||
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.umbrella_client
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
@ -53,6 +52,5 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
|
||||||
name: true
|
name: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -17,17 +17,17 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
field_day:
|
field_day:
|
||||||
type: list_default
|
type: list_default
|
||||||
label: hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
field_time:
|
label: inline
|
||||||
type: list_default
|
|
||||||
label: hidden
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_time:
|
||||||
|
type: list_default
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
label: inline
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -14,27 +14,27 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
field_name:
|
field_name:
|
||||||
type: string
|
type: string
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
field_phone:
|
field_phone:
|
||||||
type: string
|
type: string
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
field_relationship:
|
label: above
|
||||||
type: string
|
|
||||||
label: hidden
|
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_relationship:
|
||||||
|
type: string
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -4,10 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.user.compact
|
- core.entity_view_mode.user.compact
|
||||||
- field.field.user.user.field_last_password_reset
|
|
||||||
- field.field.user.user.field_linked_opencase_actor
|
- field.field.user.user.field_linked_opencase_actor
|
||||||
- field.field.user.user.field_password_expiration
|
|
||||||
- field.field.user.user.field_pending_expire_sent
|
|
||||||
- field.field.user.user.user_picture
|
- field.field.user.user.user_picture
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
module:
|
module:
|
||||||
@ -22,17 +19,14 @@ mode: compact
|
|||||||
content:
|
content:
|
||||||
user_picture:
|
user_picture:
|
||||||
type: image
|
type: image
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
image_link: content
|
|
||||||
image_style: thumbnail
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
settings:
|
||||||
|
image_style: thumbnail
|
||||||
|
image_link: content
|
||||||
|
third_party_settings: { }
|
||||||
|
label: hidden
|
||||||
hidden:
|
hidden:
|
||||||
field_last_password_reset: true
|
|
||||||
field_linked_opencase_actor: true
|
field_linked_opencase_actor: true
|
||||||
field_password_expiration: true
|
|
||||||
field_pending_expire_sent: true
|
|
||||||
member_for: true
|
member_for: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -3,10 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.user.user.field_last_password_reset
|
|
||||||
- field.field.user.user.field_linked_opencase_actor
|
- field.field.user.user.field_linked_opencase_actor
|
||||||
- field.field.user.user.field_password_expiration
|
|
||||||
- field.field.user.user.field_pending_expire_sent
|
|
||||||
- field.field.user.user.user_picture
|
- field.field.user.user.user_picture
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
module:
|
module:
|
||||||
@ -19,30 +16,18 @@ targetEntityType: user
|
|||||||
bundle: user
|
bundle: user
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_linked_opencase_actor:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
member_for:
|
member_for:
|
||||||
settings: { }
|
weight: 5
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
region: content
|
||||||
user_picture:
|
user_picture:
|
||||||
type: image
|
type: image
|
||||||
label: hidden
|
weight: 0
|
||||||
settings:
|
|
||||||
image_link: content
|
|
||||||
image_style: thumbnail
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
region: content
|
||||||
|
settings:
|
||||||
|
image_style: thumbnail
|
||||||
|
image_link: content
|
||||||
|
third_party_settings: { }
|
||||||
|
label: hidden
|
||||||
hidden:
|
hidden:
|
||||||
field_last_password_reset: true
|
field_linked_opencase_actor: true
|
||||||
field_password_expiration: true
|
|
||||||
field_pending_expire_sent: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
uuid: cdfdb2b5-968b-4aaa-a8ca-4524230213dc
|
|
||||||
langcode: en
|
|
||||||
status: false
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- feeds
|
|
||||||
_core:
|
|
||||||
default_config_hash: 8I9Vm3L0dLCdctKfCjpw5vLwMetyaJzxbWNMzb2V7-I
|
|
||||||
id: feeds_feed.full
|
|
||||||
label: 'Full feed'
|
|
||||||
targetEntityType: feeds_feed
|
|
||||||
cache: true
|
|
@ -1,18 +0,0 @@
|
|||||||
uuid: d6279582-2817-4fc5-8da1-7aef408ac19f
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_contract_signed_date
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
- system.menu.opencase
|
|
||||||
- user.role.administrator
|
|
||||||
- user.role.gno_admin_user
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
- opencase_cases
|
|
||||||
- user
|
|
||||||
id: projects
|
|
||||||
label: Projects
|
|
||||||
targetEntityType: null
|
|
||||||
cache: true
|
|
@ -1,8 +1,6 @@
|
|||||||
module:
|
module:
|
||||||
admin_toolbar: 0
|
admin_toolbar: 0
|
||||||
automated_cron: 0
|
automated_cron: 0
|
||||||
base_field_override_ui: 0
|
|
||||||
better_exposed_filters: 0
|
|
||||||
big_pipe: 0
|
big_pipe: 0
|
||||||
block: 0
|
block: 0
|
||||||
block_content: 0
|
block_content: 0
|
||||||
@ -14,9 +12,7 @@ module:
|
|||||||
contact: 0
|
contact: 0
|
||||||
content_as_config: 0
|
content_as_config: 0
|
||||||
contextual: 0
|
contextual: 0
|
||||||
csv_serialization: 0
|
|
||||||
ctools: 0
|
ctools: 0
|
||||||
date_popup: 0
|
|
||||||
datetime: 0
|
datetime: 0
|
||||||
dblog: 0
|
dblog: 0
|
||||||
dbug: 0
|
dbug: 0
|
||||||
@ -27,8 +23,6 @@ module:
|
|||||||
entity_extra_field: 0
|
entity_extra_field: 0
|
||||||
entity_extra_field_ui: 0
|
entity_extra_field_ui: 0
|
||||||
entity_reference_revisions: 0
|
entity_reference_revisions: 0
|
||||||
facets: 0
|
|
||||||
feeds: 0
|
|
||||||
field: 0
|
field: 0
|
||||||
field_permissions: 0
|
field_permissions: 0
|
||||||
field_ui: 0
|
field_ui: 0
|
||||||
@ -39,13 +33,8 @@ module:
|
|||||||
help: 0
|
help: 0
|
||||||
history: 0
|
history: 0
|
||||||
image: 0
|
image: 0
|
||||||
jquery_ui: 0
|
|
||||||
jquery_ui_datepicker: 0
|
|
||||||
jquery_ui_slider: 0
|
|
||||||
jquery_ui_touch_punch: 0
|
|
||||||
jsonapi: 0
|
jsonapi: 0
|
||||||
link: 0
|
link: 0
|
||||||
mailsystem: 0
|
|
||||||
menu_link_content: 0
|
menu_link_content: 0
|
||||||
menu_ui: 0
|
menu_ui: 0
|
||||||
node: 0
|
node: 0
|
||||||
@ -55,7 +44,6 @@ module:
|
|||||||
opencase_search: 0
|
opencase_search: 0
|
||||||
options: 0
|
options: 0
|
||||||
page_cache: 0
|
page_cache: 0
|
||||||
password_strength: 0
|
|
||||||
path: 0
|
path: 0
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
quickedit: 0
|
quickedit: 0
|
||||||
@ -66,7 +54,6 @@ module:
|
|||||||
search: 0
|
search: 0
|
||||||
search_api: 0
|
search_api: 0
|
||||||
search_api_db: 0
|
search_api_db: 0
|
||||||
security_review: 0
|
|
||||||
serialization: 0
|
serialization: 0
|
||||||
shortcut: 0
|
shortcut: 0
|
||||||
superfish: 0
|
superfish: 0
|
||||||
@ -80,11 +67,7 @@ module:
|
|||||||
user: 0
|
user: 0
|
||||||
views_aggregator: 0
|
views_aggregator: 0
|
||||||
views_autosubmit: 0
|
views_autosubmit: 0
|
||||||
views_data_export: 0
|
|
||||||
views_summarize: 0
|
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
hide_revision_field: 1
|
|
||||||
password_policy: 10
|
|
||||||
views: 10
|
views: 10
|
||||||
paragraphs: 11
|
paragraphs: 11
|
||||||
standard: 1000
|
standard: 1000
|
||||||
|
@ -1,81 +1,3 @@
|
|||||||
definitions:
|
definitions: { }
|
||||||
opencase__reporting:
|
|
||||||
weight: -47
|
|
||||||
menu_name: opencase
|
|
||||||
parent: ''
|
|
||||||
enabled: true
|
|
||||||
expanded: false
|
|
||||||
opencase__see_all:
|
|
||||||
weight: -50
|
|
||||||
menu_name: opencase
|
|
||||||
parent: ''
|
|
||||||
expanded: false
|
|
||||||
enabled: true
|
|
||||||
opencase__opencase_add_new_things_menu:
|
|
||||||
weight: -49
|
|
||||||
menu_name: opencase
|
|
||||||
parent: ''
|
|
||||||
expanded: false
|
|
||||||
enabled: true
|
|
||||||
opencase__opencase_admin_menu:
|
|
||||||
weight: -48
|
|
||||||
menu_name: opencase
|
|
||||||
parent: ''
|
|
||||||
expanded: false
|
|
||||||
enabled: true
|
|
||||||
'opencase__manage_taxonomy_links:client_status':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.opencase_admin_menu
|
|
||||||
expanded: false
|
|
||||||
weight: 0
|
|
||||||
'opencase__manage_taxonomy_links:clie':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.opencase_admin_menu
|
|
||||||
weight: 0
|
|
||||||
expanded: false
|
|
||||||
'opencase__manage_taxonomy_links:client_subtypes':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.opencase_admin_menu
|
|
||||||
weight: 0
|
|
||||||
expanded: false
|
|
||||||
'opencase__manage_taxonomy_links:client_types':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.opencase_admin_menu
|
|
||||||
weight: 0
|
|
||||||
expanded: false
|
|
||||||
'opencase__see_all_organisations_links:client':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.see_all
|
|
||||||
expanded: false
|
|
||||||
weight: 0
|
|
||||||
'opencase__see_all_organisations_links:partner_organisation':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.see_all
|
|
||||||
weight: 0
|
|
||||||
expanded: false
|
|
||||||
'opencase__see_all_people_links:trainer':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.see_all
|
|
||||||
weight: 0
|
|
||||||
expanded: false
|
|
||||||
'opencase__see_all_organisations_links:umbrella_client':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.see_all
|
|
||||||
weight: 0
|
|
||||||
expanded: false
|
|
||||||
'opencase__manage_taxonomy_links:oc_case_provider_role':
|
|
||||||
enabled: false
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.opencase_admin_menu
|
|
||||||
expanded: false
|
|
||||||
weight: 0
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ
|
default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
uuid: bce05a02-b793-466b-a492-1febe92d1f85
|
uuid: bce05a02-b793-466b-a492-1febe92d1f85
|
||||||
langcode: en
|
langcode: en
|
||||||
status: false
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- filter.format.basic_html
|
- filter.format.basic_html
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
uuid: 5dcb8bf1-2961-42ac-b031-3d152ae78c5d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.evaluation
|
|
||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
|
||||||
- user.role.gno_admin_user
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
- opencase_entities
|
|
||||||
- user
|
|
||||||
id: oc_case.project.activities
|
|
||||||
label: Activities
|
|
||||||
display_label: true
|
|
||||||
name: activities
|
|
||||||
description: ''
|
|
||||||
base_entity_type_id: oc_case
|
|
||||||
base_bundle_type_id: project
|
|
||||||
field_type_id: views
|
|
||||||
field_type_config:
|
|
||||||
view_name: activities_without_case
|
|
||||||
display: block_2
|
|
||||||
arguments: ''
|
|
||||||
field_type_condition:
|
|
||||||
'entity_bundle:oc_case':
|
|
||||||
id: 'entity_bundle:oc_case'
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_case: entity_extra_field.target_entity
|
|
||||||
bundles:
|
|
||||||
project: project
|
|
||||||
training: training
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
negate: false
|
|
||||||
routes: ''
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
pages: ''
|
|
||||||
current_theme:
|
|
||||||
id: current_theme
|
|
||||||
theme: ''
|
|
||||||
negate: 0
|
|
||||||
field_conditions_all_pass: false
|
|
||||||
display:
|
|
||||||
type: view
|
|
@ -1,46 +0,0 @@
|
|||||||
uuid: f28e376d-3695-41ec-843b-e7e6aec5c88e
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
- user.role.authenticated
|
|
||||||
module:
|
|
||||||
- opencase_cases
|
|
||||||
- opencase_entities
|
|
||||||
- user
|
|
||||||
id: oc_case.project.billing_details
|
|
||||||
label: 'Billing details'
|
|
||||||
display_label: true
|
|
||||||
name: billing_details
|
|
||||||
description: ''
|
|
||||||
base_entity_type_id: oc_case
|
|
||||||
base_bundle_type_id: project
|
|
||||||
field_type_id: views
|
|
||||||
field_type_config:
|
|
||||||
view_name: project_billing_details
|
|
||||||
display: page_1
|
|
||||||
arguments: ''
|
|
||||||
field_type_condition:
|
|
||||||
'entity_bundle:oc_case':
|
|
||||||
id: 'entity_bundle:oc_case'
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_case: entity_extra_field.target_entity
|
|
||||||
bundles:
|
|
||||||
project: project
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
negate: false
|
|
||||||
routes: ''
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
pages: ''
|
|
||||||
current_theme:
|
|
||||||
id: current_theme
|
|
||||||
theme: ''
|
|
||||||
negate: 0
|
|
||||||
field_conditions_all_pass: false
|
|
||||||
display:
|
|
||||||
type: view
|
|
@ -1,44 +0,0 @@
|
|||||||
uuid: cba6cacd-6ca4-4b4b-9300-d6113e4d77df
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- user.role.authenticated
|
|
||||||
module:
|
|
||||||
- opencase_cases
|
|
||||||
- user
|
|
||||||
id: oc_case.project.fees
|
|
||||||
label: Fees
|
|
||||||
display_label: true
|
|
||||||
name: fees
|
|
||||||
description: ''
|
|
||||||
base_entity_type_id: oc_case
|
|
||||||
base_bundle_type_id: project
|
|
||||||
field_type_id: views
|
|
||||||
field_type_config:
|
|
||||||
view_name: fees
|
|
||||||
display: block_1
|
|
||||||
arguments: ''
|
|
||||||
field_type_condition:
|
|
||||||
'entity_bundle:oc_case':
|
|
||||||
id: 'entity_bundle:oc_case'
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_case: entity_extra_field.target_entity
|
|
||||||
bundles:
|
|
||||||
project: project
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
negate: false
|
|
||||||
routes: ''
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
pages: ''
|
|
||||||
current_theme:
|
|
||||||
id: current_theme
|
|
||||||
theme: ''
|
|
||||||
negate: 0
|
|
||||||
field_conditions_all_pass: false
|
|
||||||
display:
|
|
||||||
type: view
|
|
@ -1,21 +1,20 @@
|
|||||||
uuid: 4cf9ed31-fa62-41b4-a7a3-2750e7769e00
|
uuid: 724b0e99-12c3-4028-a805-df614711c22f
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_case.field_date_of_training
|
- field.storage.oc_case.field_date_of_training
|
||||||
- field.storage.oc_case.field_number_of_participants
|
|
||||||
- field.storage.oc_case.field_project
|
- field.storage.oc_case.field_project
|
||||||
- field.storage.oc_case.field_training_status
|
- field.storage.oc_case.field_training_status
|
||||||
- field.storage.oc_case.field_training_type
|
- field.storage.oc_case.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
- system.menu.opencase
|
- system.menu.opencase
|
||||||
- user.role.authenticated
|
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
- options
|
- options
|
||||||
|
- paragraphs
|
||||||
- user
|
- user
|
||||||
id: oc_case.project.trainings
|
id: oc_case.project.trainings
|
||||||
label: Trainings
|
label: Trainings
|
||||||
@ -32,23 +31,23 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_case: entity_extra_field.target_entity
|
|
||||||
bundles:
|
bundles:
|
||||||
project: project
|
project: project
|
||||||
|
context_mapping:
|
||||||
|
oc_case: entity_extra_field.target_entity
|
||||||
|
negate: false
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
negate: false
|
|
||||||
routes: ''
|
routes: ''
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
negate: false
|
||||||
pages: ''
|
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
negate: 0
|
negate: 0
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: ''
|
||||||
|
negate: false
|
||||||
field_conditions_all_pass: false
|
field_conditions_all_pass: false
|
||||||
display:
|
display:
|
||||||
type: view
|
type: view
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
uuid: 59986339-28c0-46b7-a224-5e9a2196bb8c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.evaluation
|
|
||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
|
||||||
- user.role.gno_admin_user
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
- opencase_entities
|
|
||||||
- user
|
|
||||||
id: oc_case.training.activities
|
|
||||||
label: Activities
|
|
||||||
display_label: true
|
|
||||||
name: activities
|
|
||||||
description: ''
|
|
||||||
base_entity_type_id: oc_case
|
|
||||||
base_bundle_type_id: training
|
|
||||||
field_type_id: views
|
|
||||||
field_type_config:
|
|
||||||
view_name: activities_without_case
|
|
||||||
display: block_2
|
|
||||||
arguments: ''
|
|
||||||
field_type_condition:
|
|
||||||
'entity_bundle:oc_case':
|
|
||||||
id: 'entity_bundle:oc_case'
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_case: entity_extra_field.target_entity
|
|
||||||
bundles:
|
|
||||||
project: project
|
|
||||||
training: training
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
negate: false
|
|
||||||
routes: ''
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
pages: ''
|
|
||||||
current_theme:
|
|
||||||
id: current_theme
|
|
||||||
theme: ''
|
|
||||||
negate: 0
|
|
||||||
field_conditions_all_pass: false
|
|
||||||
display:
|
|
||||||
type: view
|
|
@ -1,18 +1,18 @@
|
|||||||
uuid: 72f123c9-f0ab-4c83-b87a-f8e02c7d92fc
|
uuid: 04731977-d193-4dc9-9e24-5f17a8ff5ac2
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
- user.role.authenticated
|
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
- user
|
- user
|
||||||
id: oc_case.training.debrief
|
id: oc_case.training.debriefs
|
||||||
label: Debrief
|
label: Debriefs
|
||||||
display_label: true
|
display_label: true
|
||||||
name: debrief
|
name: debriefs
|
||||||
description: ''
|
description: ''
|
||||||
base_entity_type_id: oc_case
|
base_entity_type_id: oc_case
|
||||||
base_bundle_type_id: training
|
base_bundle_type_id: training
|
||||||
@ -24,23 +24,23 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_case: entity_extra_field.target_entity
|
|
||||||
bundles:
|
bundles:
|
||||||
training: training
|
training: training
|
||||||
|
context_mapping:
|
||||||
|
oc_case: entity_extra_field.target_entity
|
||||||
|
negate: false
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
negate: false
|
|
||||||
routes: ''
|
routes: ''
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
negate: false
|
||||||
pages: ''
|
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
negate: 0
|
negate: 0
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: ''
|
||||||
|
negate: false
|
||||||
field_conditions_all_pass: false
|
field_conditions_all_pass: false
|
||||||
display:
|
display:
|
||||||
type: view
|
type: view
|
@ -24,23 +24,23 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_case: entity_extra_field.target_entity
|
|
||||||
bundles:
|
bundles:
|
||||||
training: training
|
training: training
|
||||||
|
context_mapping:
|
||||||
|
oc_case: entity_extra_field.target_entity
|
||||||
|
negate: false
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
negate: false
|
|
||||||
routes: ''
|
routes: ''
|
||||||
|
negate: false
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
negate: 0
|
negate: 0
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
negate: false
|
|
||||||
pages: ''
|
pages: ''
|
||||||
|
negate: false
|
||||||
field_conditions_all_pass: false
|
field_conditions_all_pass: false
|
||||||
display:
|
display:
|
||||||
type: view
|
type: view
|
||||||
|
@ -1,47 +0,0 @@
|
|||||||
uuid: ae8f2f7c-3545-46e4-9176-0c48725c38da
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case_provision.field_rate
|
|
||||||
- field.storage.oc_case_provision.field_rate_type
|
|
||||||
- user.role.authenticated
|
|
||||||
module:
|
|
||||||
- opencase_cases
|
|
||||||
- options
|
|
||||||
- user
|
|
||||||
id: oc_case.training.trainers
|
|
||||||
label: Trainers
|
|
||||||
display_label: true
|
|
||||||
name: trainers
|
|
||||||
description: ''
|
|
||||||
base_entity_type_id: oc_case
|
|
||||||
base_bundle_type_id: training
|
|
||||||
field_type_id: views
|
|
||||||
field_type_config:
|
|
||||||
view_name: case_provisions
|
|
||||||
display: block_1
|
|
||||||
arguments: ''
|
|
||||||
field_type_condition:
|
|
||||||
'entity_bundle:oc_case':
|
|
||||||
id: 'entity_bundle:oc_case'
|
|
||||||
bundles:
|
|
||||||
training: training
|
|
||||||
context_mapping:
|
|
||||||
oc_case: entity_extra_field.target_entity
|
|
||||||
negate: false
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
routes: ''
|
|
||||||
negate: false
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: ''
|
|
||||||
negate: false
|
|
||||||
current_theme:
|
|
||||||
id: current_theme
|
|
||||||
theme: ''
|
|
||||||
negate: 0
|
|
||||||
field_conditions_all_pass: false
|
|
||||||
display:
|
|
||||||
type: view
|
|
@ -1,46 +0,0 @@
|
|||||||
uuid: 78975dca-1800-41d5-96ad-bef6edbfcbb3
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- user.role.gno_admin_user
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
- opencase_entities
|
|
||||||
- user
|
|
||||||
id: oc_organisation.client.activities
|
|
||||||
label: Activities
|
|
||||||
display_label: true
|
|
||||||
name: activities
|
|
||||||
description: 'Activities that do not relate to a specific training.'
|
|
||||||
base_entity_type_id: oc_organisation
|
|
||||||
base_bundle_type_id: client
|
|
||||||
field_type_id: views
|
|
||||||
field_type_config:
|
|
||||||
view_name: activities_without_case
|
|
||||||
display: block_1
|
|
||||||
arguments: ''
|
|
||||||
field_type_condition:
|
|
||||||
'entity_bundle:oc_organisation':
|
|
||||||
id: 'entity_bundle:oc_organisation'
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_organisation: entity_extra_field.target_entity
|
|
||||||
bundles:
|
|
||||||
client: client
|
|
||||||
umbrella_client: umbrella_client
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
negate: false
|
|
||||||
routes: ''
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
pages: ''
|
|
||||||
current_theme:
|
|
||||||
id: current_theme
|
|
||||||
theme: ''
|
|
||||||
negate: 0
|
|
||||||
field_conditions_all_pass: false
|
|
||||||
display:
|
|
||||||
type: view
|
|
@ -1,22 +1,21 @@
|
|||||||
uuid: 57f257e9-5e60-4342-87b0-2bcfbc50b560
|
uuid: 8a57272e-e5d7-45cf-94f2-9bdb9c734cb9
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_case.field_date_of_training
|
- field.storage.oc_case.field_date_of_training
|
||||||
- field.storage.oc_case.field_project
|
- field.storage.oc_case.field_trainer
|
||||||
- field.storage.oc_case.field_training_status
|
- field.storage.paragraph.field_trainer
|
||||||
- field.storage.oc_case.field_training_type
|
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
- system.menu.opencase
|
- system.menu.opencase
|
||||||
- user.role.authenticated
|
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
|
- entity_reference_revisions
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- opencase_entities
|
|
||||||
- options
|
|
||||||
- paragraphs
|
- paragraphs
|
||||||
- user
|
- user
|
||||||
|
_core:
|
||||||
|
default_config_hash: Of0WcqhFUX1HB3oQfisZ29RgEzlpmN7kiIRRYU2nzMo
|
||||||
id: oc_organisation.client.trainings
|
id: oc_organisation.client.trainings
|
||||||
label: Trainings
|
label: Trainings
|
||||||
display_label: true
|
display_label: true
|
||||||
@ -30,20 +29,14 @@ field_type_config:
|
|||||||
display: block_2
|
display: block_2
|
||||||
arguments: ''
|
arguments: ''
|
||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_organisation':
|
|
||||||
id: 'entity_bundle:oc_organisation'
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
oc_organisation: entity_extra_field.target_entity
|
|
||||||
bundles: { }
|
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
negate: false
|
|
||||||
routes: ''
|
routes: ''
|
||||||
|
negate: false
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
negate: false
|
|
||||||
pages: ''
|
pages: ''
|
||||||
|
negate: false
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
|
@ -1,75 +0,0 @@
|
|||||||
uuid: 2285dbe0-b1c3-418b-b7cc-0a704bb857c0
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_case.project.field_contract_signed_date
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
module:
|
|
||||||
- opencase_cases
|
|
||||||
id: cav_projects_2
|
|
||||||
label: 'CAV Projects 2'
|
|
||||||
description: ''
|
|
||||||
help: ''
|
|
||||||
import_period: -1
|
|
||||||
fetcher: upload
|
|
||||||
fetcher_configuration:
|
|
||||||
allowed_extensions: 'txt csv tsv xml opml'
|
|
||||||
directory: 'private://feeds'
|
|
||||||
parser: csv
|
|
||||||
parser_configuration:
|
|
||||||
delimiter: ','
|
|
||||||
no_headers: false
|
|
||||||
line_limit: 100
|
|
||||||
processor: 'entity:oc_case'
|
|
||||||
processor_configuration:
|
|
||||||
langcode: en
|
|
||||||
update_existing: 0
|
|
||||||
update_non_existent: _delete
|
|
||||||
expire: -1
|
|
||||||
owner_feed_author: false
|
|
||||||
owner_id: 0
|
|
||||||
authorize: true
|
|
||||||
skip_hash_check: false
|
|
||||||
values:
|
|
||||||
type: project
|
|
||||||
insert_new: 1
|
|
||||||
custom_sources:
|
|
||||||
client:
|
|
||||||
label: CLIENT
|
|
||||||
value: CLIENT
|
|
||||||
machine_name: client
|
|
||||||
type: csv
|
|
||||||
project:
|
|
||||||
label: PROJECT
|
|
||||||
value: PROJECT
|
|
||||||
machine_name: project
|
|
||||||
type: csv
|
|
||||||
project_date:
|
|
||||||
label: 'PROJECT DATE'
|
|
||||||
value: 'PROJECT DATE'
|
|
||||||
machine_name: project_date
|
|
||||||
type: csv
|
|
||||||
mappings:
|
|
||||||
-
|
|
||||||
target: name
|
|
||||||
map:
|
|
||||||
value: project
|
|
||||||
unique: { }
|
|
||||||
settings: { }
|
|
||||||
-
|
|
||||||
target: client
|
|
||||||
map:
|
|
||||||
target_id: client
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
reference_by: name
|
|
||||||
autocreate: false
|
|
||||||
feeds_item: false
|
|
||||||
-
|
|
||||||
target: field_contract_signed_date
|
|
||||||
map:
|
|
||||||
value: project_date
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
timezone: UTC
|
|
@ -1,99 +0,0 @@
|
|||||||
uuid: 612cd149-6c4f-440f-a80b-d9cf11ee4f2c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.base_field_override.oc_case_provision.trainer.oc_provider
|
|
||||||
- opencase_cases.oc_case_provision_type.trainer
|
|
||||||
module:
|
|
||||||
- opencase_cases
|
|
||||||
id: csv_case_provisions
|
|
||||||
label: 'CSV Case Provisions'
|
|
||||||
description: ''
|
|
||||||
help: ''
|
|
||||||
import_period: 3600
|
|
||||||
fetcher: upload
|
|
||||||
fetcher_configuration:
|
|
||||||
allowed_extensions: 'txt csv tsv xml opml'
|
|
||||||
directory: 'public://feeds'
|
|
||||||
parser: csv
|
|
||||||
parser_configuration:
|
|
||||||
delimiter: ','
|
|
||||||
no_headers: false
|
|
||||||
line_limit: 100
|
|
||||||
processor: 'entity:oc_case_provision'
|
|
||||||
processor_configuration:
|
|
||||||
langcode: en
|
|
||||||
update_existing: 0
|
|
||||||
update_non_existent: _delete
|
|
||||||
expire: -1
|
|
||||||
owner_feed_author: false
|
|
||||||
owner_id: 0
|
|
||||||
authorize: true
|
|
||||||
skip_hash_check: false
|
|
||||||
values:
|
|
||||||
type: trainer
|
|
||||||
insert_new: 1
|
|
||||||
custom_sources:
|
|
||||||
training:
|
|
||||||
label: Training
|
|
||||||
value: Training
|
|
||||||
machine_name: training
|
|
||||||
type: csv
|
|
||||||
trainer:
|
|
||||||
label: Trainer
|
|
||||||
value: Trainer
|
|
||||||
machine_name: trainer
|
|
||||||
type: csv
|
|
||||||
role:
|
|
||||||
label: Role
|
|
||||||
value: Role
|
|
||||||
machine_name: role
|
|
||||||
type: csv
|
|
||||||
trainer_:
|
|
||||||
label: Trainer
|
|
||||||
value: Trainer
|
|
||||||
machine_name: trainer_
|
|
||||||
type: csv
|
|
||||||
name:
|
|
||||||
label: Name
|
|
||||||
value: Name
|
|
||||||
machine_name: name
|
|
||||||
type: csv
|
|
||||||
loop:
|
|
||||||
label: Loop
|
|
||||||
value: Loop
|
|
||||||
machine_name: loop
|
|
||||||
type: csv
|
|
||||||
mappings:
|
|
||||||
-
|
|
||||||
target: oc_case
|
|
||||||
map:
|
|
||||||
target_id: training
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
reference_by: name
|
|
||||||
autocreate: false
|
|
||||||
-
|
|
||||||
target: oc_provider
|
|
||||||
map:
|
|
||||||
target_id: loop
|
|
||||||
settings:
|
|
||||||
language: ''
|
|
||||||
reference_by: last_name
|
|
||||||
feeds_item: guid
|
|
||||||
autocreate: 0
|
|
||||||
-
|
|
||||||
target: oc_case_provider_role
|
|
||||||
map:
|
|
||||||
target_id: role
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
reference_by: name
|
|
||||||
autocreate: false
|
|
||||||
-
|
|
||||||
target: name
|
|
||||||
map:
|
|
||||||
value: name
|
|
||||||
unique: { }
|
|
||||||
settings: { }
|
|
@ -1,110 +0,0 @@
|
|||||||
uuid: 4eb11220-0e79-4e7f-a0d8-2300fb7b365b
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_organisation.client.field_client_subtype
|
|
||||||
- field.field.oc_organisation.client.field_client_type
|
|
||||||
- field.field.oc_organisation.client.field_tags
|
|
||||||
- field.field.oc_organisation.client.field_umbrella_client
|
|
||||||
- opencase_entities.oc_organisation_type.client
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
id: csv_clients
|
|
||||||
label: 'CSV Clients'
|
|
||||||
description: ''
|
|
||||||
help: ''
|
|
||||||
import_period: -1
|
|
||||||
fetcher: upload
|
|
||||||
fetcher_configuration:
|
|
||||||
allowed_extensions: 'txt csv tsv xml opml'
|
|
||||||
directory: 'public://feeds'
|
|
||||||
parser: csv
|
|
||||||
parser_configuration:
|
|
||||||
delimiter: ','
|
|
||||||
no_headers: false
|
|
||||||
line_limit: 100
|
|
||||||
processor: 'entity:oc_organisation'
|
|
||||||
processor_configuration:
|
|
||||||
langcode: en
|
|
||||||
update_existing: 1
|
|
||||||
update_non_existent: _delete
|
|
||||||
expire: -1
|
|
||||||
owner_feed_author: false
|
|
||||||
owner_id: 0
|
|
||||||
authorize: true
|
|
||||||
skip_hash_check: false
|
|
||||||
values:
|
|
||||||
type: client
|
|
||||||
insert_new: 1
|
|
||||||
custom_sources:
|
|
||||||
tags:
|
|
||||||
label: Tags
|
|
||||||
value: Tags
|
|
||||||
machine_name: tags
|
|
||||||
type: csv
|
|
||||||
name:
|
|
||||||
label: Name
|
|
||||||
value: Name
|
|
||||||
machine_name: name
|
|
||||||
type: csv
|
|
||||||
umbrella_client:
|
|
||||||
label: 'Umbrella Client'
|
|
||||||
value: 'Umbrella Client'
|
|
||||||
machine_name: umbrella_client
|
|
||||||
type: csv
|
|
||||||
client_type:
|
|
||||||
label: 'Client type'
|
|
||||||
value: 'Client type'
|
|
||||||
machine_name: client_type
|
|
||||||
type: csv
|
|
||||||
client_subtype:
|
|
||||||
label: 'Client subtype'
|
|
||||||
value: 'Client subtype'
|
|
||||||
machine_name: client_subtype
|
|
||||||
type: csv
|
|
||||||
umbrella_client_2:
|
|
||||||
label: 'Umbrella client'
|
|
||||||
value: 'Umbrella client'
|
|
||||||
machine_name: umbrella_client_2
|
|
||||||
type: csv
|
|
||||||
mappings:
|
|
||||||
-
|
|
||||||
target: field_tags
|
|
||||||
map:
|
|
||||||
target_id: tags
|
|
||||||
settings:
|
|
||||||
language: ''
|
|
||||||
reference_by: name
|
|
||||||
autocreate: '1'
|
|
||||||
-
|
|
||||||
target: name
|
|
||||||
map:
|
|
||||||
value: name
|
|
||||||
unique: { }
|
|
||||||
settings: { }
|
|
||||||
-
|
|
||||||
target: field_umbrella_client
|
|
||||||
map:
|
|
||||||
target_id: umbrella_client_2
|
|
||||||
settings:
|
|
||||||
language: ''
|
|
||||||
reference_by: id
|
|
||||||
feeds_item: guid
|
|
||||||
autocreate: 0
|
|
||||||
-
|
|
||||||
target: field_client_type
|
|
||||||
map:
|
|
||||||
target_id: client_type
|
|
||||||
settings:
|
|
||||||
language: ''
|
|
||||||
reference_by: name
|
|
||||||
autocreate: '1'
|
|
||||||
-
|
|
||||||
target: field_client_subtype
|
|
||||||
map:
|
|
||||||
target_id: client_subtype
|
|
||||||
settings:
|
|
||||||
language: ''
|
|
||||||
reference_by: name
|
|
||||||
autocreate: '1'
|
|
@ -1,86 +0,0 @@
|
|||||||
uuid: 8e347001-5784-40b1-b6e1-3ff3b8773dd3
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_cases.oc_case_fee_type.project_fee
|
|
||||||
module:
|
|
||||||
- opencase_cases
|
|
||||||
id: csv_fee_categories_and_fees
|
|
||||||
label: 'CSV Fee Categories and Fees'
|
|
||||||
description: ''
|
|
||||||
help: ''
|
|
||||||
import_period: -1
|
|
||||||
fetcher: upload
|
|
||||||
fetcher_configuration:
|
|
||||||
allowed_extensions: 'txt csv tsv xml opml'
|
|
||||||
directory: 'private://feeds'
|
|
||||||
parser: csv
|
|
||||||
parser_configuration:
|
|
||||||
delimiter: ','
|
|
||||||
no_headers: false
|
|
||||||
line_limit: 100
|
|
||||||
processor: 'entity:oc_case_fee'
|
|
||||||
processor_configuration:
|
|
||||||
langcode: en
|
|
||||||
update_existing: 0
|
|
||||||
update_non_existent: _keep
|
|
||||||
expire: -1
|
|
||||||
owner_feed_author: false
|
|
||||||
owner_id: 0
|
|
||||||
authorize: true
|
|
||||||
skip_hash_check: false
|
|
||||||
values:
|
|
||||||
type: project_fee
|
|
||||||
insert_new: 1
|
|
||||||
custom_sources:
|
|
||||||
fee_category:
|
|
||||||
label: 'FEE CATEGORY'
|
|
||||||
value: 'FEE CATEGORY'
|
|
||||||
machine_name: fee_category
|
|
||||||
type: csv
|
|
||||||
fee_amount:
|
|
||||||
label: 'FEE AMOUNT'
|
|
||||||
value: 'FEE AMOUNT'
|
|
||||||
machine_name: fee_amount
|
|
||||||
type: csv
|
|
||||||
project:
|
|
||||||
label: PROJECT
|
|
||||||
value: PROJECT
|
|
||||||
machine_name: project
|
|
||||||
type: csv
|
|
||||||
name:
|
|
||||||
label: NAME
|
|
||||||
value: NAME
|
|
||||||
machine_name: name
|
|
||||||
type: csv
|
|
||||||
mappings:
|
|
||||||
-
|
|
||||||
target: oc_fee_category
|
|
||||||
map:
|
|
||||||
target_id: fee_category
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
reference_by: name
|
|
||||||
autocreate: false
|
|
||||||
-
|
|
||||||
target: amount
|
|
||||||
map:
|
|
||||||
value: fee_amount
|
|
||||||
unique: { }
|
|
||||||
settings: { }
|
|
||||||
-
|
|
||||||
target: oc_case
|
|
||||||
map:
|
|
||||||
target_id: project
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
reference_by: name
|
|
||||||
autocreate: false
|
|
||||||
feeds_item: false
|
|
||||||
-
|
|
||||||
target: name
|
|
||||||
map:
|
|
||||||
value: name
|
|
||||||
unique: { }
|
|
||||||
settings: { }
|
|
@ -1,34 +0,0 @@
|
|||||||
uuid: 598b7583-02ff-4797-8613-7f182cd5c951
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- node.type.article
|
|
||||||
module:
|
|
||||||
- node
|
|
||||||
id: csv_projects
|
|
||||||
label: 'CSV Projects'
|
|
||||||
description: ''
|
|
||||||
help: ''
|
|
||||||
import_period: 3600
|
|
||||||
fetcher: upload
|
|
||||||
fetcher_configuration:
|
|
||||||
allowed_extensions: 'txt csv tsv xml opml'
|
|
||||||
directory: 'private://feeds'
|
|
||||||
parser: syndication
|
|
||||||
parser_configuration: { }
|
|
||||||
processor: 'entity:node'
|
|
||||||
processor_configuration:
|
|
||||||
langcode: en
|
|
||||||
update_existing: 0
|
|
||||||
update_non_existent: _delete
|
|
||||||
expire: -1
|
|
||||||
owner_feed_author: false
|
|
||||||
owner_id: 0
|
|
||||||
authorize: true
|
|
||||||
skip_hash_check: false
|
|
||||||
values:
|
|
||||||
type: article
|
|
||||||
insert_new: 1
|
|
||||||
custom_sources: { }
|
|
||||||
mappings: { }
|
|
@ -1,110 +0,0 @@
|
|||||||
uuid: fcae341e-1c7d-4a25-8cd5-dfc78d13a941
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_case.training.field_date_of_training
|
|
||||||
- field.field.oc_case.training.field_number_of_participants
|
|
||||||
- field.field.oc_case.training.field_training_type
|
|
||||||
- opencase_cases.oc_case_type.training
|
|
||||||
module:
|
|
||||||
- opencase_cases
|
|
||||||
id: csv_training_entities
|
|
||||||
label: 'CSV Training entities'
|
|
||||||
description: ''
|
|
||||||
help: ''
|
|
||||||
import_period: 0
|
|
||||||
fetcher: upload
|
|
||||||
fetcher_configuration:
|
|
||||||
allowed_extensions: 'txt csv tsv xml opml'
|
|
||||||
directory: 'private://feeds'
|
|
||||||
parser: csv
|
|
||||||
parser_configuration:
|
|
||||||
delimiter: ','
|
|
||||||
no_headers: false
|
|
||||||
line_limit: 100
|
|
||||||
processor: 'entity:oc_case'
|
|
||||||
processor_configuration:
|
|
||||||
langcode: en
|
|
||||||
update_existing: 0
|
|
||||||
update_non_existent: _delete
|
|
||||||
expire: -1
|
|
||||||
owner_feed_author: false
|
|
||||||
owner_id: 0
|
|
||||||
authorize: true
|
|
||||||
skip_hash_check: false
|
|
||||||
values:
|
|
||||||
type: training
|
|
||||||
insert_new: 1
|
|
||||||
custom_sources:
|
|
||||||
client:
|
|
||||||
label: CLIENT
|
|
||||||
value: CLIENT
|
|
||||||
machine_name: client
|
|
||||||
type: csv
|
|
||||||
training_name:
|
|
||||||
label: 'TRAINING NAME'
|
|
||||||
value: 'TRAINING NAME'
|
|
||||||
machine_name: training_name
|
|
||||||
type: csv
|
|
||||||
training_type:
|
|
||||||
label: 'TRAINING TYPE'
|
|
||||||
value: 'TRAINING TYPE'
|
|
||||||
machine_name: training_type
|
|
||||||
type: csv
|
|
||||||
date_of_training:
|
|
||||||
label: 'DATE OF TRAINING'
|
|
||||||
value: 'DATE OF TRAINING'
|
|
||||||
machine_name: date_of_training
|
|
||||||
type: csv
|
|
||||||
number_of_participants:
|
|
||||||
label: 'NUMBER OF PARTICIPANTS'
|
|
||||||
value: 'NUMBER OF PARTICIPANTS'
|
|
||||||
machine_name: number_of_participants
|
|
||||||
type: csv
|
|
||||||
notes:
|
|
||||||
label: NOTES
|
|
||||||
value: NOTES
|
|
||||||
machine_name: notes
|
|
||||||
type: csv
|
|
||||||
mappings:
|
|
||||||
-
|
|
||||||
target: client
|
|
||||||
map:
|
|
||||||
target_id: client
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
reference_by: name
|
|
||||||
autocreate: false
|
|
||||||
feeds_item: false
|
|
||||||
-
|
|
||||||
target: name
|
|
||||||
map:
|
|
||||||
value: training_name
|
|
||||||
unique: { }
|
|
||||||
settings: { }
|
|
||||||
-
|
|
||||||
target: field_training_type
|
|
||||||
map:
|
|
||||||
value: training_type
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
-
|
|
||||||
target: field_date_of_training
|
|
||||||
map:
|
|
||||||
value: date_of_training
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
timezone: UTC
|
|
||||||
-
|
|
||||||
target: field_number_of_participants
|
|
||||||
map:
|
|
||||||
value: number_of_participants
|
|
||||||
unique: { }
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
-
|
|
||||||
target: notes
|
|
||||||
map:
|
|
||||||
value: notes
|
|
||||||
settings: { }
|
|
@ -1,72 +0,0 @@
|
|||||||
uuid: 17ebbce1-9756-400f-a58a-65b765f00813
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
|
||||||
- opencase_entities.oc_organisation_type.umbrella_client
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
id: csv_umbrella_client
|
|
||||||
label: 'CSV Umbrella Clients'
|
|
||||||
description: ''
|
|
||||||
help: ''
|
|
||||||
import_period: -1
|
|
||||||
fetcher: upload
|
|
||||||
fetcher_configuration:
|
|
||||||
allowed_extensions: 'txt csv tsv xml opml'
|
|
||||||
directory: 'public://feeds'
|
|
||||||
parser: csv
|
|
||||||
parser_configuration:
|
|
||||||
delimiter: ','
|
|
||||||
no_headers: false
|
|
||||||
line_limit: 100
|
|
||||||
processor: 'entity:oc_organisation'
|
|
||||||
processor_configuration:
|
|
||||||
langcode: en
|
|
||||||
update_existing: 0
|
|
||||||
update_non_existent: _delete
|
|
||||||
expire: -1
|
|
||||||
owner_feed_author: false
|
|
||||||
owner_id: 0
|
|
||||||
authorize: true
|
|
||||||
skip_hash_check: false
|
|
||||||
values:
|
|
||||||
type: umbrella_client
|
|
||||||
insert_new: 1
|
|
||||||
custom_sources:
|
|
||||||
name:
|
|
||||||
label: name
|
|
||||||
value: name
|
|
||||||
machine_name: name
|
|
||||||
type: csv
|
|
||||||
field_type_of_umbrella_client:
|
|
||||||
label: field_type_of_umbrella_client
|
|
||||||
value: field_type_of_umbrella_client
|
|
||||||
machine_name: field_type_of_umbrella_client
|
|
||||||
type: csv
|
|
||||||
contact_name:
|
|
||||||
label: contact_name
|
|
||||||
value: contact_name
|
|
||||||
machine_name: contact_name
|
|
||||||
type: csv
|
|
||||||
mappings:
|
|
||||||
-
|
|
||||||
target: name
|
|
||||||
map:
|
|
||||||
value: name
|
|
||||||
unique:
|
|
||||||
value: '1'
|
|
||||||
settings: { }
|
|
||||||
-
|
|
||||||
target: field_type_of_umbrella_client
|
|
||||||
map:
|
|
||||||
value: field_type_of_umbrella_client
|
|
||||||
settings:
|
|
||||||
language: null
|
|
||||||
-
|
|
||||||
target: contact_name
|
|
||||||
map:
|
|
||||||
value: contact_name
|
|
||||||
unique: { }
|
|
||||||
settings: { }
|
|
@ -1,40 +0,0 @@
|
|||||||
uuid: ad3e47c2-2f4b-46d5-9107-86192040fead
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_actor_type.trainer
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
id: trainers
|
|
||||||
label: 'CSV Trainers'
|
|
||||||
description: ''
|
|
||||||
help: ''
|
|
||||||
import_period: -1
|
|
||||||
fetcher: http
|
|
||||||
fetcher_configuration:
|
|
||||||
auto_detect_feeds: false
|
|
||||||
use_pubsubhubbub: false
|
|
||||||
always_download: false
|
|
||||||
fallback_hub: ''
|
|
||||||
request_timeout: 30
|
|
||||||
parser: csv
|
|
||||||
parser_configuration:
|
|
||||||
delimiter: ','
|
|
||||||
no_headers: false
|
|
||||||
line_limit: 100
|
|
||||||
processor: 'entity:oc_actor'
|
|
||||||
processor_configuration:
|
|
||||||
langcode: en
|
|
||||||
update_existing: 0
|
|
||||||
update_non_existent: _delete
|
|
||||||
expire: -1
|
|
||||||
owner_feed_author: false
|
|
||||||
owner_id: 0
|
|
||||||
authorize: true
|
|
||||||
skip_hash_check: false
|
|
||||||
values:
|
|
||||||
type: trainer
|
|
||||||
insert_new: 1
|
|
||||||
custom_sources: { }
|
|
||||||
mappings: { }
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 8ea56c44-d41d-4b54-8e94-3436d9a0bfed
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.node.feeds_item
|
|
||||||
- node.type.article
|
|
||||||
module:
|
|
||||||
- feeds
|
|
||||||
id: node.article.feeds_item
|
|
||||||
field_name: feeds_item
|
|
||||||
entity_type: node
|
|
||||||
bundle: article
|
|
||||||
label: 'Feeds item'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:feeds_feed'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: feeds_item
|
|
@ -1,19 +0,0 @@
|
|||||||
uuid: b9f11c90-860d-473c-bbb7-485742ca4cff
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_activity.field_caption_for_photo
|
|
||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
|
||||||
id: oc_activity.trainer_debrief.field_caption_for_photo
|
|
||||||
field_name: field_caption_for_photo
|
|
||||||
entity_type: oc_activity
|
|
||||||
bundle: trainer_debrief
|
|
||||||
label: 'Caption for photo'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings: { }
|
|
||||||
field_type: string_long
|
|
@ -0,0 +1,21 @@
|
|||||||
|
uuid: 78379738-8834-4314-a1cb-e5f19c4ffb5c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_activity.field_how_was_this_delivered_
|
||||||
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_activity.trainer_debrief.field_how_was_this_delivered_
|
||||||
|
field_name: field_how_was_this_delivered_
|
||||||
|
entity_type: oc_activity
|
||||||
|
bundle: trainer_debrief
|
||||||
|
label: 'How was this delivered?'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
19
config/field.field.oc_activity.trainer_debrief.field_ph.yml
Normal file
19
config/field.field.oc_activity.trainer_debrief.field_ph.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 1b77fbc2-7db0-4e24-99d2-ff8f669e302c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_activity.field_ph
|
||||||
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
|
id: oc_activity.trainer_debrief.field_ph
|
||||||
|
field_name: field_ph
|
||||||
|
entity_type: oc_activity
|
||||||
|
bundle: trainer_debrief
|
||||||
|
label: 'Photo caption'
|
||||||
|
description: 'If this was an in person session, we will share a photo (if you took one!) from this session on our social media. Please sum it up in a positive light if you can from your trainer perspective and we will use this for the caption'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string_long
|
@ -23,10 +23,10 @@ settings:
|
|||||||
max_filesize: ''
|
max_filesize: ''
|
||||||
max_resolution: ''
|
max_resolution: ''
|
||||||
min_resolution: ''
|
min_resolution: ''
|
||||||
alt_field: false
|
alt_field: true
|
||||||
alt_field_required: false
|
alt_field_required: true
|
||||||
title_field: true
|
title_field: false
|
||||||
title_field_required: true
|
title_field_required: false
|
||||||
default_image:
|
default_image:
|
||||||
uuid: ''
|
uuid: ''
|
||||||
alt: ''
|
alt: ''
|
||||||
|
@ -0,0 +1,28 @@
|
|||||||
|
uuid: e52c7893-2f84-4b78-b2b8-8313bd936852
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_activity.field_trainer
|
||||||
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
|
- opencase_entities.oc_actor_type.trainer
|
||||||
|
id: oc_activity.trainer_debrief.field_trainer
|
||||||
|
field_name: field_trainer
|
||||||
|
entity_type: oc_activity
|
||||||
|
bundle: trainer_debrief
|
||||||
|
label: Trainer
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:oc_actor'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
trainer: trainer
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 48212965-7239-40e6-b653-cb162c079816
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_actor.feeds_item
|
|
||||||
- opencase_entities.oc_actor_type.trainer
|
|
||||||
module:
|
|
||||||
- feeds
|
|
||||||
id: oc_actor.trainer.feeds_item
|
|
||||||
field_name: feeds_item
|
|
||||||
entity_type: oc_actor
|
|
||||||
bundle: trainer
|
|
||||||
label: 'Feeds item'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:feeds_feed'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: feeds_item
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: c571d051-afbf-4593-8d8e-436cf655c23d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_actor.field_active
|
|
||||||
- opencase_entities.oc_actor_type.trainer
|
|
||||||
id: oc_actor.trainer.field_active
|
|
||||||
field_name: field_active
|
|
||||||
entity_type: oc_actor
|
|
||||||
bundle: trainer
|
|
||||||
label: Active
|
|
||||||
description: 'Unticking this box means the trainer is not currently active and will not show up when selecting trainers to add to trainings. '
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value:
|
|
||||||
-
|
|
||||||
value: 1
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
on_label: 'Yes'
|
|
||||||
off_label: 'No'
|
|
||||||
field_type: boolean
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 257f2c44-7371-495b-a41d-df7b433bc33d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.feeds_item
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
module:
|
|
||||||
- feeds
|
|
||||||
id: oc_case.project.feeds_item
|
|
||||||
field_name: feeds_item
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: project
|
|
||||||
label: 'Feeds item'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:feeds_feed'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: feeds_item
|
|
40
config/field.field.oc_case.project.field_fee.yml
Normal file
40
config/field.field.oc_case.project.field_fee.yml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
uuid: 0ec431ed-c572-41c3-9796-54a5f94b2cba
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
|
- paragraphs.paragraphs_type.fee
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
id: oc_case.project.field_fee
|
||||||
|
field_name: field_fee
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: project
|
||||||
|
label: Fees
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:paragraph'
|
||||||
|
handler_settings:
|
||||||
|
negate: 0
|
||||||
|
target_bundles:
|
||||||
|
fee: fee
|
||||||
|
target_bundles_drag_drop:
|
||||||
|
availability:
|
||||||
|
weight: 5
|
||||||
|
enabled: false
|
||||||
|
emergency_contact:
|
||||||
|
weight: 6
|
||||||
|
enabled: false
|
||||||
|
fee:
|
||||||
|
enabled: true
|
||||||
|
weight: 7
|
||||||
|
trainer:
|
||||||
|
weight: 8
|
||||||
|
enabled: false
|
||||||
|
field_type: entity_reference_revisions
|
@ -1,19 +0,0 @@
|
|||||||
uuid: cec8eb04-c5a8-461f-be02-3d3f5d4ed161
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_invoicing_notes
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
id: oc_case.project.field_invoicing_notes
|
|
||||||
field_name: field_invoicing_notes
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: project
|
|
||||||
label: 'Invoicing notes'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings: { }
|
|
||||||
field_type: string_long
|
|
@ -1,33 +0,0 @@
|
|||||||
uuid: 615e68c9-6593-4720-97db-b77bdad48eb2
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_invoicing_status
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
- taxonomy.vocabulary.invoicing_statuses
|
|
||||||
content:
|
|
||||||
- 'taxonomy_term:invoicing_statuses:18d498c4-a77c-4724-9512-58d72f245c16'
|
|
||||||
id: oc_case.project.field_invoicing_status
|
|
||||||
field_name: field_invoicing_status
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: project
|
|
||||||
label: 'Invoicing status'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value:
|
|
||||||
-
|
|
||||||
target_uuid: 18d498c4-a77c-4724-9512-58d72f245c16
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:taxonomy_term'
|
|
||||||
handler_settings:
|
|
||||||
target_bundles:
|
|
||||||
invoicing_statuses: invoicing_statuses
|
|
||||||
sort:
|
|
||||||
field: name
|
|
||||||
direction: asc
|
|
||||||
auto_create: false
|
|
||||||
auto_create_bundle: ''
|
|
||||||
field_type: entity_reference
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 485b2e9f-88b1-4848-839f-473f7ee02478
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_link_to_invoice
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
module:
|
|
||||||
- link
|
|
||||||
id: oc_case.project.field_link_to_invoice
|
|
||||||
field_name: field_link_to_invoice
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: project
|
|
||||||
label: 'Link to invoice'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
title: 0
|
|
||||||
link_type: 16
|
|
||||||
field_type: link
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 6a88f0d0-60ac-4c8b-b2c5-66a12c101df8
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.feeds_item
|
|
||||||
- opencase_cases.oc_case_type.training
|
|
||||||
module:
|
|
||||||
- feeds
|
|
||||||
id: oc_case.training.feeds_item
|
|
||||||
field_name: feeds_item
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: training
|
|
||||||
label: 'Feeds item'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:feeds_feed'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: feeds_item
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 588f54aa-5542-4e6c-902b-88ccc3088dc4
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_number_of_participants
|
|
||||||
- opencase_cases.oc_case_type.training
|
|
||||||
id: oc_case.training.field_number_of_participants
|
|
||||||
field_name: field_number_of_participants
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: training
|
|
||||||
label: 'Number of participants'
|
|
||||||
description: 'This is a read-only field which will be populated when a trainer submits their debrief.'
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
min: null
|
|
||||||
max: null
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
field_type: integer
|
|
@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_case.field_project
|
- field.storage.oc_case.field_project
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
id: oc_case.training.field_project
|
id: oc_case.training.field_project
|
||||||
field_name: field_project
|
field_name: field_project
|
||||||
@ -16,10 +17,12 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
handler: views
|
handler: 'default:oc_case'
|
||||||
handler_settings:
|
handler_settings:
|
||||||
view:
|
target_bundles:
|
||||||
view_name: projects
|
project: project
|
||||||
display_name: entity_reference_1
|
sort:
|
||||||
arguments: { }
|
field: _none
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
33
config/field.field.oc_case.training.field_trainer.yml
Normal file
33
config/field.field.oc_case.training.field_trainer.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
uuid: c722bc26-a033-4f9d-8f04-a65b247e113b
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_trainer
|
||||||
|
- opencase_cases.oc_case_type.training
|
||||||
|
- paragraphs.paragraphs_type.trainer
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
_core:
|
||||||
|
default_config_hash: o2DTDQHJfJCyEoBkkDbvkoaAFv-DRtgFn_nGl4in-0s
|
||||||
|
id: oc_case.training.field_trainer
|
||||||
|
field_name: field_trainer
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: training
|
||||||
|
label: Trainers
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:paragraph'
|
||||||
|
handler_settings:
|
||||||
|
negate: 0
|
||||||
|
target_bundles:
|
||||||
|
trainer: trainer
|
||||||
|
target_bundles_drag_drop:
|
||||||
|
trainer:
|
||||||
|
enabled: true
|
||||||
|
weight: 2
|
||||||
|
field_type: entity_reference_revisions
|
@ -1,23 +0,0 @@
|
|||||||
uuid: a405f668-5418-4ac5-a3a7-e176a2aa378a
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_training_delivery_format
|
|
||||||
- opencase_cases.oc_case_type.training
|
|
||||||
module:
|
|
||||||
- options
|
|
||||||
id: oc_case.training.field_training_delivery_format
|
|
||||||
field_name: field_training_delivery_format
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: training
|
|
||||||
label: 'Delivery format'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value:
|
|
||||||
-
|
|
||||||
value: 'In person'
|
|
||||||
default_value_callback: ''
|
|
||||||
settings: { }
|
|
||||||
field_type: list_string
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: e4ac2e15-209e-4598-83df-07937bae60d6
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case_fee.feeds_item
|
|
||||||
- opencase_cases.oc_case_fee_type.project_fee
|
|
||||||
module:
|
|
||||||
- feeds
|
|
||||||
id: oc_case_fee.project_fee.feeds_item
|
|
||||||
field_name: feeds_item
|
|
||||||
entity_type: oc_case_fee
|
|
||||||
bundle: project_fee
|
|
||||||
label: 'Feeds item'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:feeds_feed'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: feeds_item
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: b1cb77c9-9177-4e86-8a09-d8acbdd2f34e
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case_provision.feeds_item
|
|
||||||
- opencase_cases.oc_case_provision_type.trainer
|
|
||||||
module:
|
|
||||||
- feeds
|
|
||||||
id: oc_case_provision.trainer.feeds_item
|
|
||||||
field_name: feeds_item
|
|
||||||
entity_type: oc_case_provision
|
|
||||||
bundle: trainer
|
|
||||||
label: 'Feeds item'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:feeds_feed'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: feeds_item
|
|
@ -1,25 +0,0 @@
|
|||||||
uuid: 6eabba7d-8c24-400e-9e90-588a1732b89a
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case_provision.field_rate
|
|
||||||
- opencase_cases.oc_case_provision_type.trainer
|
|
||||||
id: oc_case_provision.trainer.field_rate
|
|
||||||
field_name: field_rate
|
|
||||||
entity_type: oc_case_provision
|
|
||||||
bundle: trainer
|
|
||||||
label: Rate
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value:
|
|
||||||
-
|
|
||||||
value: !!float 120
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
min: null
|
|
||||||
max: null
|
|
||||||
prefix: £
|
|
||||||
suffix: ''
|
|
||||||
field_type: decimal
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 5efe46e6-d1eb-45f6-8fb0-6647fd7a9bcb
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case_provision.field_rate_type
|
|
||||||
- opencase_cases.oc_case_provision_type.trainer
|
|
||||||
module:
|
|
||||||
- options
|
|
||||||
id: oc_case_provision.trainer.field_rate_type
|
|
||||||
field_name: field_rate_type
|
|
||||||
entity_type: oc_case_provision
|
|
||||||
bundle: trainer
|
|
||||||
label: 'Rate type'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value:
|
|
||||||
-
|
|
||||||
value: standard
|
|
||||||
default_value_callback: ''
|
|
||||||
settings: { }
|
|
||||||
field_type: list_string
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user