From 23162b81ad885bab73789c5e5d70070352188f34 Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Tue, 18 Jun 2024 10:35:02 +0200 Subject: [PATCH] Remove deprecation note from shorthand steps (#1507) Fixes - #1282 ## Implementation details remove the deprecation lines from the schema --- packages/playground/blueprints/public/blueprint-schema.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/playground/blueprints/public/blueprint-schema.json b/packages/playground/blueprints/public/blueprint-schema.json index 51d7cdf5be..c833adcab7 100644 --- a/packages/playground/blueprints/public/blueprint-schema.json +++ b/packages/playground/blueprints/public/blueprint-schema.json @@ -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", @@ -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": [