Skip to content

Commit

Permalink
D8CORE-5741: Opportunities Content type with small amount of styles (#…
Browse files Browse the repository at this point in the history
…801)

* d8core-5741: fields first pass (#800)

* d8core-5741: role for opportunity content type

* d8core-5741: taxonomy, part 1

* d8core-5741: first of the geeneric taxonomy vocabs

* d8core-5741: permission fixes

* d8core-5741: the rest of the vocabs

* d8core-5741: first five fields

* d8core-5741: next 5 fields

* d8core-5741: next 2 fields

* d8core-5741: 5 more fields

* d8core-5741: first two taxonomy

* d8core-5741: last taxonomy as tags

* d8core-5741:unpublished, menu

* d8core-5741: rabbit hole, path

* d8core-5741: layout fix, form

* D8CORE-5741: removed extraneous taxonomy

* D8CORE-5741: adjusted settings so taxonomy is multilevel

* Adjust field configs

* updated field name

* Configured form settings and display settings and added some acceptance tests

---------

Co-authored-by: Mike Decker <pookmish@stanford.edu>
buttonwillowsix and pookmish authored Sep 9, 2024
1 parent 2d25767 commit 63c43a0
Showing 70 changed files with 2,679 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 3f3f7061-86ac-4e9e-be0a-38d67c82f7f4
langcode: en
status: true
dependencies:
config:
- node.type.stanford_opportunity
id: node.stanford_opportunity.promote
field_name: promote
entity_type: node
bundle: stanford_opportunity
label: 'Promoted to front page'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: c9479551-b56c-4b02-a97b-1a9a8a0f5d33
langcode: en
status: true
dependencies:
config:
- node.type.stanford_opportunity
id: node.stanford_opportunity.status
field_name: status
entity_type: node
bundle: stanford_opportunity
label: Published
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
Loading

0 comments on commit 63c43a0

Please sign in to comment.