Skip to content

Commit

Permalink
part of a fix for Islandora/documentation#1092 - making taxonomy term…
Browse files Browse the repository at this point in the history
… fields translatable in the default configuration
  • Loading branch information
elizoller committed Apr 17, 2019
1 parent 83b424f commit 9fd72d9
Show file tree
Hide file tree
Showing 24 changed files with 108 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: corporate_body
label: 'Authority Sources'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: corporate_body
label: 'Founding Date'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bundle: corporate_body
label: 'Corporate Body Alternate Name'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: corporate_body
label: Type
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: family
label: 'Authority Sources'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: family
label: 'Founding Date'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: geo_location
label: 'Authority Link'
description: 'A universal resource identifier representing a known place in a geographical database. For example, "http://www.geonames.org/5506956/" for "Las Vegas, Nevada".'
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bundle: geo_location
label: 'Alternate Name'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bundle: geo_location
label: Broader
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: geo_location
label: Latitude/Longitude
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: person
label: 'Authority Sources'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: person
label: 'Birth Date'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: person
label: 'Death Date'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: person
label: 'Person Alternate Names'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: person
label: 'Person Preferred Name'
description: ''
required: true
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bundle: person
label: Relationships
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: resource_types
label: 'External Authority Link'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bundle: subject
label: 'Authority Sources'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.corporate_body
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: taxonomy_term.corporate_body
target_entity_type_id: taxonomy_term
target_bundle: corporate_body
default_langcode: site_default
language_alterable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.family
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: taxonomy_term.family
target_entity_type_id: taxonomy_term
target_bundle: family
default_langcode: site_default
language_alterable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.geo_location
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: taxonomy_term.geo_location
target_entity_type_id: taxonomy_term
target_bundle: geo_location
default_langcode: site_default
language_alterable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.person
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: taxonomy_term.person
target_entity_type_id: taxonomy_term
target_bundle: person
default_langcode: site_default
language_alterable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.resource_types
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: taxonomy_term.resource_types
target_entity_type_id: taxonomy_term
target_bundle: resource_types
default_langcode: site_default
language_alterable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.subject
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: taxonomy_term.subject
target_entity_type_id: taxonomy_term
target_bundle: subject
default_langcode: site_default
language_alterable: false

0 comments on commit 9fd72d9

Please sign in to comment.