add missing semicolon to attribution, comment out empty category and topic
This commit is contained in:
parent
c69c517681
commit
ff98b9a0a5
@ -13,11 +13,12 @@ name "<: $ia_name_separated :>";
|
|||||||
description "Succinct explanation of what this instant answer does";
|
description "Succinct explanation of what this instant answer does";
|
||||||
primary_example_queries "first example query", "second example query";
|
primary_example_queries "first example query", "second example query";
|
||||||
secondary_example_queries "optional -- demonstrate any additional triggers";
|
secondary_example_queries "optional -- demonstrate any additional triggers";
|
||||||
category "";
|
# Uncomment and fill out before submitting
|
||||||
topics "";
|
# category "";
|
||||||
|
# topics "";
|
||||||
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/<: $ia_path :>/<: $ia_name :>.pm";
|
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/<: $ia_path :>/<: $ia_name :>.pm";
|
||||||
attribution github => ["GitHubAccount", "Friendly Name"],
|
attribution github => ["GitHubAccount", "Friendly Name"],
|
||||||
twitter => "twitterhandle",
|
twitter => "twitterhandle";
|
||||||
|
|
||||||
# Triggers
|
# Triggers
|
||||||
triggers any => "triggerWord", "trigger phrase";
|
triggers any => "triggerWord", "trigger phrase";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user