System Information
- Strapi Version: v4.0.5
- Operating System: linux
- Database: mysql
- Node Version: v14.18.3
- NPM Version: v6.14.16
- Yarn Version:
Hi Guys,
i have a Problem with the API. I created a component with buttons in the backend. See Screenshot.
The role is set to public. If I now call the API (api/seiten?populate=*) I only get the following in relation to the buttons:
{
"id": 2,
"__component": "content.button-group"
}
And i dont know why
Can anyone help here?