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,
|
"find": true,
|
||||||
"group": true
|
"group": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "numberofkeywords",
|
|
||||||
"title": "Number of Keywords",
|
|
||||||
"type": "integer",
|
|
||||||
"columnWidth": 60,
|
|
||||||
"value": {"key": "keyword", "type": "length"}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "summary",
|
"id": "summary",
|
||||||
"title": "Summary",
|
"title": "Summary",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "wordsinsummary",
|
|
||||||
"title": "Words in Summary",
|
|
||||||
"type": "integer",
|
|
||||||
"columnWidth": 60,
|
|
||||||
"value": {"key": "summary", "type": "words"}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "trivia",
|
"id": "trivia",
|
||||||
"title": "Trivia",
|
"title": "Trivia",
|
||||||
"type": ["text"]
|
"type": ["text"]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "wordsintrivia",
|
|
||||||
"title": "Words in Trivia",
|
|
||||||
"type": "integer",
|
|
||||||
"columnWidth": 60,
|
|
||||||
"value": {"key": "trivia", "type": "words"}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "releasedate",
|
"id": "releasedate",
|
||||||
"title": "Release Date",
|
"title": "Release Date",
|
||||||
|
@ -526,10 +505,10 @@
|
||||||
{"id": "info", "title": "with Info"},
|
{"id": "info", "title": "with Info"},
|
||||||
{"id": "clips", "title": "with Clips"},
|
{"id": "clips", "title": "with Clips"},
|
||||||
{"id": "timelines", "title": "with Timelines"},
|
{"id": "timelines", "title": "with Timelines"},
|
||||||
{"id": "maps", "title": "with Maps"},
|
//{"id": "maps", "title": "with Maps"},
|
||||||
{"id": "calendars", "title": "with Calendars"},
|
//{"id": "calendars", "title": "with Calendars"},
|
||||||
{"id": "clip", "title": "as Clips"},
|
{"id": "clip", "title": "as Clips"},
|
||||||
{"id": "video", "title": "as Video"},
|
//{"id": "video", "title": "as Video"},
|
||||||
{"id": "map", "title": "on Map"},
|
{"id": "map", "title": "on Map"},
|
||||||
{"id": "calendar", "title": "on Calendar"}
|
{"id": "calendar", "title": "on Calendar"}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue