Hi,
i just need to build a staff page. Each person has its own fields like name, surname, photo and so on. There is few people as staff, less than 10.
I wonder what's the best way to do it.
It seems flex objects are perfect for this, but seems just a bit overwhelming.
I just need to set in page content a list with fields like:
- name
- surname
- photo
- name
- surname
- photo
and so on
and then render it through my custom twig template. This seems to be the easiest way.
What do you think about?