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
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?