feat(widget): add restriction callback to restrict visibility and modification of widget kinds (#2658)
* feat(widget): add restriction callback to restrict visibility and modification of widget kinds * fix: typecheck issue * chore: address pull request feedback
This commit is contained in:
@@ -1724,7 +1724,11 @@
|
||||
"noIntegration": "No integration selected",
|
||||
"noData": "No integration data available"
|
||||
},
|
||||
"option": {}
|
||||
"option": {},
|
||||
"restricted": {
|
||||
"title": "Restricted",
|
||||
"description": "You don't have access to the {name} widget."
|
||||
}
|
||||
},
|
||||
"video": {
|
||||
"name": "Video Stream",
|
||||
|
||||
Reference in New Issue
Block a user