Skip to content

Commit

Permalink
mappings: fix parent.theme.style key
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 19, 2024
1 parent 890242c commit b1eb975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"brand": {
"type": "keyword"
},
"config": {
"style": {
"type": "object",
"enabled": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
"brand": {
"type": "keyword"
},
"config": {
"style": {
"type": "object",
"enabled": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"brand": {
"type": "keyword"
},
"config": {
"style": {
"type": "object",
"enabled": false
}
Expand Down

0 comments on commit b1eb975

Please sign in to comment.