admin管理员组

文章数量:1390749

My block seems to work correctly, unfortunately none of my metadata gets saved after saving the article.

You can find source code for my block in this repository. It simply adds a toggle to set a meta value to false or true.

While the value to my attribute seems to change after calling:

setAttributes( { featured: value } );

If I save my post and check the rest api, the value actually won’t have changed.

I have absolutely no clue why this isn’t working. Is there anything wrong with the code?

本文标签: custom fieldWordpress BlockssetAttributes not saving