How to disable all blocks in a blocks field?

In my blueprint there is a blocks field with certain content blocks to make up a blog post. Through PagePermissions another user is not allowed to edit my article. This works fine so far. The block field correctly shows disabled=true

However the blocks contained in the blocks field gets not disabled automatically

Although the block is almost disabled through CSS it is not really disabled=true which causes the markdown editor (markdown-field plugin) still to be editable.

I am wondering why the disabled prop isn’t propagated down the line into the blocks contained in the blocks field?

Best, Thomas E.-E.

I’m afraid this appears to be a bug:

ups :slight_smile: thanks for your quick reply and for creating the issue :+1: