Skip to content

Commit

Permalink
Merge pull request #355 from czcorpus/conf_upd2
Browse files Browse the repository at this point in the history
fix - make subc. desc. optional
  • Loading branch information
tomachalek authored Sep 19, 2019
2 parents f3dac7a + 13705d1 commit 82ec24c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion conf/tiles-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,6 @@
"speechOverlapAttr",
"speechOverlapVal",
"speechSegment",
"subcDesc",
"tileType"
],
"type": "object"
Expand Down
1 change: 0 additions & 1 deletion conf/wdglance-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,6 @@
"speechOverlapAttr",
"speechOverlapVal",
"speechSegment",
"subcDesc",
"tileType"
],
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion src/js/tiles/speeches/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface SpeechesTileConf extends TileConf {
apiURL:string;
corpname:string;
subcname?:string;
subcDesc:LocalizedConfMsg;
subcDesc?:LocalizedConfMsg;
speakerIdAttr:[string, string];
speechSegment:[string, string];
speechOverlapAttr:[string, string];
Expand Down

0 comments on commit 82ec24c

Please sign in to comment.