Description
When you set a block to using to contentOnly mode the Attributes panel is still visible, even though all of the other InspectorControls are gone.
CC @cbravobernal @SantosGuillamot
Step-by-step reproduction instructions
- Enable contentOnly editing mode on a block, typically using
const { setBlockEditingMode } = useDispatch( blockEditorStore );,
- Check any block that's allowed to have bindings, the panel shows up.
Screenshots, screen recording, code snippet
Normal Paragraph Inspector controls:

Paragraph in contentOnly editing mode (it appears whether a binding was set or not):

Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Description
When you set a block to using to
contentOnlymode the Attributes panel is still visible, even though all of the other InspectorControls are gone.CC @cbravobernal @SantosGuillamot
Step-by-step reproduction instructions
const { setBlockEditingMode } = useDispatch( blockEditorStore );,Screenshots, screen recording, code snippet
Normal Paragraph Inspector controls:

Paragraph in contentOnly editing mode (it appears whether a binding was set or not):

Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.