Quick Q (Hopefully!) Following the package tutorial on creating a custom dashboard within Umbraco.
Wanted to understand how to add multiple groups in the access section as the documentation only shows an example of adding one {"grant": "admin"}
Would I be correct in assuming that its a CSV list? Or would it be more like an array? I.E
{"grant": "admin,editor"}
or
{"grant": ["admin", "editor"]}
Cheers