Closed wellingk closed 6 months ago
As inherit_list and type are computed attribute (i.e. readonly), it cannot be configured, so we need to pass null value in it . widget_tokens =[ { name = "string" type = null inherit_list = null value = "string" }]
Issue
i've imported a dashboard group and I am struggling with
widget_tokens
.inherit_list = []
appears to be required as an element ofwidget_tokens
and yet when i try to include it I receive the error.The documentation is not really very helpful in that it only states
I've tried every which way to pass a null value to this as suggested and am getting nowhere.
Expected Resolution
Thanks