I have created an ACF field group that is only available on the User > Add/Edit form in the User Profile. An image upload field has been created to handle user profile images.
The code we are using to display the author name and description are {{ post.author.name }} and {{ post.author.description }}. ACF fields can be accessed using the same object-based way if they are attached to the post, but I cannot figure out how to access them when they are attached to the user. Is there something specific that I need to add to the functions.php file in order for them to be part of $context and become accessible in the twig files.