Skip to content

Commit

Permalink
Update Alpheios configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed Jun 23, 2014
1 parent 56ccb87 commit ba83804
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions app/static/configs/alpheios-grc.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
{
"main" : {
"template" : "templates/main_with_sidepanel.html",
"foldSidepanel" : true,
"retrievers" : {
"TreebankRetriever" : {
"resource" : "alpheios",
"docIdentifier" : "treebank"
"docIdentifier" : "treebank",
"preselector" : "w"
}
},
"plugins" : [
"text",
"search",
"morph",
"relation",
"depTree"
]
],
"globalDefaults" : {
"mode" : "viewer"
}
},

"navbar" : {
"template" : "templates/navbar1.html",
"search" : true,
"navigation" : true,
"notifier" : true
},
Expand Down Expand Up @@ -47,6 +52,12 @@

"plugins" : {

"text" : {
"name" : "text",
"main" : true,
"template" : "templates/text2.html"
},

"depTree" : {
"name" : "depTree",
"main" : true,
Expand Down

0 comments on commit ba83804

Please sign in to comment.