mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Recognize display_text as a valid argument type for manifest
This commit is contained in:
parent
e7c24466be
commit
a85f6edbf0
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||||
|
|
Loading…
Add table
Reference in a new issue