Gutenberg event editor

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 4 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37723

    Is there a way of using Gutenberg to edit events? Am I missing something simple her – It seems to revert to the old editor when I edit an event.

    David Florence
    #37788

    Hi David,

    The following code should enable it,

    add_filter('eventorganiser_event_properties', function($args){
        $args['show_in_rest'] = true;
        return $args;
    });
    

    Please note that the event-edit features have not been fully tested on Gutenburg editor.

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.