Skip to content

Commit 735d978

Browse files
refactor: Merge frontend-lib-content-components into this repository
2 parents 1e7e3e7 + 9d0898c commit 735d978

File tree

545 files changed

+53484
-385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

545 files changed

+53484
-385
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ pull_translations:
3535
cd src/i18n/messages \
3636
&& atlas pull $(ATLAS_OPTIONS) \
3737
translations/frontend-component-ai-translations/src/i18n/messages:frontend-component-ai-translations \
38-
translations/frontend-lib-content-components/src/i18n/messages:frontend-lib-content-components \
3938
translations/frontend-platform/src/i18n/messages:frontend-platform \
4039
translations/paragon/src/i18n/messages:paragon \
4140
translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \
4241
translations/frontend-app-course-authoring/src/i18n/messages:frontend-app-course-authoring
4342

44-
$(intl_imports) frontend-component-ai-translations frontend-lib-content-components frontend-platform paragon frontend-component-footer frontend-app-course-authoring
43+
$(intl_imports) frontend-component-ai-translations frontend-platform paragon frontend-component-footer frontend-app-course-authoring
4544

4645
# This target is used by Travis.
4746
validate-no-uncommitted-package-lock-changes:

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ Feature Description
145145

146146
When a corresponding waffle flag is set, upon editing a block in Studio, the view is rendered by this MFE instead of by the XBlock's authoring view. The user remains in Studio.
147147

148-
.. note::
149-
150-
The new editors themselves are currently implemented in a repository outside ``openedx``: `frontend-lib-content-components <https://github.com/edx/frontend-lib-content-components/>`_, a dependency of this MFE. This repository is slated to be moved to the ``openedx`` org, however.
151-
152148
Feature: New Proctoring Exams View
153149
==================================
154150

0 commit comments

Comments
 (0)