mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Bump Phraseanet Production Client
update video tools features - add range reordering via drag n drop - add configurable rewind/forward steps
This commit is contained in:
@@ -95,10 +95,12 @@ class ToolsController extends Controller
|
||||
}
|
||||
}
|
||||
}
|
||||
$conf = $this->getConf();
|
||||
|
||||
return $this->render('prod/actions/Tools/index.html.twig', [
|
||||
'records' => $records,
|
||||
'record' => $record,
|
||||
'videoEditorConfig' => $conf->get(['video-editor']),
|
||||
'recordSubdefs' => $recordAccessibleSubdefs,
|
||||
'metadatas' => $metadata,
|
||||
]);
|
||||
|
@@ -232,3 +232,6 @@ geocoding-providers:
|
||||
# -
|
||||
# name: Latitude
|
||||
# type: lat
|
||||
video-editor:
|
||||
seekBackwardStep: 1000 # in ms
|
||||
seekForwardStep: 1000 # in ms
|
||||
|
@@ -38,3 +38,4 @@
|
||||
"phraseanet-production-client": "~0.20.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -392,6 +392,7 @@
|
||||
processing: '{{ "processing" | trans }}',
|
||||
thumbnailTitle: '{{ 'thumbnail validation' | trans }}'
|
||||
},
|
||||
videoEditorConfig: {% if videoEditorConfig is not null %}{{ videoEditorConfig|json_encode()|raw }}{% else %}{}{% endif %},
|
||||
records: [
|
||||
|
||||
{% for record in records %}
|
||||
|
Reference in New Issue
Block a user