I'm working on a WordPress plugin which allows image alternative text to be managed through the Coyote Service.
To ideally integrate, I would like to be able to hook into the core/image block and override the default rendering of the alt text input field in the block's InspectorControls, to:
set it to readonly
replace the value with the externally defined alt text for the image
@sinabahram how about this for an issue to file:
Issue title: Override core block InspectorControls panel Issue labels: [Feature: Extensibility] Issue description:
I'm working on a WordPress plugin which allows image alternative text to be managed through the Coyote Service. To ideally integrate, I would like to be able to hook into the
core/image
block and override the default rendering of the alt text input field in the block'sInspectorControls
, to:readonly
Thus the plugin acts purely as a content filter and it not needing to modify the actual post content.
From what I can tell it's currently not possible to hook into core block InspectorControls rendering.
Potential related issues I've found: