You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
With the new capabilities work landed in Normandy, there is a new editable field that should be accessible: extra_capabilities. It is logically a set of strings. Though since JSON doesn't have sets the type is actually Array<String>.
Right now there aren't any further semantics associated with this field, we just need to be able to type a list of strings in.
The text was updated successfully, but these errors were encountered:
For extra fanciness, this could autocomplete from the list of capabilities the server knows about, which there is an API endpoint for now. We should still allow free-form text as well though, since some valid capabilities might not be known by the server.
With the new capabilities work landed in Normandy, there is a new editable field that should be accessible:
extra_capabilities
. It is logically a set of strings. Though since JSON doesn't have sets the type is actuallyArray<String>
.Right now there aren't any further semantics associated with this field, we just need to be able to type a list of strings in.
The text was updated successfully, but these errors were encountered: