I'm playing around with Umbraco 13 and creating content via
editorService.contentPicker
. According to the documentation, I can enable the
Save and close and
Publish and close buttons, which both seem to trigger the
submit
callback.
But I cant find a way to disable the default
Save and
Save and publish buttons, which is frustrating as those don't trigger the
submit
callback, and clicking them again and gain will create new content items, not save the content item created from previous clicks.
This feels a bit broken, so not sure sure I'm missing something. Anyone with a bit of insight into this?