How to populate tags in universal editor tags field
I've created a block that includes a tag field. Below is the JSON configuration for setting up the tag field.
{
"component": "aem-tag",
"name": "tags",
"value": "",
"label": "Tags",
"valueType": "string"
}
I've created the taxonomy page and published it as per the instructions in the Managing Taxonomy Data | Adobe Experience Manager. However, I am still unable to see the tags under the tag field.

Please let me know if I missed anything.
