Skip to content

Commit

Permalink
Remove gutenberg plugin mention in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lende committed Apr 30, 2023
1 parent 36e3b33 commit 073fb38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 073fb38

Please sign in to comment.