Block inspecor tabs are defined in packages/block-editor/src/components/inspector-controls-tabs/use-inspector-controls-tabs.js.
I have a need to add custom tab for my block. The easiest way to achieve that would be to add filter in the source to allow adding custom tabs.
Block inspector tabs
Block inspecor tabs are defined in
packages/block-editor/src/components/inspector-controls-tabs/use-inspector-controls-tabs.js
. I have a need to add custom tab for my block. The easiest way to achieve that would be to add filter in the source to allow adding custom tabs.