Hi, team!
Is it currently possible to work with an array of strings?
For example, I have an array roles
with the following values:
["user", "editor", "admin"]
Can I somehow check if it contains only "editor"
?
I noticed that a similar question was already discussed and is on the roadmap [FLI-921], but are there any alternative methods to configure this in the current release?