From be71668b8d06ed4544ab071f723f1fd3f157d520 Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Thu, 25 Apr 2024 06:35:45 -0500 Subject: [PATCH] fix: removing ENABLE_NEW_EDITOR_PAGES flag (#951) --- .env | 1 - .env.development | 1 - .env.test | 1 - README.rst | 7 ------- src/CourseAuthoringRoutes.jsx | 4 ++-- src/index.jsx | 1 - 6 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.env b/.env index 6d91485e5..e5fa2f49a 100644 --- a/.env +++ b/.env @@ -30,7 +30,6 @@ USER_INFO_COOKIE_NAME='' ENABLE_ACCESSIBILITY_PAGE=false ENABLE_PROGRESS_GRAPH_SETTINGS=false ENABLE_TEAM_TYPE_SETTING=false -ENABLE_NEW_EDITOR_PAGES=true ENABLE_UNIT_PAGE=false ENABLE_ASSETS_PAGE=false ENABLE_VIDEO_UPLOAD_PAGE_LINK_IN_CONTENT_DROPDOWN=false diff --git a/.env.development b/.env.development index de0150810..71f65a6d5 100644 --- a/.env.development +++ b/.env.development @@ -32,7 +32,6 @@ USER_INFO_COOKIE_NAME='edx-user-info' ENABLE_ACCESSIBILITY_PAGE=false ENABLE_PROGRESS_GRAPH_SETTINGS=false ENABLE_TEAM_TYPE_SETTING=false -ENABLE_NEW_EDITOR_PAGES=true ENABLE_UNIT_PAGE=false ENABLE_ASSETS_PAGE=false ENABLE_VIDEO_UPLOAD_PAGE_LINK_IN_CONTENT_DROPDOWN=true diff --git a/.env.test b/.env.test index cbdb4821c..7d74809b4 100644 --- a/.env.test +++ b/.env.test @@ -28,7 +28,6 @@ SUPPORT_URL='https://support.edx.org' USER_INFO_COOKIE_NAME='edx-user-info' ENABLE_PROGRESS_GRAPH_SETTINGS=false ENABLE_TEAM_TYPE_SETTING=false -ENABLE_NEW_EDITOR_PAGES=true ENABLE_UNIT_PAGE=true ENABLE_ASSETS_PAGE=false ENABLE_VIDEO_UPLOAD_PAGE_LINK_IN_CONTENT_DROPDOWN=true diff --git a/README.rst b/README.rst index 724d9dfc7..e62b777d1 100644 --- a/README.rst +++ b/README.rst @@ -140,13 +140,6 @@ Requirements * ``new_core_editors.use_new_video_editor``: must be enabled for the new Video Xblock editor to be used in Studio * ``new_core_editors.use_new_problem_editor``: must be enabled for the new Problem Xblock editor to be used in Studio -Configuration -------------- - -In additional to the standard settings, the following local configuration item is required: - -* ``ENABLE_NEW_EDITOR_PAGES``: must be enabled in order to actually present the new XBlock editors (on by default) - Feature Description ------------------- diff --git a/src/CourseAuthoringRoutes.jsx b/src/CourseAuthoringRoutes.jsx index c914bcf5b..6f33831d3 100644 --- a/src/CourseAuthoringRoutes.jsx +++ b/src/CourseAuthoringRoutes.jsx @@ -83,11 +83,11 @@ const CourseAuthoringRoutes = () => { ))} : null} + element={} /> : null} + element={} />