Allow creation of components on container page
This commit implements STUD-1490, allowing creation of components on the container page. It also enables the delete and duplicate buttons now that new content can be created that would benefit. Note that it also creates shared functionality for adding components, and refactors the unit page to use it too.
This commit is contained in:
5
cms/static/js/collections/component_template.js
Normal file
5
cms/static/js/collections/component_template.js
Normal file
@@ -0,0 +1,5 @@
|
||||
define(["backbone", "js/models/component_template"], function(Backbone, ComponentTemplate) {
|
||||
return Backbone.Collection.extend({
|
||||
model : ComponentTemplate
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user