removing / commenting out unneeded entries in config file
This commit is contained in:
parent
01dc04a9fb
commit
d137ab2f1b
1 changed files with 3 additions and 24 deletions
|
@ -222,38 +222,17 @@
|
|||
"find": true,
|
||||
"group": true
|
||||
},
|
||||
{
|
||||
"id": "numberofkeywords",
|
||||
"title": "Number of Keywords",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"value": {"key": "keyword", "type": "length"}
|
||||
},
|
||||
{
|
||||
"id": "summary",
|
||||
"title": "Summary",
|
||||
"type": "text",
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "wordsinsummary",
|
||||
"title": "Words in Summary",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"value": {"key": "summary", "type": "words"}
|
||||
},
|
||||
{
|
||||
"id": "trivia",
|
||||
"title": "Trivia",
|
||||
"type": ["text"]
|
||||
},
|
||||
{
|
||||
"id": "wordsintrivia",
|
||||
"title": "Words in Trivia",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"value": {"key": "trivia", "type": "words"}
|
||||
},
|
||||
{
|
||||
"id": "releasedate",
|
||||
"title": "Release Date",
|
||||
|
@ -526,10 +505,10 @@
|
|||
{"id": "info", "title": "with Info"},
|
||||
{"id": "clips", "title": "with Clips"},
|
||||
{"id": "timelines", "title": "with Timelines"},
|
||||
{"id": "maps", "title": "with Maps"},
|
||||
{"id": "calendars", "title": "with Calendars"},
|
||||
//{"id": "maps", "title": "with Maps"},
|
||||
//{"id": "calendars", "title": "with Calendars"},
|
||||
{"id": "clip", "title": "as Clips"},
|
||||
{"id": "video", "title": "as Video"},
|
||||
//{"id": "video", "title": "as Video"},
|
||||
{"id": "map", "title": "on Map"},
|
||||
{"id": "calendar", "title": "on Calendar"}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue