Contentful Slug Generation

Hello,

We have this slug added to our page element. If we use pipe element | it’s adding or into the slug, but this is not a desired behavior. We looked into other options on this page for slug generation, we don’t see a way to modify this behavior. We changed the field to single line text but that’s all we can do. Is there a way to update this behavior for us only? Also is there a way to add verification to the slug field so if user enters space into the slug they get an error or any other custom verification we desire?

In this situation you will need to build custom functionality into the slug field. The only way I know of doing this is building a custom app. This would allow you to do custom validation and manipulation of the string.