forked from 0x2620/oxjs
video edit panel: add formatTitle option
This commit is contained in:
parent
fef7880dbf
commit
2bec9b9496
2 changed files with 57 additions and 59 deletions
|
|
@ -19,12 +19,14 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
duration: 0,
|
||||
editable: false,
|
||||
enableSubtitles: false,
|
||||
formatTitle: Ox.identity,
|
||||
fps: 25,
|
||||
fullscreen: false,
|
||||
getClipImageURL: null,
|
||||
getLargeTimelineURL: null,
|
||||
height: 0,
|
||||
'in': 0,
|
||||
itemName: '',
|
||||
loop: false,
|
||||
layers: [],
|
||||
muted: false,
|
||||
|
|
@ -324,6 +326,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
clickLink: self.options.clickLink,
|
||||
duration: self.options.duration,
|
||||
editable: self.options.editable,
|
||||
formatTitle: self.options.formatTitle,
|
||||
getClipImageURL: self.options.getClipImageURL,
|
||||
'in': self.options['in'],
|
||||
itemName: self.options.itemName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue