Support

Account

Home Forums Gutenberg Different render_callback while editing post Reply To: Different render_callback while editing post

  • You can also give the element a css rule in your custom editor css file:
    .yourelement { pointer-events: none; }
    Then the element is not clickable.