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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upon saving a new entry where the Entry URI format for that section includes a filter, Craft throws a error:
Argument 1 passed to craft\web\twig\Extension::kebabFilter() must be of the type string, null given
test-section/{type.name|kebab}/{slug}
test-section/{{object.type.name|kebab}}/{slug}
The text was updated successfully, but these errors were encountered:
c030adb
No branches or pull requests
Description
Upon saving a new entry where the Entry URI format for that section includes a filter, Craft throws a error:
Steps to reproduce
test-section/{type.name|kebab}/{slug}
(ortest-section/{{object.type.name|kebab}}/{slug}
will also work).Additional info
The text was updated successfully, but these errors were encountered: