0

Is it possible to customize the list view in the WordPress Block Editor? I would like to place an icon if a custom attribute contains a specific value, similar to how it is implemented in the core plugin core/image.

enter image description here

1
  • It doesn't seem like there is any API for it. Furthermore, the image thumbnail code specifically on looks at the core/image block. Thus, the only way to customize it seems to be to fork Gutenberg with your own customizations. Commented Jan 12 at 13:56

1 Answer 1

0

I was able to solve my problem using __experimentalLabel. It allowed me to customize how the block appears in the List View, similar to the behavior in the core/image block.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.