-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add new library editor toggle #33628
feat: add new library editor toggle #33628
Conversation
…ew-library-block-editor-toggle-to-studio
|
It doesn't actually block, but blocks from usage. the JS can just sit around unused with no harm caused. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good in general. My only qualm is that this flags toggles the new editor for the library_content component, not the new editor for libraries (which is behind a completely different flag). So, the names should be ENABLE_NEW_LIBRARY_CONTENT_EDITOR_FLAG
, use_new_library_content_editor()
, etc.
# .. toggle_use_cases: temporary | ||
# .. toggle_creation_date: 2023-10-30 | ||
# .. toggle_target_removal_date: 2025-1-30 | ||
# .. toggle_tickets: TNL-11040 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to something public please
…ew-library-block-editor-toggle-to-studio
… github.com:edx/edx-platform into feat--add-new-library-block-editor-toggle-to-studio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Send it
5ba4852
into
feat--Library-Content-Block-Reference
https://2u-internal.atlassian.net/browse/TNL-11118
Description
Describe what this pull request changes, and why. Include implications for people using this change.
Design decisions and their rationales should be documented in the repo (docstring / ADR), per
OEP-19, and can be
linked here.
Useful information to include:
"Developer", and "Operator".
changes.
Supporting information
Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
Be sure to check they are publicly readable, or if not, repeat the information here.
Testing instructions
Please provide detailed step-by-step instructions for testing this change.
Deadline
"None" if there's no rush, or provide a specific date or event (and reason) if there is one.
Other information
Include anything else that will help reviewers and consumers understand the change.