Skip to content

Commit

Permalink
Remove dupe caption entry
Browse files Browse the repository at this point in the history
Remove dupe caption entry
  • Loading branch information
ramonjd committed Mar 20, 2024
1 parent b2f541a commit 6ccbc9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ Settings related to colors.
| Property | Type | Default | Props |
| --- | --- | --- |--- |
| background | boolean | true | |
| caption | boolean | true | |
| custom | boolean | true | |
| customDuotone | boolean | true | |
| customGradient | boolean | true | |
Expand All @@ -99,6 +98,7 @@ Settings related to colors.
| text | boolean | true | |
| heading | boolean | true | |
| button | boolean | true | |
| caption | boolean | true | |

---

Expand Down
5 changes: 0 additions & 5 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@
"type": "boolean",
"default": true
},
"caption": {
"description": "Allow users to set caption colors.",
"type": "boolean",
"default": true
},
"custom": {
"description": "Allow users to select custom colors.",
"type": "boolean",
Expand Down

0 comments on commit 6ccbc9a

Please sign in to comment.