We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
It might be better to have an option for a free text choice field.
Sorry, something went wrong.
#307 - List field
bd2860e
It made more sense to have a new list field.
list
Available for testing in the latest beta
The configuration of the list field looks as follows:
{ "title": "Alias", "name": "alias", "type": "list" }
No branches or pull requests
I'm using Hugo site generator. Hugo allow for Aliases.
The definition of the aliases front matter field should be:
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.
The text was updated successfully, but these errors were encountered: