Skip to content

Commit

Permalink
Configured form settings and display settings and added some acceptan…
Browse files Browse the repository at this point in the history
…ce tests
  • Loading branch information
pookmish committed Sep 4, 2024
1 parent 16e2818 commit 45e1148
Show file tree
Hide file tree
Showing 16 changed files with 841 additions and 222 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.field.node.stanford_opportunity.body
- field.field.node.stanford_opportunity.layout_builder__layout
- field.field.node.stanford_opportunity.su_opp_application_deadline
- field.field.node.stanford_opportunity.su_opp_components
- field.field.node.stanford_opportunity.su_opp_contact_email
Expand All @@ -28,6 +29,7 @@ dependencies:
module:
- change_labels
- datetime
- field_formatter_class
- field_group
- layout_paragraphs
- link
Expand Down Expand Up @@ -139,6 +141,12 @@ content:
region: content
settings: { }
third_party_settings: { }
layout_builder__layout:
type: null
weight: 53
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 12
Expand Down Expand Up @@ -192,9 +200,16 @@ content:
preview_view_mode: default
form_display_mode: default
nesting_depth: 0
require_layouts: 0
require_layouts: 1
empty_message: ''
third_party_settings: { }
third_party_settings:
field_formatter_class:
class: ''
change_labels:
add_another: ''
field_label_overwrite: ''
hide_add_another: 0
force_single_cardinality: 0
su_opp_contact_email:
type: email_default
weight: 16
Expand Down Expand Up @@ -288,14 +303,10 @@ content:
placeholder_title: ''
third_party_settings: { }
su_opp_sponsor:
type: entity_reference_autocomplete
type: options_select
weight: 3
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
settings: { }
third_party_settings: { }
su_opp_start_date:
type: datetime_default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.opportunity_tag_1
- taxonomy.vocabulary.opportunity_tag_filters
module:
- path
- text
id: taxonomy_term.opportunity_tag_1.default
id: taxonomy_term.opportunity_tag_filters.default
targetEntityType: taxonomy_term
bundle: opportunity_tag_1
bundle: opportunity_tag_filters
mode: default
content:
description:
Expand Down
Loading

0 comments on commit 45e1148

Please sign in to comment.