Recognize display_text as a valid argument type for manifest

This commit is contained in:
Alexandre Aubin 2020-04-19 00:09:57 +02:00
parent e7c24466be
commit a85f6edbf0

View file

@ -629,7 +629,7 @@ class App():
if "install" in manifest["arguments"]: if "install" in manifest["arguments"]:
recognized_types = ("domain", "path", "boolean", "app", "password", "user", "string") recognized_types = ("domain", "path", "boolean", "app", "password", "user", "string", "display_text")
for argument in manifest["arguments"]["install"]: for argument in manifest["arguments"]["install"]:
if "optional" in argument.keys(): if "optional" in argument.keys():