Skip to content

Commit

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

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

---
Expand Down
5 changes: 5 additions & 0 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@
"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 6eab11f

Please sign in to comment.