Skip to content

Commit

Permalink
d8core-5741:unpublished, menu
Browse files Browse the repository at this point in the history
  • Loading branch information
buttonwillowsix committed Aug 14, 2024
1 parent fe6aba1 commit 5156497
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
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
5 changes: 3 additions & 2 deletions config/sync/node.type.stanford_opportunity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ dependencies:
- scheduler
third_party_settings:
menu_ui:
available_menus: { }
parent: ''
available_menus:
- main
parent: 'main:'
node_revision_delete:
minimum_revisions_to_keep: 5
minimum_age_to_delete: 0
Expand Down

0 comments on commit 5156497

Please sign in to comment.