Skip to content

Commit

Permalink
mappings: add parent.children
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 19, 2024
1 parent 7131f69 commit 44adf2f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,14 @@
"enabled": false
}
}
},
"children": {
"type": "object",
"properties": {
"allow": {
"type": "boolean"
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,14 @@
"enabled": false
}
}
},
"children": {
"type": "object",
"properties": {
"allow": {
"type": "boolean"
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,14 @@
"enabled": false
}
}
},
"children": {
"type": "object",
"properties": {
"allow": {
"type": "boolean"
}
}
}
}
}
Expand Down

0 comments on commit 44adf2f

Please sign in to comment.