Can't disable autocomplete on URL-appendix in panel

Hi, I’m new to Kirby and am trying to adapt the default new page form in the panel and would like to be able to disable the autocomplete on the URL-appendix field so that I can use a custom url slug that’s not dependent on the page title.
Is this possible? Thanks

You cannot disable it but simply overwrite the suggested slug.

In case you want to know how the Panel does it internally: This is the JavaScript code responsible for the automatic generation.

Since that’s just JavaScript, you can overwrite the value like @texnixe wrote.

1 Like