As long as composer support in CMS is "not there yet", you need to get around somehow.
Say you want to use the (awesome) markdown library, you need a way to get it in.
- Use a container extension with a private namespace
| # create a datetimepicker cell when using backgrid and the bootstrap3-datetimepicker | |
| # this can be modified to work with other datepicker libraries | |
| # http://eonasdan.github.io/bootstrap-datetimepicker/ | |
| # http://backgridjs.com/ | |
| MyDatePickerCellEditor = Backgrid.InputCellEditor.extend( | |
| events: {} | |
| initialize: -> | |
| Backgrid.InputCellEditor::initialize.apply this, arguments | |
| input = this |