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
In src/Resources/views/storefront/layout/meta.html.twig there's a property entry.author.translated.name to display author name in schema:
src/Resources/views/storefront/layout/meta.html.twig
entry.author.translated.name
"author": { "@type": "Person", "name": "{{ entry.author.translated.name }}" },
But property entry.author doesn't exist:
entry.author
I think this reference should be to entry.blogAuthor, however this property is null.
entry.blogAuthor
null
The text was updated successfully, but these errors were encountered:
Fixed with v4.1.4. 908991f
Sorry, something went wrong.
No branches or pull requests
In
src/Resources/views/storefront/layout/meta.html.twig
there's a propertyentry.author.translated.name
to display author name in schema:But property
entry.author
doesn't exist:I think this reference should be to
entry.blogAuthor
, however this property isnull
.The text was updated successfully, but these errors were encountered: