Added config for project field on trainings
This commit is contained in:
23
config/field.storage.oc_case.field_project.yml
Normal file
23
config/field.storage.oc_case.field_project.yml
Normal file
@ -0,0 +1,23 @@
|
||||
uuid: 03c0bad7-1a84-4ae4-8d33-753336652a7b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- opencase_cases
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: public
|
||||
id: oc_case.field_project
|
||||
field_name: field_project
|
||||
entity_type: oc_case
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: oc_case
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
Reference in New Issue
Block a user