Gutenberg event editor

This topic contains 4 replies, has 3 voices, and was last updated by  Evan McMahon 1 month, 1 week ago.

Viewing 5 posts - 1 through 5 (of 5 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
    #44266

    I’m seeing a bug that the event-category does not show in the right sidebar with the gutenberg editor.

    Evan McMahon
    #44267

    Hi Stephen,

    I am confused because the latest version of the plugin is 3.12.7 but the git huib repo is at 3.12.1. Not a developer. Where is the repo now? https://github.com/stephenharris/Event-Organiser/tags

    Old related PR at the time: https://github.com/stephenharris/Event-Organiser/pull/519

    • This reply was modified 3 months, 1 week ago by  Evan McMahon.
    Evan McMahon
    #44422

    Just noting that the filter referenced does not work in my testing:

    add_filter('eventorganiser_event_properties', function($args){
        $args['show_in_rest'] = true;
        return $args;
    });
    
    Evan McMahon
Viewing 5 posts - 1 through 5 (of 5 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.