Skip to content

Commit

Permalink
Remove deprecation note from shorthand steps (#1507)
Browse files Browse the repository at this point in the history
Fixes 

- #1282


## Implementation details
remove the deprecation lines from the schema
  • Loading branch information
bph authored Jun 18, 2024
1 parent e9eb62b commit 23162b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/playground/blueprints/public/blueprint-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
}
]
},
"description": "WordPress plugins to install and activate",
"deprecated": "This experimental option will change without warning.\nUse `steps` instead."
"description": "WordPress plugins to install and activate"
},
"siteOptions": {
"type": "object",
Expand All @@ -109,8 +108,7 @@
"description": "The site title"
}
},
"description": "WordPress site options to define",
"deprecated": "This experimental option will change without warning.\nUse `steps` instead."
"description": "WordPress site options to define"
},
"login": {
"anyOf": [
Expand Down

0 comments on commit 23162b8

Please sign in to comment.