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
})