System Information
Strapi Version : 4.0.7
Operating System :
Database : Postgres
Node Version : v16
NPM Version :
Yarn Version :
Is there any way do get more preview onto components that are added to a Dynamic Zone?
If I have many components of the same type I have to open (unfold) them to see which one is which:
In the example above the TextBildBlock component has its header field set as its “Entry title” in the view, but it is not showing here apparently. It seems to be only used for Content types, not Components.
1 Like
I have the same question. Would be great if this was possible since things become messy very quickly.
Thanks!
There is actually a completely ready pull request from an external contributor with this improvement:
strapi:master
← godzzo:godzzo/issue12499
opened 06:42AM - 13 Feb 22 UTC
...like RepeatableComponent
This commit fixes #12499
<!--
Hello 👋 Thank … you for submitting a pull request.
To help us merge your PR, make sure to follow the instructions below:
- Create or update the documentation. (Should be made against the documentation branch)
- Create or update the tests.
- Refer to the issue you are closing in the PR description - fix #issue
- Specify if the PR is in WIP (work in progress) state or ready to be merged
Please ensure you read through the Contributing Guide: https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md
-->
### What does it do?
Show the MainValue of the Components of a DynamicZone in the AccordionToggle.
### Why is it needed?
To be able to distingish the Dzone components without unfold them.
### How to test it?
- Create a Component
- Create a Collection
- add DynamicZone
- add the Component
- Edit the Collection
- edit DZone
- add more Component instance
- edit the mainField
- check the AccordionToggle changes
Sample:

### Related issue(s)/PR(s)
Related issue: #12499
I don’t know why it is not getting merged