Add new container page that can display nested xblocks
This is the changes for STUD-1244, which introduces the ability for Studio to display arbitrarily nested xblocks. In this change, a new container page is introduced which can display nested xblocks. In particular, the xblock type of 'vertical' is special cased to be shown inline as a collapsible section. The unit page is mostly unchanged, except that container xblock's are shown as a link to their container page, rather than being shown inline.
Showing
cms/static/js/models/xblock_info.js
0 → 100644
cms/static/js/spec/views/xblock_spec.js
0 → 100644
cms/static/js/views/xblock.js
0 → 100644
cms/templates/container.html
0 → 100644
cms/templates/js/mock/mock-xblock.underscore
0 → 100644
cms/templates/studio_vertical_wrapper.html
0 → 100644
cms/templates/studio_xblock_wrapper.html
0 → 100644
Please
register
or
sign in
to comment