Skip to content

Commit

Permalink
Merge pull request #5 from kanopi/thejimbirch-patch-1
Browse files Browse the repository at this point in the history
Updates to use setStatus
  • Loading branch information
thejimbirch authored Dec 5, 2024
2 parents 800b1dc + 9b04268 commit 8ad5b13
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,14 @@ config:
actions:
# Set and unset Gin blocks.
block.block.gin_admin:
# @TODO Blocks should have setStatus config action.
set:
property_name: status
value: false
setStatus: false
block.block.gin_branding:
set:
property_name: status
value: false
setStatus: false
block.block.gin_local_actions:
setRegion: content
setWeight: -10
block.block.gin_local_tasks:
set:
property_name: status
value: false
setStatus: false
block.block.gin_page_title:
setRegion: header
setWeight: -10
Expand All @@ -65,9 +58,7 @@ config:
simpleConfigUpdate:
settings.secondary: true
block.block.gin_tools:
set:
property_name: status
value: false
setStatus: false
# Update the admin theme to Gin in Theme settings.
node.settings:
simpleConfigUpdate:
Expand Down

0 comments on commit 8ad5b13

Please sign in to comment.