Skip to content

Commit

Permalink
Merge pull request #619 from LukasKalbertodt/update-docs
Browse files Browse the repository at this point in the history
Add information about `review.disableCutting` setting
  • Loading branch information
LukasKalbertodt authored May 14, 2020
2 parents 2b6e64d + d072d0b commit 633ce74
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,18 @@ The following settings are currently understood by Studio. The column "shown to
Passed as <code>framerate: { max: _ }</code> <code>MediaStreamConstraint</code> to <code>getUserMedia</code>. Setting this might lead to some users not being able to share their webcam!
</td>
</tr>
<tr>
<td><b><code>review.disableCutting</code></b></td>
<td>boolean</td>
<td><code>true</code></td>
<td>✘</td>
</tr>
<tr>
<td></td>
<td colspan="3">
Disables and hides the cutting tools from the review page when set to <code>true</code>. By default, this is <code>false</code>. It only makes sense to set this to <code>true</code> if your workflows can't handle the cutting information (SMIL file). The default Studio worflow in Opencast 8.4 and newer supports this.
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 633ce74

Please sign in to comment.