-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
Let's say I have
{
"title": "Hello",
"taxonomy": ["Foo Bar"],
}
## Hello
WorldWith v0.17, my Taxonomy page title were perfect: "Foo Bar".
Now with v0.18.1, the taxonomy page title (.Title) is URLized: "foo-bar".
I'm both using pluralizeListTitles and preserveTaxonomyNames
pluralizeListTitles = false
preserveTaxonomyNames = trueIs this a bug or a misuse? I can't find any other related issue (#2835 ?)