#How to change the position of the slug field?

4 messages · Page 1 of 1 (latest)

soft carbon
#

In the documentation I found a position value for the slugField() function. I noticed that this value is "sidebar" by default. I tried passing position: undefined to move it to the main content area, but it stays in the sidebar regardless. How do I change this?

slugField({
position: undefined, // still renders in the sidebar
})

lunar vergeBOT
lime copper