Is a slug prefix possible?

With the slug field can I somehow prefix the generated slug?

So for example if my post title was ā€œLorem Ipsumā€ the slug generated would be (for example) ā€œblog/lorem-ipsumā€?

Hello @kaushik, welcome to Community :slight_smile:

The slug prefix that you are mentioning should be managed in the frontend code.

You can add a prefix as a help for your editors here:

but itā€™s only something for the editors, we donā€™t expose it on our GraphQL API for example.

Thanks for the reply. You should consider adding this feature. Itā€™s something thatā€™s built in to things like Wordpress and Drupal because it helps with keeping paths organized.