Compare commits
No commits in common. "master" and "0.2.1" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
*.swp
|
*.swp
|
||||||
vendor
|
|
||||||
|
31
README.md
31
README.md
@ -1,36 +1,17 @@
|
|||||||
# OpenCase
|
# OpenCase
|
||||||
A simple case-management system
|
A simple, case-management-focused CRM for small altruistic organisations.
|
||||||
|
|
||||||
|
## Current Status
|
||||||
|
**13 May 2018** A demo site, with basic functionality is available at demo.opencase.org.uk. If you are interested, raise an issue and I will get the login to you somehow.
|
||||||
|
|
||||||
## The Plan
|
## The Plan
|
||||||
OpenCase will be available as:
|
OpenCase will be available as:
|
||||||
* A Drupal module, on drupal.org
|
* A Drupal module, on drupal.org
|
||||||
|
* A Drupal install profile / distribution
|
||||||
* A hosted service
|
* A hosted service
|
||||||
|
|
||||||
### Features
|
|
||||||
#### Existing
|
|
||||||
* Completely configurable person types, case types and activity types
|
|
||||||
* Search
|
|
||||||
* Basic Reporting
|
|
||||||
* Basic user roles (caseworker, volunteer co-ordinator, site admin etc) with access control
|
|
||||||
|
|
||||||
#### Coming soon
|
|
||||||
* Better reporting (currently only reports on defaults fields and not user-added ones)
|
|
||||||
* Allocation of tasks, overview of tasks and their stage of completion
|
|
||||||
* Appointments and notifications
|
|
||||||
|
|
||||||
## Current Status
|
|
||||||
**11 Nov 2018**
|
|
||||||
### User Base
|
|
||||||
OpenCase is being used by a couple of organisations, early adopters on the hosted platform.
|
|
||||||
### Availability as Free Software
|
|
||||||
If you want to install OpenCase for yourself, please get in touch via Issues. It is changing rapidly and the install process is currently undocumented but I am more than happy to guide you through.
|
|
||||||
### Try it out
|
|
||||||
A demo site, with basic functionality is available at demo.opencase.org.uk. If you are interested, raise an issue and I will get the login to you somehow.
|
|
||||||
|
|
||||||
## Find out more
|
## Find out more
|
||||||
* More details, including user stories for future development, can be found in the [OpenCase Gitbook](https://hoegrammer.gitbooks.io/opencase/content/)
|
* More details, including user stories for future development, can be found in the [OpenCase Gitbook](https://hoegrammer.gitbooks.io/zen-crm/content/)
|
||||||
* Raise an issue to contact the developer.
|
* Raise an issue to contact the developer.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
ciac_grouped_views:
|
|
||||||
version: 1.x
|
|
||||||
css:
|
|
||||||
layout:
|
|
||||||
css/grouped_views.css: {}
|
|
@ -1 +0,0 @@
|
|||||||
./../../../../vendor/bin/drush config:export --destination=modules/contrib/opencase/config/optional -y && git add . && git commit
|
|
@ -1,17 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "autonomic/opencase",
|
"name": "drupal/opencase",
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"authors": [
|
"description": "Simple Case Management",
|
||||||
{
|
"keywords": ["Drupal"],
|
||||||
"name": "autonomic",
|
"license": "GPL-2.0+",
|
||||||
"email": "helo@autonomic.zone"
|
"homepage": "https://www.drupal.org/project/opencase",
|
||||||
}
|
"minimum-stability": "dev",
|
||||||
],
|
"support": {
|
||||||
"require": {
|
"issues": "https://www.drupal.org/project/issues/opencase",
|
||||||
"composer/installers": "*",
|
"source": "http://cgit.drupalcode.org/opencase"
|
||||||
"drupal/superfish": "*",
|
},
|
||||||
"drupal/views_autosubmit": "*",
|
"require": { }
|
||||||
"drupal/smtp": "*",
|
|
||||||
"drupal/paragraphs_collapsible": "*"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- opencase
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: actortypehelp
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: -11
|
|
||||||
provider: null
|
|
||||||
plugin: actor_type_help
|
|
||||||
settings:
|
|
||||||
id: actor_type_help
|
|
||||||
label: 'Actor Type Help'
|
|
||||||
provider: opencase
|
|
||||||
label_display: '0'
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: '/admin/opencase/oc_actor_type/*/edit/fields'
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
@ -1,28 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.equal_opps_records
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: exposedformequal_opps_recordspage_1
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:equal_opps_records-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:equal_opps_records-page_1'
|
|
||||||
label: ''
|
|
||||||
provider: views
|
|
||||||
label_display: visible
|
|
||||||
views_label: 'Search by (whole) first or last name.'
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: /equal-opps-records
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
@ -1,69 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.opencase
|
|
||||||
module:
|
|
||||||
- superfish
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: opencase
|
|
||||||
theme: bartik
|
|
||||||
region: primary_menu
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'superfish:opencase'
|
|
||||||
settings:
|
|
||||||
id: 'superfish:opencase'
|
|
||||||
label: OpenCase
|
|
||||||
provider: superfish
|
|
||||||
label_display: '0'
|
|
||||||
level: '1'
|
|
||||||
depth: '0'
|
|
||||||
menu_type: horizontal
|
|
||||||
style: none
|
|
||||||
arrow: 0
|
|
||||||
shadow: 1
|
|
||||||
speed: fast
|
|
||||||
delay: '800'
|
|
||||||
slide: vertical
|
|
||||||
supposition: 1
|
|
||||||
hoverintent: 1
|
|
||||||
touch: '1'
|
|
||||||
touchbh: '1'
|
|
||||||
touchbp: '768'
|
|
||||||
touchua: '0'
|
|
||||||
touchual: ''
|
|
||||||
touchuam: '0'
|
|
||||||
small: '2'
|
|
||||||
smallbp: '768'
|
|
||||||
smallua: '0'
|
|
||||||
smallual: ''
|
|
||||||
smalluam: '0'
|
|
||||||
smallact: '1'
|
|
||||||
smallset: ''
|
|
||||||
smallasa: 0
|
|
||||||
smallcmc: 0
|
|
||||||
smallecm: ''
|
|
||||||
smallchc: 0
|
|
||||||
smallech: ''
|
|
||||||
smallicm: ''
|
|
||||||
smallich: ''
|
|
||||||
smallamt: ''
|
|
||||||
smallabt: '1'
|
|
||||||
supersubs: 1
|
|
||||||
minwidth: '12'
|
|
||||||
maxwidth: '27'
|
|
||||||
multicolumn: 0
|
|
||||||
multicolumn_depth: '1'
|
|
||||||
multicolumn_levels: '1'
|
|
||||||
pathlevels: '1'
|
|
||||||
expanded: 0
|
|
||||||
clone_parent: 0
|
|
||||||
hide_linkdescription: 0
|
|
||||||
add_linkdescription: 0
|
|
||||||
link_depth_class: 1
|
|
||||||
custom_list_class: ''
|
|
||||||
custom_item_class: ''
|
|
||||||
custom_link_class: ''
|
|
||||||
visibility: { }
|
|
@ -1,7 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: opencase
|
|
||||||
label: OpenCase
|
|
||||||
description: 'Main navigation menu for OpenCase'
|
|
||||||
locked: false
|
|
@ -1,8 +0,0 @@
|
|||||||
uuid: 85aacc47-8df9-4309-b7f4-f58be70f83d0
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
name: 'Case Provider Roles'
|
|
||||||
vid: oc_case_provider_role
|
|
||||||
description: ''
|
|
||||||
weight: 0
|
|
@ -1,8 +0,0 @@
|
|||||||
uuid: 93a96bb4-da95-4d69-be37-d1477624f849
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
name: 'Fee categories'
|
|
||||||
vid: oc_fee_category
|
|
||||||
description: ''
|
|
||||||
weight: 0
|
|
@ -1,852 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
- user
|
|
||||||
id: contact_details_changes
|
|
||||||
label: 'Contact Details History'
|
|
||||||
module: views
|
|
||||||
description: ''
|
|
||||||
tag: ''
|
|
||||||
base_table: oc_actor_field_revision
|
|
||||||
base_field: vid
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
display_plugin: default
|
|
||||||
id: default
|
|
||||||
display_title: Master
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
access:
|
|
||||||
type: perm
|
|
||||||
options:
|
|
||||||
perm: 'view published client entities'
|
|
||||||
cache:
|
|
||||||
type: tag
|
|
||||||
options: { }
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_comment: ''
|
|
||||||
query_tags: { }
|
|
||||||
exposed_form:
|
|
||||||
type: basic
|
|
||||||
options:
|
|
||||||
submit_button: Apply
|
|
||||||
reset_button: false
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: true
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
pager:
|
|
||||||
type: none
|
|
||||||
options:
|
|
||||||
offset: 0
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
options:
|
|
||||||
grouping:
|
|
||||||
1:
|
|
||||||
field: view_oc_actor
|
|
||||||
rendered: true
|
|
||||||
rendered_strip: false
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
caption: ''
|
|
||||||
summary: ''
|
|
||||||
description: ''
|
|
||||||
columns:
|
|
||||||
first_name: first_name
|
|
||||||
middle_names: middle_names
|
|
||||||
last_name: last_name
|
|
||||||
id: id
|
|
||||||
revision_created: revision_created
|
|
||||||
view_oc_actor: view_oc_actor
|
|
||||||
info:
|
|
||||||
first_name:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
middle_names:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
last_name:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
id:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
revision_created:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
view_oc_actor:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
default: '-1'
|
|
||||||
empty_table: false
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
default_field_elements: true
|
|
||||||
fields:
|
|
||||||
revision_created:
|
|
||||||
id: revision_created
|
|
||||||
table: oc_actor_revision
|
|
||||||
field: revision_created
|
|
||||||
relationship: none
|
|
||||||
group_type: min
|
|
||||||
admin_label: ''
|
|
||||||
label: Date
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: true
|
|
||||||
text: '{{ revision_created | date(''d/m/Y'') }}'
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
set_precision: false
|
|
||||||
precision: 0
|
|
||||||
decimal: .
|
|
||||||
separator: ''
|
|
||||||
format_plural: 0
|
|
||||||
format_plural_string: !!binary MQNAY291bnQ=
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
click_sort_column: value
|
|
||||||
type: timestamp
|
|
||||||
settings: { }
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: revision_created
|
|
||||||
plugin_id: field
|
|
||||||
first_name:
|
|
||||||
id: first_name
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: first_name
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'First Name'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: first_name
|
|
||||||
plugin_id: field
|
|
||||||
middle_names:
|
|
||||||
id: middle_names
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: middle_names
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Middle Names'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: middle_names
|
|
||||||
plugin_id: field
|
|
||||||
last_name:
|
|
||||||
id: last_name
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: last_name
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Last Name'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: last_name
|
|
||||||
plugin_id: field
|
|
||||||
email:
|
|
||||||
id: email
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: email
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Email Address'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: email
|
|
||||||
plugin_id: field
|
|
||||||
phone:
|
|
||||||
id: phone
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: phone
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Main Phone Number'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: phone
|
|
||||||
plugin_id: field
|
|
||||||
phone2:
|
|
||||||
id: phone2
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: phone2
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Alternative Phone Number'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: phone2
|
|
||||||
plugin_id: field
|
|
||||||
postal_address:
|
|
||||||
id: postal_address
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: postal_address
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Postal Address'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: basic_string
|
|
||||||
settings: { }
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: postal_address
|
|
||||||
plugin_id: field
|
|
||||||
post_code:
|
|
||||||
id: post_code
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: post_code
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Post Code'
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: post_code
|
|
||||||
plugin_id: field
|
|
||||||
view_oc_actor:
|
|
||||||
id: view_oc_actor
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: view_oc_actor
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: ''
|
|
||||||
exclude: true
|
|
||||||
alter:
|
|
||||||
alter_text: true
|
|
||||||
text: "◀\tBack to current record"
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: false
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
text: 'See "rewrite results" (had to do it that way because contains HTML).'
|
|
||||||
output_url_as_text: false
|
|
||||||
absolute: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
plugin_id: entity_link
|
|
||||||
filters: { }
|
|
||||||
sorts:
|
|
||||||
revision_created:
|
|
||||||
id: revision_created
|
|
||||||
table: oc_actor_revision
|
|
||||||
field: revision_created
|
|
||||||
relationship: none
|
|
||||||
group_type: min
|
|
||||||
admin_label: ''
|
|
||||||
order: DESC
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
label: ''
|
|
||||||
granularity: second
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: revision_created
|
|
||||||
plugin_id: date
|
|
||||||
header: { }
|
|
||||||
footer: { }
|
|
||||||
empty: { }
|
|
||||||
relationships: { }
|
|
||||||
arguments:
|
|
||||||
id:
|
|
||||||
id: id
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: id
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
default_action: 'not found'
|
|
||||||
exception:
|
|
||||||
value: all
|
|
||||||
title_enable: false
|
|
||||||
title: All
|
|
||||||
title_enable: false
|
|
||||||
title: ''
|
|
||||||
default_argument_type: fixed
|
|
||||||
default_argument_options:
|
|
||||||
argument: ''
|
|
||||||
default_argument_skip_url: false
|
|
||||||
summary_options:
|
|
||||||
base_path: ''
|
|
||||||
count: true
|
|
||||||
items_per_page: 25
|
|
||||||
override: false
|
|
||||||
summary:
|
|
||||||
sort_order: asc
|
|
||||||
number_of_records: 0
|
|
||||||
format: default_summary
|
|
||||||
specify_validation: false
|
|
||||||
validate:
|
|
||||||
type: none
|
|
||||||
fail: 'not found'
|
|
||||||
validate_options: { }
|
|
||||||
break_phrase: false
|
|
||||||
not: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: id
|
|
||||||
plugin_id: numeric
|
|
||||||
display_extenders: { }
|
|
||||||
group_by: true
|
|
||||||
title: 'Contact Details History'
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
||||||
page_1:
|
|
||||||
display_plugin: page
|
|
||||||
id: page_1
|
|
||||||
display_title: Page
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
path: opencase/oc_actor/%/contact_details_history
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
@ -1,308 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.opencase
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
- user
|
|
||||||
- views_autosubmit
|
|
||||||
id: equal_opps_records
|
|
||||||
label: 'Equal Opps Records'
|
|
||||||
module: views
|
|
||||||
description: ''
|
|
||||||
tag: ''
|
|
||||||
base_table: oc_equal_opps
|
|
||||||
base_field: id
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
display_plugin: default
|
|
||||||
id: default
|
|
||||||
display_title: Master
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
access:
|
|
||||||
type: perm
|
|
||||||
options:
|
|
||||||
perm: 'view published equal opps entities'
|
|
||||||
cache:
|
|
||||||
type: tag
|
|
||||||
options: { }
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_comment: ''
|
|
||||||
query_tags: { }
|
|
||||||
exposed_form:
|
|
||||||
type: autosubmit
|
|
||||||
options:
|
|
||||||
submit_button: Apply
|
|
||||||
reset_button: false
|
|
||||||
reset_button_label: Reset
|
|
||||||
exposed_sorts_label: 'Sort by'
|
|
||||||
expose_sort_order: true
|
|
||||||
sort_asc_label: Asc
|
|
||||||
sort_desc_label: Desc
|
|
||||||
autosubmit_hide: true
|
|
||||||
pager:
|
|
||||||
type: mini
|
|
||||||
options:
|
|
||||||
items_per_page: 10
|
|
||||||
offset: 0
|
|
||||||
id: 0
|
|
||||||
total_pages: null
|
|
||||||
expose:
|
|
||||||
items_per_page: false
|
|
||||||
items_per_page_label: 'Items per page'
|
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
|
||||||
items_per_page_options_all: false
|
|
||||||
items_per_page_options_all_label: '- All -'
|
|
||||||
offset: false
|
|
||||||
offset_label: Offset
|
|
||||||
tags:
|
|
||||||
previous: ‹‹
|
|
||||||
next: ››
|
|
||||||
style:
|
|
||||||
type: table
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
fields:
|
|
||||||
name:
|
|
||||||
id: name
|
|
||||||
table: oc_equal_opps
|
|
||||||
field: name
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: Name
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: value
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
link_to_entity: true
|
|
||||||
group_column: value
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: null
|
|
||||||
entity_field: name
|
|
||||||
plugin_id: field
|
|
||||||
filters:
|
|
||||||
status:
|
|
||||||
value: '1'
|
|
||||||
table: oc_equal_opps
|
|
||||||
field: status
|
|
||||||
plugin_id: boolean
|
|
||||||
entity_type: oc_equal_opps
|
|
||||||
entity_field: status
|
|
||||||
id: status
|
|
||||||
expose:
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
group: 1
|
|
||||||
first_name:
|
|
||||||
id: first_name
|
|
||||||
table: oc_actor_field_data
|
|
||||||
field: first_name
|
|
||||||
relationship: oc_actor
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
operator: '='
|
|
||||||
value: ''
|
|
||||||
group: 1
|
|
||||||
exposed: true
|
|
||||||
expose:
|
|
||||||
operator_id: first_name_op
|
|
||||||
label: 'First Name'
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: first_name_op
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: first_name
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
anonymous: '0'
|
|
||||||
administrator: '0'
|
|
||||||
gno_standard_user: '0'
|
|
||||||
placeholder: ''
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: first_name
|
|
||||||
plugin_id: string
|
|
||||||
last_name:
|
|
||||||
id: last_name
|
|
||||||
table: oc_actor_field_data
|
|
||||||
field: last_name
|
|
||||||
relationship: oc_actor
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
operator: '='
|
|
||||||
value: ''
|
|
||||||
group: 1
|
|
||||||
exposed: true
|
|
||||||
expose:
|
|
||||||
operator_id: last_name_op
|
|
||||||
label: 'Last Name'
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: last_name_op
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: last_name
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
anonymous: '0'
|
|
||||||
administrator: '0'
|
|
||||||
gno_standard_user: '0'
|
|
||||||
placeholder: ''
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: last_name
|
|
||||||
plugin_id: string
|
|
||||||
sorts: { }
|
|
||||||
title: 'Equal Opps Records'
|
|
||||||
header: { }
|
|
||||||
footer: { }
|
|
||||||
empty:
|
|
||||||
area:
|
|
||||||
id: area
|
|
||||||
table: views
|
|
||||||
field: area
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
empty: true
|
|
||||||
tokenize: false
|
|
||||||
content:
|
|
||||||
value: 'There is no Equal Opps record by that name. Please check the spelling'
|
|
||||||
format: basic_html
|
|
||||||
plugin_id: text
|
|
||||||
relationships:
|
|
||||||
oc_actor:
|
|
||||||
id: oc_actor
|
|
||||||
table: oc_equal_opps
|
|
||||||
field: oc_actor
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: Person
|
|
||||||
required: true
|
|
||||||
entity_type: oc_equal_opps
|
|
||||||
entity_field: oc_actor
|
|
||||||
plugin_id: standard
|
|
||||||
arguments: { }
|
|
||||||
display_extenders: { }
|
|
||||||
use_ajax: true
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
||||||
page_1:
|
|
||||||
display_plugin: page
|
|
||||||
id: page_1
|
|
||||||
display_title: Page
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
display_extenders: { }
|
|
||||||
path: equal-opps-records
|
|
||||||
exposed_block: true
|
|
||||||
menu:
|
|
||||||
type: normal
|
|
||||||
title: 'Equal Opps Records'
|
|
||||||
description: ''
|
|
||||||
expanded: false
|
|
||||||
parent: opencase.see_all
|
|
||||||
weight: 10
|
|
||||||
context: '0'
|
|
||||||
menu_name: opencase
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
@ -1,3 +0,0 @@
|
|||||||
_core:
|
|
||||||
default_config_hash: jvTSppzcgH5wnzBhX5xnAExcp2I1CzkQ_aky65XNfYI
|
|
||||||
menu_depth: 4
|
|
@ -1,3 +0,0 @@
|
|||||||
_core:
|
|
||||||
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
|
|
||||||
interval: 10800
|
|
@ -1,12 +0,0 @@
|
|||||||
favicon:
|
|
||||||
mimetype: image/png
|
|
||||||
path: modules/contrib/opencase/resources/ico.png
|
|
||||||
use_default: false
|
|
||||||
features:
|
|
||||||
comment_user_picture: true
|
|
||||||
comment_user_verification: true
|
|
||||||
favicon: true
|
|
||||||
node_user_picture: true
|
|
||||||
logo:
|
|
||||||
path: modules/contrib/opencase/resources/files.png
|
|
||||||
use_default: false
|
|
@ -1,28 +0,0 @@
|
|||||||
uuid: ce85dde3-56b2-42e4-9ba6-626c4c1a12f5
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- opencase
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: lsAeZ1IGTh83seQGXGHb7MipH88kV5SZEzf9PkK-uaY
|
|
||||||
id: actortypehelp
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: -3
|
|
||||||
provider: null
|
|
||||||
plugin: actor_type_help
|
|
||||||
settings:
|
|
||||||
id: actor_type_help
|
|
||||||
label: 'Actor Type Help'
|
|
||||||
label_display: '0'
|
|
||||||
provider: opencase
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
||||||
pages: '/admin/opencase/oc_actor_type/*/edit/fields'
|
|
@ -1,25 +0,0 @@
|
|||||||
uuid: 50fe4dcf-2304-49df-94a5-62ccdc502480
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- opencase
|
|
||||||
- route_condition
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: addactivity
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_second
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: add_activity
|
|
||||||
settings:
|
|
||||||
id: add_activity
|
|
||||||
label: 'Add Activity'
|
|
||||||
label_display: visible
|
|
||||||
provider: opencase
|
|
||||||
visibility:
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
negate: false
|
|
||||||
routes: entity.oc_case.canonical
|
|
@ -1,25 +0,0 @@
|
|||||||
uuid: bb5d9db9-0e12-4245-9911-16ea92bc7213
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- opencase
|
|
||||||
- route_condition
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: addcase
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_second
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: add_case
|
|
||||||
settings:
|
|
||||||
id: add_case
|
|
||||||
label: 'Add Case'
|
|
||||||
label_display: visible
|
|
||||||
provider: opencase
|
|
||||||
visibility:
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
negate: false
|
|
||||||
routes: entity.oc_actor.canonical
|
|
@ -1,27 +0,0 @@
|
|||||||
uuid: 641ec021-f8cc-4d18-aea6-78b8c1167b6d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.account
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: jzu74Q7R0QWgw8IniA9HZRSb_a8RPak1M0q5J-VGkZI
|
|
||||||
id: bartik_account_menu
|
|
||||||
theme: bartik
|
|
||||||
region: secondary_menu
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'system_menu_block:account'
|
|
||||||
settings:
|
|
||||||
id: 'system_menu_block:account'
|
|
||||||
label: 'User account menu'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
level: 1
|
|
||||||
depth: 1
|
|
||||||
expand_all_items: false
|
|
||||||
visibility: { }
|
|
@ -1,25 +0,0 @@
|
|||||||
uuid: 802aa5e3-8dc9-487d-b81e-ebcb43921499
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: d-0emr1mEq7sFKDu5RHUJckvNk62hvIZdRwPEfnJyGg
|
|
||||||
id: bartik_branding
|
|
||||||
theme: bartik
|
|
||||||
region: header
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_branding_block
|
|
||||||
settings:
|
|
||||||
id: system_branding_block
|
|
||||||
label: 'Site branding'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
use_site_logo: true
|
|
||||||
use_site_name: true
|
|
||||||
use_site_slogan: true
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: 441aa7a1-1224-4ee5-9f02-85648d5699bb
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: kigu8pTxXt1qGR2NJ5HHdC4G2G1wsDrIjLPKBT5wUBc
|
|
||||||
id: bartik_content
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: -1
|
|
||||||
provider: null
|
|
||||||
plugin: system_main_block
|
|
||||||
settings:
|
|
||||||
id: system_main_block
|
|
||||||
label: 'Main page content'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
@ -1,27 +0,0 @@
|
|||||||
uuid: a2594712-4e82-4f66-8852-b7fef9d69949
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.footer
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: pnCK21YFjH7iB4XDeokSq3N3XSr6qX8BsqMs9nmip6E
|
|
||||||
id: bartik_footer
|
|
||||||
theme: bartik
|
|
||||||
region: footer_fifth
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'system_menu_block:footer'
|
|
||||||
settings:
|
|
||||||
id: 'system_menu_block:footer'
|
|
||||||
label: 'Footer menu'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
level: 1
|
|
||||||
depth: 0
|
|
||||||
expand_all_items: false
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: 4d206705-2964-4624-bfef-f2cd18c2d566
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- help
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: '-laWx8WA-ikiIEH3NJQ0hVbjqk3iEuBms91LB0B4IQU'
|
|
||||||
id: bartik_help
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: -5
|
|
||||||
provider: null
|
|
||||||
plugin: help_block
|
|
||||||
settings:
|
|
||||||
id: help_block
|
|
||||||
label: Help
|
|
||||||
label_display: '0'
|
|
||||||
provider: help
|
|
||||||
visibility: { }
|
|
@ -1,20 +0,0 @@
|
|||||||
uuid: 9140917a-f290-4123-978a-1651937828ae
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: XRdb8LpbArVA6CpuuEZxzi50JIdjsJaCCZ5o3fH0Blk
|
|
||||||
id: bartik_local_actions
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: -4
|
|
||||||
provider: null
|
|
||||||
plugin: local_actions_block
|
|
||||||
settings:
|
|
||||||
id: local_actions_block
|
|
||||||
label: 'Primary admin actions'
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: 7ecfeaf2-bcc4-4505-9ced-379cd4f78f2e
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: Qf2BoIzd9py5AYXZj8fJzCYDyVk1-AWXcu-AqQeDZKA
|
|
||||||
id: bartik_local_tasks
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: -6
|
|
||||||
provider: null
|
|
||||||
plugin: local_tasks_block
|
|
||||||
settings:
|
|
||||||
id: local_tasks_block
|
|
||||||
label: Tabs
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
primary: true
|
|
||||||
secondary: true
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: a5f26873-0159-467b-8043-b6b94381163c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: KC12e0aosUnBBs5bd374JVcQjJaFNOSIHzu0dUGf22o
|
|
||||||
id: bartik_messages
|
|
||||||
theme: bartik
|
|
||||||
region: highlighted
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_messages_block
|
|
||||||
settings:
|
|
||||||
id: system_messages_block
|
|
||||||
label: 'Status messages'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
@ -1,20 +0,0 @@
|
|||||||
uuid: 897cb97b-43d4-4b4a-82fe-dff0e0a8d521
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: ItFhhiUOoeR7oIq73ZaCV7PAYrOwXZ-9fazMzF5DJXM
|
|
||||||
id: bartik_page_title
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: -7
|
|
||||||
provider: null
|
|
||||||
plugin: page_title_block
|
|
||||||
settings:
|
|
||||||
id: page_title_block
|
|
||||||
label: 'Page title'
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: 063474f8-5ac9-4595-bb88-f57057e371ca
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: I6Esh8cDlPdl2POZg4MOSRUrQNYA1UNCJCxL2yqT_wc
|
|
||||||
id: bartik_powered
|
|
||||||
theme: bartik
|
|
||||||
region: footer_fifth
|
|
||||||
weight: 10
|
|
||||||
provider: null
|
|
||||||
plugin: system_powered_by_block
|
|
||||||
settings:
|
|
||||||
id: system_powered_by_block
|
|
||||||
label: 'Powered by Drupal'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
@ -1,23 +0,0 @@
|
|||||||
uuid: f229784f-13c0-4d97-8b3c-8a1a2bb31c00
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.actor_search
|
|
||||||
module:
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: exposedformactor_searchpage_1
|
|
||||||
theme: bartik
|
|
||||||
region: header
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:actor_search-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:actor_search-page_1'
|
|
||||||
label: ''
|
|
||||||
label_display: visible
|
|
||||||
provider: views
|
|
||||||
views_label: ''
|
|
||||||
visibility: { }
|
|
@ -1,31 +0,0 @@
|
|||||||
uuid: ac7d2254-a341-4386-ae23-679d4cadb450
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.equal_opps_records
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: 4qMuUzO9EtuXor_WcCBwEfW8lL3V9lFvYgnEQKni3uw
|
|
||||||
id: exposedformequal_opps_recordspage_1
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: -2
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:equal_opps_records-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:equal_opps_records-page_1'
|
|
||||||
label: ''
|
|
||||||
label_display: visible
|
|
||||||
provider: views
|
|
||||||
views_label: 'Search by (whole) first or last name.'
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
||||||
pages: /equal-opps-records
|
|
@ -1,73 +0,0 @@
|
|||||||
uuid: 57f624fd-8bf9-4942-8ffa-ba6639ee833f
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.opencase
|
|
||||||
module:
|
|
||||||
- superfish
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
_core:
|
|
||||||
default_config_hash: P5NPJ-V9_GehcsMfX2AGxHpIMY_jFzyxu0fMAdJlgiU
|
|
||||||
id: opencase
|
|
||||||
theme: bartik
|
|
||||||
region: primary_menu
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'superfish:opencase'
|
|
||||||
settings:
|
|
||||||
id: 'superfish:opencase'
|
|
||||||
label: OpenCase
|
|
||||||
label_display: '0'
|
|
||||||
provider: superfish
|
|
||||||
level: '1'
|
|
||||||
depth: '0'
|
|
||||||
expand_all_items: false
|
|
||||||
menu_type: horizontal
|
|
||||||
style: none
|
|
||||||
arrow: 0
|
|
||||||
shadow: 1
|
|
||||||
speed: fast
|
|
||||||
delay: '800'
|
|
||||||
slide: vertical
|
|
||||||
supposition: 1
|
|
||||||
hoverintent: 1
|
|
||||||
touch: '1'
|
|
||||||
touchbh: '1'
|
|
||||||
touchbp: '768'
|
|
||||||
touchua: '0'
|
|
||||||
touchual: ''
|
|
||||||
touchuam: '0'
|
|
||||||
small: '2'
|
|
||||||
smallbp: '768'
|
|
||||||
smallua: '0'
|
|
||||||
smallual: ''
|
|
||||||
smalluam: '0'
|
|
||||||
smallact: '1'
|
|
||||||
smallset: ''
|
|
||||||
smallasa: 0
|
|
||||||
smallcmc: 0
|
|
||||||
smallecm: ''
|
|
||||||
smallchc: 0
|
|
||||||
smallech: ''
|
|
||||||
smallicm: ''
|
|
||||||
smallich: ''
|
|
||||||
smallamt: ''
|
|
||||||
smallabt: '1'
|
|
||||||
supersubs: 1
|
|
||||||
minwidth: '12'
|
|
||||||
maxwidth: '27'
|
|
||||||
multicolumn: 0
|
|
||||||
multicolumn_depth: '1'
|
|
||||||
multicolumn_levels: '1'
|
|
||||||
pathlevels: '1'
|
|
||||||
expanded: 0
|
|
||||||
clone_parent: 0
|
|
||||||
hide_linkdescription: 0
|
|
||||||
add_linkdescription: 0
|
|
||||||
link_depth_class: 1
|
|
||||||
custom_list_class: ''
|
|
||||||
custom_item_class: ''
|
|
||||||
custom_link_class: ''
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: 1dd935f9-a3bb-4bb8-a000-f92b2ccaf725
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- seven
|
|
||||||
_core:
|
|
||||||
default_config_hash: 2rIN97Rd7-rjv3P4h0-xrZnAgPJHyXFEwrB--sS2_qE
|
|
||||||
id: seven_breadcrumbs
|
|
||||||
theme: seven
|
|
||||||
region: breadcrumb
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_breadcrumb_block
|
|
||||||
settings:
|
|
||||||
id: system_breadcrumb_block
|
|
||||||
label: Breadcrumbs
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: 18d8370b-7620-4d31-b708-434773fb3dcc
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- seven
|
|
||||||
_core:
|
|
||||||
default_config_hash: 6_eJxtyfANKFE_nfriHKgrARRIPHH88sI6jvQ4EHbBc
|
|
||||||
id: seven_content
|
|
||||||
theme: seven
|
|
||||||
region: content
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_main_block
|
|
||||||
settings:
|
|
||||||
id: system_main_block
|
|
||||||
label: 'Main page content'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: ddc8f618-12a7-4cd8-849a-f432533749d1
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- help
|
|
||||||
theme:
|
|
||||||
- seven
|
|
||||||
_core:
|
|
||||||
default_config_hash: bYvyEzJ7UcmjXZAYLxb4Qb_J77K9bPbk4ealdap31FY
|
|
||||||
id: seven_help
|
|
||||||
theme: seven
|
|
||||||
region: help
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: help_block
|
|
||||||
settings:
|
|
||||||
id: help_block
|
|
||||||
label: Help
|
|
||||||
label_display: '0'
|
|
||||||
provider: help
|
|
||||||
visibility: { }
|
|
@ -1,20 +0,0 @@
|
|||||||
uuid: be439219-ab03-4087-a272-439d7179d838
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- seven
|
|
||||||
_core:
|
|
||||||
default_config_hash: gv5JXTvQXjlMY6PXrfxzcLMjMg4074WiEQCy7ZSMvK4
|
|
||||||
id: seven_local_actions
|
|
||||||
theme: seven
|
|
||||||
region: content
|
|
||||||
weight: -10
|
|
||||||
provider: null
|
|
||||||
plugin: local_actions_block
|
|
||||||
settings:
|
|
||||||
id: local_actions_block
|
|
||||||
label: 'Primary admin actions'
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: 19ed3188-d6e6-4657-9f39-3861a0f49030
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- seven
|
|
||||||
_core:
|
|
||||||
default_config_hash: bZvFlENVti4PpqT6kqoC86B5_lXp6aE-d4nrvLMU4CY
|
|
||||||
id: seven_messages
|
|
||||||
theme: seven
|
|
||||||
region: highlighted
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_messages_block
|
|
||||||
settings:
|
|
||||||
id: system_messages_block
|
|
||||||
label: 'Status messages'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
@ -1,20 +0,0 @@
|
|||||||
uuid: 12fcca5c-f192-4e49-820d-acaaf3826f65
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- seven
|
|
||||||
_core:
|
|
||||||
default_config_hash: P-2PK2v3yJQRI4Mg1RqKQ0Ki0wP_UUErIvahd_MtMVc
|
|
||||||
id: seven_page_title
|
|
||||||
theme: seven
|
|
||||||
region: header
|
|
||||||
weight: -30
|
|
||||||
provider: null
|
|
||||||
plugin: page_title_block
|
|
||||||
settings:
|
|
||||||
id: page_title_block
|
|
||||||
label: 'Page title'
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: bf6a7f48-6ec8-4772-9928-5302cd655622
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- seven
|
|
||||||
_core:
|
|
||||||
default_config_hash: ouwsNHI1V3bwV1G1vl0EcbWy8AB9V62vgLOSjTpoCSI
|
|
||||||
id: seven_primary_local_tasks
|
|
||||||
theme: seven
|
|
||||||
region: header
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: local_tasks_block
|
|
||||||
settings:
|
|
||||||
id: local_tasks_block
|
|
||||||
label: 'Primary tabs'
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
primary: true
|
|
||||||
secondary: false
|
|
||||||
visibility: { }
|
|
@ -1,22 +0,0 @@
|
|||||||
uuid: 4d08580d-50da-4bd7-bb1a-e657144f5610
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
theme:
|
|
||||||
- seven
|
|
||||||
_core:
|
|
||||||
default_config_hash: W8ripr8GQI0o3eaaD7lcd4687nUrcHoYdu4yIjzVN3o
|
|
||||||
id: seven_secondary_local_tasks
|
|
||||||
theme: seven
|
|
||||||
region: pre_content
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: local_tasks_block
|
|
||||||
settings:
|
|
||||||
id: local_tasks_block
|
|
||||||
label: 'Secondary tabs'
|
|
||||||
label_display: '0'
|
|
||||||
provider: core
|
|
||||||
primary: false
|
|
||||||
secondary: true
|
|
||||||
visibility: { }
|
|
@ -1,30 +0,0 @@
|
|||||||
uuid: 62e27553-4443-4047-8212-2af44dd4afa1
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.activities
|
|
||||||
module:
|
|
||||||
- route_condition
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: views_block__activities_block_2
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_block:activities-block_2'
|
|
||||||
settings:
|
|
||||||
id: 'views_block:activities-block_2'
|
|
||||||
label: ''
|
|
||||||
label_display: visible
|
|
||||||
provider: views
|
|
||||||
context_mapping: { }
|
|
||||||
views_label: ''
|
|
||||||
items_per_page: none
|
|
||||||
visibility:
|
|
||||||
route:
|
|
||||||
id: route
|
|
||||||
negate: false
|
|
||||||
routes: entity.oc_case.canonical
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: f45734f8-b7e5-47e9-90ce-4cb15415b01e
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
|
|
||||||
id: basic
|
|
||||||
label: 'Basic block'
|
|
||||||
revision: 0
|
|
||||||
description: 'A basic block contains a title and a body.'
|
|
@ -1,3 +0,0 @@
|
|||||||
_core:
|
|
||||||
default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc
|
|
||||||
log_ip_addresses: false
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 8df6634c-b663-4f63-bd02-7415be7d437b
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA
|
|
||||||
id: comment
|
|
||||||
label: 'Default comments'
|
|
||||||
target_entity_type_id: node
|
|
||||||
description: 'Allows commenting on content'
|
|
@ -1,14 +0,0 @@
|
|||||||
uuid: 9fd33dd2-6476-4362-a419-31216a4c3e2f
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw
|
|
||||||
id: feedback
|
|
||||||
label: 'Website feedback'
|
|
||||||
recipients:
|
|
||||||
- naomirosenberguk@gmail.com
|
|
||||||
reply: ''
|
|
||||||
weight: 0
|
|
||||||
message: 'Your message has been sent.'
|
|
||||||
redirect: ''
|
|
@ -1,13 +0,0 @@
|
|||||||
uuid: 366a3f34-2bb3-4a44-854b-2a8cdddc766c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I
|
|
||||||
id: personal
|
|
||||||
label: 'Personal contact form'
|
|
||||||
recipients: { }
|
|
||||||
reply: ''
|
|
||||||
weight: 0
|
|
||||||
message: 'Your message has been sent.'
|
|
||||||
redirect: ''
|
|
@ -1,5 +0,0 @@
|
|||||||
default_form: contact_opencase
|
|
||||||
flood:
|
|
||||||
limit: 5
|
|
||||||
interval: 3600
|
|
||||||
user_default_enabled: false
|
|
@ -1,24 +0,0 @@
|
|||||||
uuid: bdb6aab0-ba66-4ab0-9036-0e3466b5d06d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- node.type.page
|
|
||||||
_core:
|
|
||||||
default_config_hash: fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ
|
|
||||||
id: node.page.promote
|
|
||||||
field_name: promote
|
|
||||||
entity_type: node
|
|
||||||
bundle: page
|
|
||||||
label: 'Promoted to front page'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value:
|
|
||||||
-
|
|
||||||
value: 0
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
on_label: 'On'
|
|
||||||
off_label: 'Off'
|
|
||||||
field_type: boolean
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 781399e1-1932-46bd-a8e0-78f082cad4b1
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE
|
|
||||||
id: fallback
|
|
||||||
label: 'Fallback date format'
|
|
||||||
locked: true
|
|
||||||
pattern: 'D, m/d/Y - H:i'
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: d251f5cf-a6ef-49b6-ad58-7d853df35fc9
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk
|
|
||||||
id: html_date
|
|
||||||
label: 'HTML Date'
|
|
||||||
locked: true
|
|
||||||
pattern: Y-m-d
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 0e10b049-df78-4241-badf-413c52de432e
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE
|
|
||||||
id: html_datetime
|
|
||||||
label: 'HTML Datetime'
|
|
||||||
locked: true
|
|
||||||
pattern: 'Y-m-d\TH:i:sO'
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 3a6df8b5-ae40-4c0d-8bba-0056677544df
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM
|
|
||||||
id: html_month
|
|
||||||
label: 'HTML Month'
|
|
||||||
locked: true
|
|
||||||
pattern: Y-m
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 05ff6d01-2985-4e11-ab91-96a44b879eb9
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE
|
|
||||||
id: html_time
|
|
||||||
label: 'HTML Time'
|
|
||||||
locked: true
|
|
||||||
pattern: 'H:i:s'
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: a8529465-c12b-4c1f-aca0-3b0752c72a9c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY
|
|
||||||
id: html_week
|
|
||||||
label: 'HTML Week'
|
|
||||||
locked: true
|
|
||||||
pattern: Y-\WW
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 2852ec01-ed6e-4ab3-8f90-f644b6060943
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk
|
|
||||||
id: html_year
|
|
||||||
label: 'HTML Year'
|
|
||||||
locked: true
|
|
||||||
pattern: 'Y'
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 1a1ef5f5-8284-409c-b613-8a9338038bbf
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc
|
|
||||||
id: html_yearless_date
|
|
||||||
label: 'HTML Yearless date'
|
|
||||||
locked: true
|
|
||||||
pattern: m-d
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 0aaf69e1-a7f6-4058-86fb-bb58505fd0dc
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo
|
|
||||||
id: long
|
|
||||||
label: 'Default long date'
|
|
||||||
locked: false
|
|
||||||
pattern: 'l, F j, Y - H:i'
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 9df18df7-3426-4cf4-83b4-2d9cc54d144f
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE
|
|
||||||
id: medium
|
|
||||||
label: 'Default medium date'
|
|
||||||
locked: false
|
|
||||||
pattern: 'D, d/m/Y - H:i'
|
|
@ -1,10 +0,0 @@
|
|||||||
uuid: 7868647b-7d55-4211-a799-9c06799eb3aa
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA
|
|
||||||
id: short
|
|
||||||
label: 'Default short date'
|
|
||||||
locked: false
|
|
||||||
pattern: 'd M Y'
|
|
@ -1,35 +0,0 @@
|
|||||||
uuid: 0c5a17e3-0985-4016-bcd6-b86cff5ca312
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- block_content.type.basic
|
|
||||||
- field.field.block_content.basic.body
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
_core:
|
|
||||||
default_config_hash: jAps3FCxvKecABS_tgExbhCZrBLQB3bNPWw18WjE3ss
|
|
||||||
id: block_content.basic.default
|
|
||||||
targetEntityType: block_content
|
|
||||||
bundle: basic
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_textarea_with_summary
|
|
||||||
weight: -4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 9
|
|
||||||
summary_rows: 3
|
|
||||||
placeholder: ''
|
|
||||||
show_summary: false
|
|
||||||
third_party_settings: { }
|
|
||||||
info:
|
|
||||||
type: string_textfield
|
|
||||||
weight: -5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
|
@ -1,36 +0,0 @@
|
|||||||
uuid: 8c2b9ba0-58af-4031-8919-64134d8c8122
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- comment.type.comment
|
|
||||||
- field.field.comment.comment.comment_body
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
_core:
|
|
||||||
default_config_hash: I0Pa0aQvT_jawlPo9oz4FE3h_ickc55dYKTPl6gILes
|
|
||||||
id: comment.comment.default
|
|
||||||
targetEntityType: comment
|
|
||||||
bundle: comment
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
author:
|
|
||||||
weight: -2
|
|
||||||
region: content
|
|
||||||
comment_body:
|
|
||||||
type: text_textarea
|
|
||||||
weight: 11
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
subject:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
|
@ -1,109 +0,0 @@
|
|||||||
uuid: 4a7d2e8b-3715-4c84-9cee-973a8ed98928
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.node.article.body
|
|
||||||
- field.field.node.article.comment
|
|
||||||
- field.field.node.article.field_image
|
|
||||||
- field.field.node.article.field_tags
|
|
||||||
- image.style.thumbnail
|
|
||||||
- node.type.article
|
|
||||||
module:
|
|
||||||
- comment
|
|
||||||
- image
|
|
||||||
- path
|
|
||||||
- text
|
|
||||||
_core:
|
|
||||||
default_config_hash: Pzq9mzrsfoPf775qgEU_SUbHSro9pv1ga-Euh1Ykd_k
|
|
||||||
id: node.article.default
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: article
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_textarea_with_summary
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 9
|
|
||||||
summary_rows: 3
|
|
||||||
placeholder: ''
|
|
||||||
show_summary: false
|
|
||||||
third_party_settings: { }
|
|
||||||
comment:
|
|
||||||
type: comment_default
|
|
||||||
weight: 20
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
created:
|
|
||||||
type: datetime_timestamp
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_image:
|
|
||||||
type: image_image
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
progress_indicator: throbber
|
|
||||||
preview_image_style: thumbnail
|
|
||||||
third_party_settings: { }
|
|
||||||
field_tags:
|
|
||||||
type: entity_reference_autocomplete_tags
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
path:
|
|
||||||
type: path
|
|
||||||
weight: 30
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
promote:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 15
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 120
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
sticky:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 16
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
title:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
uid:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
|
@ -1,79 +0,0 @@
|
|||||||
uuid: 6d47445a-5bee-414e-89aa-2de09d9dc959
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.node.page.body
|
|
||||||
- node.type.page
|
|
||||||
module:
|
|
||||||
- path
|
|
||||||
- text
|
|
||||||
_core:
|
|
||||||
default_config_hash: SfpLhPExzvR0MgFp0Wp7CrmgEnhcqQ-fXIWFhbf4ue0
|
|
||||||
id: node.page.default
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: page
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_textarea_with_summary
|
|
||||||
weight: 31
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 9
|
|
||||||
summary_rows: 3
|
|
||||||
placeholder: ''
|
|
||||||
show_summary: false
|
|
||||||
third_party_settings: { }
|
|
||||||
created:
|
|
||||||
type: datetime_timestamp
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
path:
|
|
||||||
type: path
|
|
||||||
weight: 30
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
promote:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 15
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
status:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 120
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
sticky:
|
|
||||||
type: boolean_checkbox
|
|
||||||
weight: 16
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
display_label: true
|
|
||||||
third_party_settings: { }
|
|
||||||
title:
|
|
||||||
type: string_textfield
|
|
||||||
weight: -5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
uid:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: 4402ad3d-faa9-4091-ae6a-933b7270ce95
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.application
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.application.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: application
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
time_taken:
|
|
||||||
type: number
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: b4184284-4fa2-414f-874a-dafecb3486f5
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.case_note
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.case_note.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: case_note
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
time_taken:
|
|
||||||
type: number
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,66 +0,0 @@
|
|||||||
uuid: 9ece64fe-10fd-4a85-9ec0-8ec9429c98e4
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_activity.destitution_funds_provided.field_amount
|
|
||||||
- field.field.oc_activity.destitution_funds_provided.field_funds_for
|
|
||||||
- opencase_entities.oc_activity_type.destitution_funds_provided
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.destitution_funds_provided.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: destitution_funds_provided
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_amount:
|
|
||||||
type: number
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_funds_for:
|
|
||||||
type: options_select
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
time_taken: true
|
|
||||||
user_id: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: c9168804-754e-4c9c-872e-34d340c0db2a
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.email
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.email.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: email
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
time_taken:
|
|
||||||
type: number
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: 86825dc4-21cd-4670-80f5-fd3fc6c67e25
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.interview
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.interview.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: interview
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
time_taken:
|
|
||||||
type: number
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: a86206a2-d677-4276-8450-39941361eee1
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.lete
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.lete.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: lete
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
time_taken:
|
|
||||||
type: number
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: 61cedd57-e60e-4304-afbd-6397326a1468
|
|
||||||
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: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
time_taken:
|
|
||||||
type: number
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: 0751919f-0018-47c0-b5fd-074d40ccc2df
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.research
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.research.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: research
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
time_taken:
|
|
||||||
type: number
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,60 +0,0 @@
|
|||||||
uuid: 43b06d48-94ac-4f74-9adc-f40bb63d4f4e
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.supervision
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.supervision.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: supervision
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_target:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
time_taken: true
|
|
||||||
user_id: true
|
|
@ -1,117 +0,0 @@
|
|||||||
uuid: bc7ed01d-4eba-44c2-a6ab-78500c090d70
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_actor.volunteer.field_ethnic_o
|
|
||||||
- field.field.oc_actor.volunteer.field_general_noes
|
|
||||||
- field.field.oc_actor.volunteer.field_languages_spoken
|
|
||||||
- field.field.oc_actor.volunteer.field_nationalities
|
|
||||||
- field.field.oc_actor.volunteer.field_osic_level
|
|
||||||
- field.field.oc_actor.volunteer.field_skills
|
|
||||||
- opencase_entities.oc_actor_type.volunteer
|
|
||||||
id: oc_actor.volunteer.default
|
|
||||||
targetEntityType: oc_actor
|
|
||||||
bundle: volunteer
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
email:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_general_noes:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_languages_spoken:
|
|
||||||
type: options_select
|
|
||||||
weight: 7
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_osic_level:
|
|
||||||
type: options_select
|
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_skills:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 9
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
first_name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
last_name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: -4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
phone:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
phone2:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
post_code:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 6
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
postal_address:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
field_ethnic_o: true
|
|
||||||
field_nationalities: true
|
|
||||||
middle_names: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
||||||
user_login: true
|
|
@ -1,55 +0,0 @@
|
|||||||
uuid: 9ca0d966-5d05-4e95-93fe-36bed0ee506c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_case.enquiry.field_outcome
|
|
||||||
- field.field.oc_case.enquiry.field_subject_of_enquiry
|
|
||||||
- opencase_cases.oc_case_type.enquiry
|
|
||||||
module:
|
|
||||||
- file
|
|
||||||
id: oc_case.enquiry.default
|
|
||||||
targetEntityType: oc_case
|
|
||||||
bundle: enquiry
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_outcome:
|
|
||||||
type: options_select
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_subject_of_enquiry:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
files:
|
|
||||||
type: file_generic
|
|
||||||
weight: -1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
progress_indicator: throbber
|
|
||||||
third_party_settings: { }
|
|
||||||
revision_log:
|
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 80
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: true
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
name: true
|
|
||||||
notes: true
|
|
||||||
oc_target: true
|
|
||||||
status: true
|
|
||||||
total_fee: true
|
|
||||||
user_id: true
|
|
@ -1,46 +0,0 @@
|
|||||||
uuid: b3d1c103-d544-48ab-b4a3-13d9fea55f98
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_case.pro_bono_immigration_service.field_outcome
|
|
||||||
- opencase_cases.oc_case_type.pro_bono_immigration_service
|
|
||||||
module:
|
|
||||||
- file
|
|
||||||
id: oc_case.pro_bono_immigration_service.default
|
|
||||||
targetEntityType: oc_case
|
|
||||||
bundle: pro_bono_immigration_service
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_outcome:
|
|
||||||
type: options_select
|
|
||||||
weight: 26
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
files:
|
|
||||||
type: file_generic
|
|
||||||
weight: -1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
progress_indicator: throbber
|
|
||||||
third_party_settings: { }
|
|
||||||
revision_log:
|
|
||||||
type: hide_revision_field_log_widget
|
|
||||||
weight: 80
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
show: true
|
|
||||||
default: ''
|
|
||||||
permission_based: false
|
|
||||||
allow_user_settings: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
name: true
|
|
||||||
notes: true
|
|
||||||
oc_target: true
|
|
||||||
status: true
|
|
||||||
total_fee: true
|
|
||||||
user_id: true
|
|
@ -1,41 +0,0 @@
|
|||||||
uuid: 7010aa94-15ca-4b06-a7b2-0fdac3ed3ea7
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_cases.oc_case_type.volunteer_engagement
|
|
||||||
module:
|
|
||||||
- file
|
|
||||||
id: oc_case.volunteer_engagement.default
|
|
||||||
targetEntityType: oc_case
|
|
||||||
bundle: volunteer_engagement
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
files:
|
|
||||||
type: file_generic
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
progress_indicator: throbber
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
notes:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,38 +0,0 @@
|
|||||||
uuid: 9c6530a7-4c3c-447c-ba44-1666df974e9e
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_cases.oc_case_fee_type.fee
|
|
||||||
id: oc_case_fee.fee.default
|
|
||||||
targetEntityType: oc_case_fee
|
|
||||||
bundle: fee
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
amount:
|
|
||||||
type: number
|
|
||||||
weight: 0
|
|
||||||
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: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
name: true
|
|
||||||
oc_case: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,29 +0,0 @@
|
|||||||
uuid: 60d3b187-2270-4cff-884f-7242f4273f2d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_cases.oc_case_provision_type.caseworker
|
|
||||||
id: oc_case_provision.caseworker.default
|
|
||||||
targetEntityType: oc_case_provision
|
|
||||||
bundle: caseworker
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
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: { }
|
|
||||||
hidden:
|
|
||||||
name: true
|
|
||||||
oc_case: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: 9282eb8d-96fa-4c3a-a0ea-abbdc763efa0
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
id: oc_equal_opps.oc_equal_opps.default
|
|
||||||
targetEntityType: oc_equal_opps
|
|
||||||
bundle: oc_equal_opps
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
access_needs:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
age:
|
|
||||||
type: options_select
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
gender:
|
|
||||||
type: options_select
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
oc_actor:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
race_ethnicity:
|
|
||||||
type: options_select
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
sexuality:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
name: true
|
|
@ -1,48 +0,0 @@
|
|||||||
uuid: b512b25f-0fab-4582-88ee-ce7184c6b6c6
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_event_type.volunteer_training_session
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_event.volunteer_training_session.default
|
|
||||||
targetEntityType: oc_event
|
|
||||||
bundle: volunteer_training_session
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
attendees:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
description:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,65 +0,0 @@
|
|||||||
uuid: ac6da2f0-4de2-4e8d-baf6-f7229b42616f
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_organisation_type.partner_organisation
|
|
||||||
module:
|
|
||||||
- file
|
|
||||||
id: oc_organisation.partner_organisation.default
|
|
||||||
targetEntityType: oc_organisation
|
|
||||||
bundle: partner_organisation
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
contact_name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
email:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
notes:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
website:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
billing_contact_name: true
|
|
||||||
billing_email: true
|
|
||||||
billing_phone: true
|
|
||||||
billing_post_code: true
|
|
||||||
billing_postal_address: true
|
|
||||||
contact_role: true
|
|
||||||
phone: true
|
|
||||||
post_code: true
|
|
||||||
postal_address: true
|
|
||||||
revision_log: true
|
|
||||||
status: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: db1670a5-4601-4b53-965b-d3c11ee66a4f
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.user.user.field_linked_opencase_actor
|
|
||||||
- field.field.user.user.user_picture
|
|
||||||
- image.style.thumbnail
|
|
||||||
module:
|
|
||||||
- image
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: FaQ9Ptcpxpg30AtiqRDtl_8zbJArHP1LPfug_s59TOA
|
|
||||||
id: user.user.default
|
|
||||||
targetEntityType: user
|
|
||||||
bundle: user
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
account:
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
contact:
|
|
||||||
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: { }
|
|
||||||
language:
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
timezone:
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
user_picture:
|
|
||||||
type: image_image
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
progress_indicator: throbber
|
|
||||||
preview_image_style: thumbnail
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
|
@ -1,12 +0,0 @@
|
|||||||
uuid: a37b640e-952d-4f06-b806-99792e29ba2d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
|
|
||||||
id: user.register
|
|
||||||
label: Register
|
|
||||||
targetEntityType: user
|
|
||||||
cache: true
|
|
@ -1,25 +0,0 @@
|
|||||||
uuid: 72a3d45b-e611-4333-913b-4363640d30c0
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- block_content.type.basic
|
|
||||||
- field.field.block_content.basic.body
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
_core:
|
|
||||||
default_config_hash: hBNNDTFwakREOTa6GGMqN899Iyrii0hInwSJtQ7Kj30
|
|
||||||
id: block_content.basic.default
|
|
||||||
targetEntityType: block_content
|
|
||||||
bundle: basic
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_default
|
|
||||||
label: hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
@ -1,28 +0,0 @@
|
|||||||
uuid: 6b09820a-f7eb-4c94-a271-a385fd1df95d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- comment.type.comment
|
|
||||||
- field.field.comment.comment.comment_body
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
_core:
|
|
||||||
default_config_hash: aBQUGsQ46M4048fIlFuTXwl2zV0j2cJX89CTUobh9hA
|
|
||||||
id: comment.comment.default
|
|
||||||
targetEntityType: comment
|
|
||||||
bundle: comment
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
comment_body:
|
|
||||||
type: text_default
|
|
||||||
label: hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
links:
|
|
||||||
weight: 100
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
@ -1,66 +0,0 @@
|
|||||||
uuid: 5925a8be-7a29-47a6-b6bb-6d80b487730f
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_display.comment.comment.default
|
|
||||||
- field.field.node.article.body
|
|
||||||
- field.field.node.article.comment
|
|
||||||
- field.field.node.article.field_image
|
|
||||||
- field.field.node.article.field_tags
|
|
||||||
- image.style.large
|
|
||||||
- node.type.article
|
|
||||||
module:
|
|
||||||
- comment
|
|
||||||
- image
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: b4RQ-Nfz-gOoG_jjftd_qDIz4lf_-OzlxoLHkRXjfrE
|
|
||||||
id: node.article.default
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: article
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_default
|
|
||||||
label: hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
comment:
|
|
||||||
type: comment_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
view_mode: default
|
|
||||||
pager_id: 0
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 110
|
|
||||||
region: content
|
|
||||||
field_image:
|
|
||||||
type: image
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
image_link: ''
|
|
||||||
image_style: large
|
|
||||||
image_loading:
|
|
||||||
attribute: lazy
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: -1
|
|
||||||
region: content
|
|
||||||
field_tags:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
links:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 100
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
@ -1,29 +0,0 @@
|
|||||||
uuid: 4d616b02-0848-43d0-bded-207c0dad3aeb
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_mode.node.rss
|
|
||||||
- field.field.node.article.body
|
|
||||||
- field.field.node.article.comment
|
|
||||||
- field.field.node.article.field_image
|
|
||||||
- field.field.node.article.field_tags
|
|
||||||
- node.type.article
|
|
||||||
module:
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: 2rIr6K5Q0UQ9khg0zE_CK-PtJH76UL-BDDZcZnZzwCc
|
|
||||||
id: node.article.rss
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: article
|
|
||||||
mode: rss
|
|
||||||
content:
|
|
||||||
links:
|
|
||||||
weight: 100
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
body: true
|
|
||||||
comment: true
|
|
||||||
field_image: true
|
|
||||||
field_tags: true
|
|
||||||
search_api_excerpt: true
|
|
@ -1,50 +0,0 @@
|
|||||||
uuid: 8ee38840-d43b-4623-8865-ec47ad726367
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_display.comment.comment.default
|
|
||||||
- core.entity_view_mode.node.search_index
|
|
||||||
- field.field.node.article.body
|
|
||||||
- field.field.node.article.comment
|
|
||||||
- field.field.node.article.field_image
|
|
||||||
- field.field.node.article.field_tags
|
|
||||||
- node.type.article
|
|
||||||
module:
|
|
||||||
- comment
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: UyS6h90lp_2z8y-boEip0WxzO-BGPHubSfeQYnjwg_4
|
|
||||||
id: node.article.search_index
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: article
|
|
||||||
mode: search_index
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_default
|
|
||||||
label: hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
comment:
|
|
||||||
type: comment_default
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
pager_id: 0
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
field_tags:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
field_image: true
|
|
||||||
links: true
|
|
||||||
search_api_excerpt: true
|
|
@ -1,51 +0,0 @@
|
|||||||
uuid: 82f41778-972e-4083-b6d3-efa627c36009
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_mode.node.search_result
|
|
||||||
- field.field.node.article.body
|
|
||||||
- field.field.node.article.comment
|
|
||||||
- field.field.node.article.field_image
|
|
||||||
- field.field.node.article.field_tags
|
|
||||||
- image.style.thumbnail
|
|
||||||
- node.type.article
|
|
||||||
module:
|
|
||||||
- image
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: uFyekWl4pl40ClJFmjk9tcyPJ-WFSXYsItJHB_XbQqs
|
|
||||||
id: node.article.search_result
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: article
|
|
||||||
mode: search_result
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_summary_or_trimmed
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
trim_length: 300
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
field_image:
|
|
||||||
type: image
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
image_link: content
|
|
||||||
image_style: thumbnail
|
|
||||||
image_loading:
|
|
||||||
attribute: lazy
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
links:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
comment: true
|
|
||||||
field_tags: true
|
|
||||||
search_api_excerpt: true
|
|
@ -1,57 +0,0 @@
|
|||||||
uuid: c810b856-b307-4583-883b-e22f624e204e
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_mode.node.teaser
|
|
||||||
- field.field.node.article.body
|
|
||||||
- field.field.node.article.comment
|
|
||||||
- field.field.node.article.field_image
|
|
||||||
- field.field.node.article.field_tags
|
|
||||||
- image.style.medium
|
|
||||||
- node.type.article
|
|
||||||
module:
|
|
||||||
- image
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: 0ur5-yZyR8pJ3lugC_Micbr6V_tpMWz-yHFhtuLcZo8
|
|
||||||
id: node.article.teaser
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: article
|
|
||||||
mode: teaser
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_summary_or_trimmed
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
trim_length: 600
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
field_image:
|
|
||||||
type: image
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
image_link: content
|
|
||||||
image_style: medium
|
|
||||||
image_loading:
|
|
||||||
attribute: lazy
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: -1
|
|
||||||
region: content
|
|
||||||
field_tags:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 10
|
|
||||||
region: content
|
|
||||||
links:
|
|
||||||
weight: 100
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
comment: true
|
|
||||||
field_tags: true
|
|
||||||
search_api_excerpt: true
|
|
@ -1,29 +0,0 @@
|
|||||||
uuid: 34735c0f-3c68-4d38-9dcf-1da96512eb59
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.node.page.body
|
|
||||||
- node.type.page
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg
|
|
||||||
id: node.page.default
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: page
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_default
|
|
||||||
label: hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 100
|
|
||||||
region: content
|
|
||||||
links:
|
|
||||||
weight: 101
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
@ -1,28 +0,0 @@
|
|||||||
uuid: 3326a3ab-7eb4-42bc-828e-cc5301963c5c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_mode.node.search_index
|
|
||||||
- field.field.node.page.body
|
|
||||||
- node.type.page
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: xBTs8g0qAlUrHQcyKIdGpebgUBgF-FOb_c0Lyu71hVc
|
|
||||||
id: node.page.search_index
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: page
|
|
||||||
mode: search_index
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_default
|
|
||||||
label: hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
links: true
|
|
||||||
search_api_excerpt: true
|
|
@ -1,33 +0,0 @@
|
|||||||
uuid: f70207b8-de58-4dbf-b900-e651167f7b0a
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_mode.node.search_result
|
|
||||||
- field.field.node.page.body
|
|
||||||
- node.type.page
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: gTB0Aw9yfUPvjMd_Pznb33eEqIGHqNQb5JtR3jZ18TE
|
|
||||||
id: node.page.search_result
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: page
|
|
||||||
mode: search_result
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_summary_or_trimmed
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
trim_length: 300
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 100
|
|
||||||
region: content
|
|
||||||
links:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 101
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
@ -1,31 +0,0 @@
|
|||||||
uuid: fb8a9378-9533-4701-bd30-ac2fa839a094
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_mode.node.teaser
|
|
||||||
- field.field.node.page.body
|
|
||||||
- node.type.page
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
_core:
|
|
||||||
default_config_hash: 8BgdRtLbtQ0F__o0FHSH0Mx5fvXOra9tfT1GmNKbRYw
|
|
||||||
id: node.page.teaser
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: page
|
|
||||||
mode: teaser
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_summary_or_trimmed
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
trim_length: 600
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 100
|
|
||||||
region: content
|
|
||||||
links:
|
|
||||||
weight: 101
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
@ -1,61 +0,0 @@
|
|||||||
uuid: 92697c37-4dbe-4b1d-a974-526a3300e2ba
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.application
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.application.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: application
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: medium
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
time_taken:
|
|
||||||
type: number_decimal
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,61 +0,0 @@
|
|||||||
uuid: 3ecc0f44-1288-40d5-8bf9-753e21fe1172
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.case_note
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.case_note.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: case_note
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: medium
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
time_taken:
|
|
||||||
type: number_decimal
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,82 +0,0 @@
|
|||||||
uuid: 18ef782d-adcb-4ac9-bd50-94f005c7321d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_activity.destitution_funds_provided.field_amount
|
|
||||||
- field.field.oc_activity.destitution_funds_provided.field_funds_for
|
|
||||||
- opencase_entities.oc_activity_type.destitution_funds_provided
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
- options
|
|
||||||
id: oc_activity.destitution_funds_provided.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: destitution_funds_provided
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: medium
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 6
|
|
||||||
region: content
|
|
||||||
field_amount:
|
|
||||||
type: number_decimal
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
field_funds_for:
|
|
||||||
type: list_default
|
|
||||||
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
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
time_taken:
|
|
||||||
type: number_decimal
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,58 +0,0 @@
|
|||||||
uuid: bcd68faf-74c4-457e-9fc3-6e2fb7a25c97
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.email
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.email.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: email
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: medium
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
oc_target:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
time_taken: true
|
|
||||||
user_id: true
|
|
@ -1,61 +0,0 @@
|
|||||||
uuid: a696fdb4-5317-4bfa-ac92-c15b09c3a7d2
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.interview
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.interview.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: interview
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: medium
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
time_taken:
|
|
||||||
type: number_decimal
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
@ -1,61 +0,0 @@
|
|||||||
uuid: 46f32ceb-da51-40ce-adba-1f3e4bd206ec
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- opencase_entities.oc_activity_type.lete
|
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_activity.lete.default
|
|
||||||
targetEntityType: oc_activity
|
|
||||||
bundle: lete
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
activity_date_time:
|
|
||||||
type: datetime_default
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: medium
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
description:
|
|
||||||
type: basic_string
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
oc_provider:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
time_taken:
|
|
||||||
type: number_decimal
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
decimal_separator: .
|
|
||||||
scale: 2
|
|
||||||
prefix_suffix: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
oc_target: true
|
|
||||||
search_api_excerpt: true
|
|
||||||
status: true
|
|
||||||
user_id: true
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user