This PR adds inline docs to the ProfileViewConfiguration structure.
I also took the chance to wrap the avatar related configurations in an AvatarConfiguration structure. This is common pattern among UIContentConfiguration.
Testing Steps
Check that the descriptions written are good and there are no typos.
Closes #
Description
This PR adds inline docs to the
ProfileViewConfiguration
structure. I also took the chance to wrap the avatar related configurations in anAvatarConfiguration
structure. This is common pattern amongUIContentConfiguration
.Testing Steps