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
If you enter Page Authors in the Security tab, it will be saved correctly in the frontmatter:
permissions: authors: - author1 - author2 - author3
but incorrect values will be returned in Normal mode:
Page Authors: - 'author1,author2,author3' - 'author1,author2,author3' - 'author1,author2,author3'
These values will be saved the next time you send form:
permissions: authors: - 'author1,author2,author3' - 'author1,author2,author3' - 'author1,author2,author3'
etc.
The text was updated successfully, but these errors were encountered:
5eefc91
Good catch, thanks. I also transferred the issue here in getgrav/grav since the fix was here.
Sorry, something went wrong.
w00fz
No branches or pull requests
If you enter Page Authors in the Security tab, it will be saved correctly in the frontmatter:
but incorrect values will be returned in Normal mode:
These values will be saved the next time you send form:
etc.
The text was updated successfully, but these errors were encountered: