Hi @Veegie64 With the release of Content API the users
concept was changed to authors
to have a clearer distinction between:
- users that contribute by creating posts (now
authors
and should be an author for least one post)
and
- the users that are not in the above category (for example administrators who only manage content and don’t necessarily have to be exposed to the outside world)
I think your current approach:
adding all the current team members as authors of the page
is the most correct way to handle this problem because that way all the users you want to be available as authors
in the template have at least one post :) Let me know if you have any other questions!