Convert VideoModule to VideoBlock.

Some deprecated functionality has been removed:

- Reading data field and transforms being applied in the init() method.
- The source field.
- The source_visible attribute.
This commit is contained in:
Usman Khalid
2019-05-02 21:43:31 +05:00
parent 392cc97ce9
commit 0b27c62ca6
34 changed files with 379 additions and 454 deletions

View File

@@ -116,7 +116,7 @@ div.wrapper-comp-editor.is-inactive ~ div.launch-latex-compiler {
// ====================
// xmodule editor tab font-weight override
.xmodule_edit.xmodule_VideoDescriptor .editor-with-tabs .editor-tabs .inner_tab_wrap a.tab {
.xmodule_edit.xmodule_VideoBlock .editor-with-tabs .editor-tabs .inner_tab_wrap a.tab {
font-weight: normal !important;
}

View File

@@ -424,7 +424,7 @@
}
}
.xmodule_edit.xmodule_VideoDescriptor .editor-with-tabs {
.xmodule_edit.xmodule_VideoBlock .editor-with-tabs {
.edit-header {
border: 0;
background-color: $gray-l4;

View File

@@ -34,7 +34,7 @@
}
}
.xmodule_VideoDescriptor {
.xmodule_VideoBlock {
.wrapper-comp-settings.basic_metadata_edit {
.list-input.settings-list {
.field.comp-setting-entry {