feat: copy/paste unit from within a unit in Studio - feature flagged (#33724)

(requires the contentstore.enable_copy_paste_units waffle flag)
This commit is contained in:
Pooja Kulkarni
2023-12-01 14:33:34 -05:00
committed by GitHub
parent 94441861e0
commit f5b246d0e9
13 changed files with 258 additions and 62 deletions

View File

@@ -11,7 +11,7 @@
"django-trans-missing-escape": 0,
"javascript-concat-html": 2,
"javascript-escape": 1,
"javascript-jquery-append": 1,
"javascript-jquery-append": 2,
"javascript-jquery-html": 5,
"javascript-jquery-insert-into-target": 2,
"javascript-jquery-insertion": 0,
@@ -36,5 +36,5 @@
"python-wrap-html": 0,
"underscore-not-escaped": 2
},
"total": 63
"total": 64
}