Sorry, we don't support your browser.  Install a modern browser

Create page: uuid slug option

I build maps where users can add locations. To prevent slug duplicates, I use the page uuid as the slug using this technique by lemmon: https://forum.getkirby.com/t/feature-uuid-as-a-slug-option/31344

It would be nice to have it built in – in the page blueprint:

create:
  slug: uuid
a year ago

Have you tried if slug: '{​{​ page.uuid }}' is doing the job already?

a year ago

No, not yet.

a year ago