Improve link styles
This commit is contained in:
parent
e7ee7c6d6c
commit
cb866ff031
1
peertube-plugin-video-annotation/.gitignore
vendored
Normal file
1
peertube-plugin-video-annotation/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
dist/
|
@ -0,0 +1,3 @@
|
||||
.vjs-overlay a {
|
||||
color: #210cbf;
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
async function register ({ registerVideoField, peertubeHelpers }) {
|
||||
const fieldName = 'player-annotations'
|
||||
const descriptionSource = 'See <a href="https://cpy.re" target="_blank">this document</a> for annotation format'
|
||||
const descriptionSource = 'See <a href="https://framagit.org/framasoft/peertube/official-plugins/-/blob/master/peertube-plugin-video-annotation/README.md" target="_blank">this document</a> for annotation format'
|
||||
|
||||
const descriptionHTML = await peertubeHelpers.translate(descriptionSource)
|
||||
const commonOptions = {
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"Hello world": "Hello le monde"
|
||||
"Voir <a href=\"https://framagit.org/framasoft/peertube/official-plugins/-/blob/master/peertube-plugin-video-annotation/README.md\" target=\"_blank\">this document</a> for annotation format": "See <a href=\"https://framagit.org/framasoft/peertube/official-plugins/-/blob/master/peertube-plugin-video-annotation/README.md\" target=\"_blank\">ce document</a> pour le format d'annotation"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user