use 'isSubtitle' layer property

This commit is contained in:
rolux 2012-02-19 07:52:08 +00:00
commit e6c6a19255
3 changed files with 5 additions and 9 deletions

View file

@ -545,8 +545,8 @@
"canAddAnnotations": {"staff": true, "admin": true},
"hasEvents": true,
"hasPlaces": true,
"isSubtitles": true,
"item": "Subtitle",
"overlay": true,
"type": "text"
}
],
@ -623,7 +623,7 @@
"newsletter": true,
"ui": {
"annotationsFont": "small",
"annotationsRange": "position",
"annotationsRange": "all",
"annotationsSize": 256,
"annotationsSort": "position",
"clipsColumns": 2,

View file

@ -459,7 +459,6 @@
"title": "Descriptions",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Description",
"overlay": true,
"showInfo": true,
"type": "text"
},
@ -468,7 +467,6 @@
"title": "Transcripts",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Transcript",
"overlay": true,
"showInfo": true,
"type": "text"
}