refactor: Remove unneeded filter from static asset copy/paste code. (#32660)

This commit is contained in:
Braden MacDonald
2023-07-07 09:47:06 -07:00
committed by GitHub
parent 6d6893ca56
commit e705820d0d
3 changed files with 12 additions and 83 deletions

View File

@@ -2728,11 +2728,3 @@ BRAZE_COURSE_ENROLLMENT_CANVAS_ID = ''
DISCUSSIONS_INCONTEXT_FEEDBACK_URL = ''
DISCUSSIONS_INCONTEXT_LEARNMORE_URL = ''
OPEN_EDX_FILTERS_CONFIG = {
"org.openedx.content_authoring.staged_content.static_filter_source.v1": {
"pipeline": [
"openedx.core.djangoapps.content_staging.filters.IgnoreLargeFiles",
]
}
}