Title: Enable Gutenberg
Last modified: January 9, 2020

---

# Enable Gutenberg

 *  Resolved [bea68](https://wordpress.org/support/users/bea68/)
 * (@bea68)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/enable-gutenberg/)
 * Hello, I want to enable Gutenberg Editor for Events Manager Plugin.
 * I found this code: define(‘EM_GUTENBERG’, true);
    But unfortunately it doesn’t
   work.
 * Can someone help me please? Thanks a lot!
 * Greetings from Germany
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fenable-gutenberg%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Will Pom](https://wordpress.org/support/users/wi77p0m/)
 * (@wi77p0m)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/enable-gutenberg/#post-12308379)
 * Worked for me. In site’s wp-config.php
 *     ```
       define( 'AUTH_KEY',         'put your unique phrase here' );
       define( 'SECURE_AUTH_KEY',  'put your unique phrase here' );
       define( 'LOGGED_IN_KEY',    'put your unique phrase here' );
       define( 'NONCE_KEY',        'put your unique phrase here' );
       define( 'AUTH_SALT',        'put your unique phrase here' );
       define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
       define( 'LOGGED_IN_SALT',   'put your unique phrase here' );
       define( 'NONCE_SALT',       'put your unique phrase here' );
       define('EM_GUTENBERG', true);
       ```
   
 * I’ve then made a reuseable block with all the style I want using [event] shortcodes
   combined with #_ATT{} for extra functionality.
    -  This reply was modified 6 years, 5 months ago by [Will Pom](https://wordpress.org/support/users/wi77p0m/).
    -  This reply was modified 6 years, 5 months ago by [Will Pom](https://wordpress.org/support/users/wi77p0m/).
 *  Thread Starter [bea68](https://wordpress.org/support/users/bea68/)
 * (@bea68)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/enable-gutenberg/#post-12308472)
 * Thank you, now it works!
    -  This reply was modified 6 years, 5 months ago by [bea68](https://wordpress.org/support/users/bea68/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Enable Gutenberg’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bea68](https://wordpress.org/support/users/bea68/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/enable-gutenberg/#post-12308472)
 * Status: resolved