Hello,
according to the 'tags' widget (/libs/cq/tagging/widgets/source/widgets/TagInputField.js) documentation it should be possible to restrict the namespaces to select from usint the 'namespaces' attribute.
This works fine if I only specify the namespaces to restrict to (namespaces = [namespace1,namespace2].
But still according to the documentation, it should also be possible to restrict the number of tags that can be selected using the following format for each namespace in the 'namespaces' array:
{
name: "namespace",
maximum: 1
}
Unfortunately, that does not work. I have tried all sorts of combinations.
Anyone else stumbled into this issue?
Kind regards,
Luc