-
A Slug is the unique identifying part of a web address, typically at the end of the URL and its recommend to avoid special characters like commas, semicolons, colons, spaces, quotes. From my understanding the Admin UI collection Names are generated from slugs. If I require a nicer admin UI Name, I would need to currently break the Slug suggestion by using a Space when using 2 Words instead of a dash/underscore. From Demo Slug code spaces would still produce correct urls.
Or did I oversee something that the admin UI Name can be specified somewhere? P. S. Perhaps adding for Admin UI a word wrap to get 2x lines could be added, as we still have enough space in our boxes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Rar9 — you can specify nicer names using |
Beta Was this translation helpful? Give feedback.
Hey @Rar9 — you can specify nicer names using
labels: { singular: 'Page', plural: 'Pages' }
on Collections. But by default we use thename
if you don't add more specificity. You can check the docs for more information here!