Skip to content

Commit

Permalink
Disable MU_WPCOM_BLOCK_EDITOR_NUX constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr committed Aug 9, 2024
1 parent 7e3a68f commit 3df3a1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static function load_etk_features_flags() {
define( 'MU_WPCOM_STARTER_PAGE_TEMPLATES', true );
define( 'MU_WPCOM_TAGS_EDUCATION', true );
define( 'MU_WPCOM_BLOCK_DESCRIPTION_LINKS', true );
define( 'MU_WPCOM_BLOCK_EDITOR_NUX', true );
define( 'MU_WPCOM_BLOCK_EDITOR_NUX', false );
define( 'MU_WPCOM_POSTS_LIST_BLOCK', true );
define( 'MU_WPCOM_JETPACK_COUNTDOWN_BLOCK', true );
define( 'MU_WPCOM_JETPACK_TIMELINE_BLOCK', true );
Expand Down Expand Up @@ -218,6 +218,7 @@ public static function load_etk_features() {
require_once __DIR__ . '/features/paragraph-block-placeholder/paragraph-block-placeholder.php';
require_once __DIR__ . '/features/tags-education/tags-education.php';
require_once __DIR__ . '/features/wpcom-block-description-links/wpcom-block-description-links.php';
require_once __DIR__ . '/features/wpcom-block-editor-nux/class-wpcom-block-editor-nux.php';
require_once __DIR__ . '/features/wpcom-blocks/a8c-posts-list/a8c-posts-list.php';
require_once __DIR__ . '/features/wpcom-blocks/event-countdown/event-countdown.php';
require_once __DIR__ . '/features/wpcom-blocks/timeline/timeline.php';
Expand Down

0 comments on commit 3df3a1b

Please sign in to comment.