I’m in the process of creating a multi-author blog and was hoping to include author data that could be entered by each individual. Presumably, the best place to store data like that would be inside their user/accounts/USERNAME.yaml file. This brings up two questions:
- Is this data accessible through the standard variables in Twig?
- Can I then create a blueprint to add a UI for entering this data in using the Admin Panel?
Any insight?