-
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
9b1dff2
commit 845b90c
Showing
7 changed files
with
126 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
23 changes: 23 additions & 0 deletions
23
config/sync/field.field.node.stanford_opportunity.su_opp_source.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: 79f6b115-6857-4f51-ad2d-f2515eaef6b5 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.su_opp_source | ||
- node.type.stanford_opportunity | ||
module: | ||
- link | ||
id: node.stanford_opportunity.su_opp_source | ||
field_name: su_opp_source | ||
entity_type: node | ||
bundle: stanford_opportunity | ||
label: 'External Source' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
title: 0 | ||
link_type: 17 | ||
field_type: link |
21 changes: 21 additions & 0 deletions
21
config/sync/field.field.node.stanford_opportunity.su_opp_status.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: 7091fe46-7873-4630-bc58-f619b4b9ac4e | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.su_opp_status | ||
- node.type.stanford_opportunity | ||
id: node.stanford_opportunity.su_opp_status | ||
field_name: su_opp_status | ||
entity_type: node | ||
bundle: stanford_opportunity | ||
label: 'Opportunity Status' | ||
description: 'Check this box if the Opportunity should be listed as "Closed."' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
on_label: Closed | ||
off_label: Open | ||
field_type: boolean |
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: d3704a90-9bf3-4f54-b36e-ffe0f42e14f5 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- link | ||
- node | ||
id: node.su_opp_source | ||
field_name: su_opp_source | ||
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,18 @@ | ||
uuid: c391a09d-061c-4229-93f7-e254b48cd9cb | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
id: node.su_opp_status | ||
field_name: su_opp_status | ||
entity_type: node | ||
type: boolean | ||
settings: { } | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |