You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inserting blocks with the insert() or insertMany() methods applied Block Tunes are ignored. I looked at the code and only the "data" property for a block is used to create it. the "tunes" property is not handled.
So it is impossible to insert BlockData that had Block tunes applied without losing them.
I had created a BlockTune to have different display variants for paragraphs... now I might have to rework this and fork the paragraph tool to insert the variants i need directly into the plugin.
The text was updated successfully, but these errors were encountered:
I'm also running into this issues, I'm trying to insert a block and it seems like the internal insert method contains a parameter for the block tunes but it isn't exposed in the blocks api insert method
facing the same issue, I need to insert some blocks with specific tunes other than the defaults or at least have the ability to edit the tunes of the block through code
When inserting blocks with the insert() or insertMany() methods applied Block Tunes are ignored. I looked at the code and only the "data" property for a block is used to create it. the "tunes" property is not handled.
So it is impossible to insert BlockData that had Block tunes applied without losing them.
I had created a BlockTune to have different display variants for paragraphs... now I might have to rework this and fork the paragraph tool to insert the variants i need directly into the plugin.
The text was updated successfully, but these errors were encountered: