Skip to content

Commit

Permalink
D8CORE-5741: adjusted settings so taxonomy is multilevel
Browse files Browse the repository at this point in the history
  • Loading branch information
buttonwillowsix committed Aug 20, 2024
1 parent ef2d38e commit 2b9c8b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ field_name: su_opp_course_code
entity_type: node
bundle: stanford_opportunity
label: 'Course Code'
description: ''
description: 'If this opportunity is related to a course, enter the Course Code(s) (example: amstudies 13N, history 100, etc.)'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ field_name: su_opp_tags
entity_type: node
bundle: stanford_opportunity
label: 'Opportunity Tags'
description: ''
description: 'Enter the tags associated with this Opportunity. These will be used in cases where there is a filtered list of Opportunities.'
required: false
translatable: false
default_value: { }
Expand Down
2 changes: 1 addition & 1 deletion config/sync/field.storage.node.su_opp_course_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ settings:
is_ascii: false
module: core
locked: false
cardinality: 1
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
Expand Down
5 changes: 1 addition & 4 deletions config/sync/taxonomy.vocabulary.opportunity_tag_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ langcode: en
status: true
dependencies:
module:
- flat_taxonomy
- scheduler
third_party_settings:
flat_taxonomy:
flat: 1
scheduler:
expand_fieldset: when_required
fields_display_mode: vertical_tab
Expand All @@ -21,7 +18,7 @@ third_party_settings:
unpublish_enable: false
unpublish_required: false
unpublish_revision: false
name: 'Opportunity Tag 1'
name: 'Opportunity Filters'
vid: opportunity_tag_1
description: null
weight: 0
Expand Down

0 comments on commit 2b9c8b0

Please sign in to comment.