-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5594881
commit 9b1dff2
Showing
13 changed files
with
319 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
config/sync/field.field.node.stanford_opportunity.su_opp_course_code.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 149b6773-c259-4e1e-9dbc-301ef66ceb42 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.su_opp_course_code | ||
- node.type.stanford_opportunity | ||
id: node.stanford_opportunity.su_opp_course_code | ||
field_name: su_opp_course_code | ||
entity_type: node | ||
bundle: stanford_opportunity | ||
label: 'Course Code' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
24 changes: 24 additions & 0 deletions
24
config/sync/field.field.node.stanford_opportunity.su_opp_eligibility.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
uuid: a06f34fd-d3a1-4cbf-bce1-5f29a01a578b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.su_opp_eligibility | ||
- filter.format.stanford_minimal_html | ||
- node.type.stanford_opportunity | ||
module: | ||
- text | ||
id: node.stanford_opportunity.su_opp_eligibility | ||
field_name: su_opp_eligibility | ||
entity_type: node | ||
bundle: stanford_opportunity | ||
label: Eligibility | ||
description: 'Who is eligible to apply or take part in this opportunity?' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
allowed_formats: | ||
- stanford_minimal_html | ||
field_type: text_long |
29 changes: 29 additions & 0 deletions
29
config/sync/field.field.node.stanford_opportunity.su_opp_image.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
uuid: f0869be1-909b-470a-833b-875ba3bf847d | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.su_opp_image | ||
- media.type.image | ||
- node.type.stanford_opportunity | ||
id: node.stanford_opportunity.su_opp_image | ||
field_name: su_opp_image | ||
entity_type: node | ||
bundle: stanford_opportunity | ||
label: 'Featured Image' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
handler: 'default:media' | ||
handler_settings: | ||
target_bundles: | ||
image: image | ||
sort: | ||
field: _none | ||
direction: ASC | ||
auto_create: false | ||
auto_create_bundle: '' | ||
field_type: entity_reference |
23 changes: 23 additions & 0 deletions
23
config/sync/field.field.node.stanford_opportunity.su_opp_learn_more.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: 9e7d84a6-7493-4e06-b4b3-df1b6623efa1 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.su_opp_learn_more | ||
- node.type.stanford_opportunity | ||
module: | ||
- link | ||
id: node.stanford_opportunity.su_opp_learn_more | ||
field_name: su_opp_learn_more | ||
entity_type: node | ||
bundle: stanford_opportunity | ||
label: 'Learn More Link' | ||
description: 'Provide a link where users can find out more about this Opportunity. Please ensure this link has text that describes where the link will go.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
title: 2 | ||
link_type: 17 | ||
field_type: link |
21 changes: 21 additions & 0 deletions
21
config/sync/field.field.node.stanford_opportunity.su_opp_start_date.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
uuid: 1ef26b12-a39c-4663-9df3-bbda41af11da | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.su_opp_start_date | ||
- node.type.stanford_opportunity | ||
module: | ||
- datetime | ||
id: node.stanford_opportunity.su_opp_start_date | ||
field_name: su_opp_start_date | ||
entity_type: node | ||
bundle: stanford_opportunity | ||
label: 'Start Date' | ||
description: 'The date the Opportunity starts.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: datetime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
uuid: 35a0f8b3-4fa9-4faf-abff-3f8133e6df67 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
id: node.su_opp_course_code | ||
field_name: su_opp_course_code | ||
entity_type: node | ||
type: string | ||
settings: | ||
max_length: 255 | ||
case_sensitive: false | ||
is_ascii: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 4d96a1ed-369e-4e41-a294-a76872e0bcee | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
- text | ||
id: node.su_opp_eligibility | ||
field_name: su_opp_eligibility | ||
entity_type: node | ||
type: text_long | ||
settings: { } | ||
module: text | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
uuid: fcc2e64e-b155-4cee-abed-047a101b4e44 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- media | ||
- node | ||
id: node.su_opp_image | ||
field_name: su_opp_image | ||
entity_type: node | ||
type: entity_reference | ||
settings: | ||
target_type: media | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 4190ed7d-7d4c-4834-806a-af481adee1c7 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- link | ||
- node | ||
id: node.su_opp_learn_more | ||
field_name: su_opp_learn_more | ||
entity_type: node | ||
type: link | ||
settings: { } | ||
module: link | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
uuid: 7549c36b-7142-43b2-801d-33c1ce8fe011 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- datetime | ||
- node | ||
id: node.su_opp_start_date | ||
field_name: su_opp_start_date | ||
entity_type: node | ||
type: datetime | ||
settings: | ||
datetime_type: date | ||
module: datetime | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |