My goal is to have the current logged-in user automatically be set as the author for a blog post. I am using the starter kit. I am trying to understand this tutorial –
Under the section “How to select an author” it suggests adding an author field with “type: users” to the blueprint.
I have done that but I don’t see any change in behavior, no author is added to page I create. I tried adding author as a field on the create form as well, but then I am met with “Field type “users” not supported in create dialog” when I go to create a page.
If you can help me understand how this is supposed to work, I would appreciate it.