I'm using Hugo site generator. Hugo allow for Aliases.
The definition of the aliases front matter field should be:
{
"title": "Aliases",
"name": "aliases",
"type": "string",
"single": true,
"multiple": true
},
But the "multiple" option is not valid for string fields.
The solution is to allow for "multiple" option to work for string fields, as it does for images.