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
Have you tried if slug: '{{ page.uuid }}'
is doing the job already?
No, not yet.