• Resolved quu

    (@quu)


    Hey there,

    While making a new block, I chose to privately publish it [while aware there is little meaning to it, as it isn’t in use anywhere], but now I cannot make it public! There is no “page” page in the editor menu, and there isn’t a “quick edit” menu on the blocks list, so i cannot select the block to be public.

    I can recreate the block and save it as public, but is there a way to fix this via the admin?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Nikita

    (@nko)

    Hi,

    We hide this part of UI as it is unused in our post type. In next plugin updates, we will prevent the possibility of publishing posts with custom statuses.

    For now, you can try to open the post editor, then enter this in your browser console and push Enter:

    wp.data.dispatch('core/editor').editPost({status: 'publish'})

    And update the post.

    Regards,
    Nikita.

Viewing 1 replies (of 1 total)
  • The topic ‘Saving a block as private = stuck’ is closed to new replies.