You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the reason because is removing - and _ from the begging and the end of the name. I want to represent an endpoint for a item that is named ______. How to do it in your case?
Sorry it took so long.
I added two settings that disable trimming:
// DisableMultipleDashTrim defines if multiple dashes should be preserved.
// Default is false (multiple dashes will be replaced with single dash).
DisableMultipleDashTrim = false
// DisableEndsTrim defines if the slug should keep leading and trailing
// dashes and underscores. Default is false (trim enabled).
DisableEndsTrim = false
What is the reason because is removing
-
and_
from the begging and the end of the name. I want to represent an endpoint for a item that is named______
. How to do it in your case?Real example: Magic The Gathering card
The text was updated successfully, but these errors were encountered: