From 50931fe1359bf1bab5191f63bd016ef8d64fd17e Mon Sep 17 00:00:00 2001 From: Alex Lende Date: Sun, 30 Apr 2023 12:00:08 +0200 Subject: [PATCH] Remove gutenberg plugin mention in schema --- schemas/json/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 4417daff97cd05..47fb6f00e7195e 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -708,11 +708,11 @@ "type": "object", "properties": { "border": { - "description": "Settings related to borders.\nGutenberg plugin required.", + "description": "Settings related to borders.", "type": "object", "properties": { "radius": { - "description": "Allow users to set custom border radius.\nGutenberg plugin required.", + "description": "Allow users to set custom border radius.", "type": "boolean", "default": false }