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
Hey, thanks for this project! Gutenberg is awful, but your plugin makes working with it bearable :)
I've noticed that attributesJSON don't seem to encode correct set of attributes if I modify one of them through graphql_gutenberg_block_attributes_fields filter. After I do this, attributes contain filtered value for the attributed that I'm interested in, but attributesJSON contain the old one, pre-filtered.
graphql_gutenberg_block_attributes somewhat does half of the job, but it would be very nice if it were after getting source blocks, not before. Because my particular case is filling up an attribute if the block doesn't have it
The text was updated successfully, but these errors were encountered:
Hey, thanks for this project! Gutenberg is awful, but your plugin makes working with it bearable :)
I've noticed that attributesJSON don't seem to encode correct set of attributes if I modify one of them through
graphql_gutenberg_block_attributes_fields
filter. After I do this,attributes
contain filtered value for the attributed that I'm interested in, butattributesJSON
contain the old one, pre-filtered.graphql_gutenberg_block_attributes
somewhat does half of the job, but it would be very nice if it were after getting source blocks, not before. Because my particular case is filling up an attribute if the block doesn't have itThe text was updated successfully, but these errors were encountered: