Skip to content

Commit

Permalink
Revert "Add missing position.fixed property"
Browse files Browse the repository at this point in the history
This reverts commit 5363d8365c6c21f0e50b28e877adff8b072de5ca.
  • Loading branch information
ajlende committed Jul 23, 2024
1 parent 09bed04 commit e5ed758
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Settings related to position.

| Property | Type | Default | Props |
| --- | --- | --- |--- |
| fixed | boolean | false | |
| sticky | boolean | false | |

---
Expand Down
5 changes: 0 additions & 5 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,6 @@
"description": "Settings related to position.",
"type": "object",
"properties": {
"fixed": {
"description": "Allow users to set fixed position.",
"type": "boolean",
"default": false
},
"sticky": {
"description": "Allow users to set sticky position.",
"type": "boolean",
Expand Down

0 comments on commit e5ed758

Please sign in to comment.