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
10 months ago

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

9 months ago

No, not yet.

9 months ago