From 8437d2492b6fd8d60cd0583ff8fadffa0eacdb70 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 7 May 2024 14:53:32 +0200 Subject: [PATCH] Link subtitle tag documentation This patch replaces the todo mark for linking the subtitle tags documentation with the actual link to that documentation. --- editor-settings.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor-settings.toml b/editor-settings.toml index 5cf12af19..ab3a01da7 100644 --- a/editor-settings.toml +++ b/editor-settings.toml @@ -101,7 +101,8 @@ [subtitles.languages] ## A list of languages for which new subtitles can be created # For each language, various tags can be specified -# A list of officially recommended tags can be found at: TODO: link to opencast documentation for subtitle tags +# A list of officially recommended tags can be found at +# https://docs.opencast.org/develop/admin/#configuration/subtitles/#tags # At least the "lang" tag MUST be specified german = { lang = "de-DE" } english = { lang = "en-US", type = "closed-caption" }