Remove unecessary defaults
This commit is contained in:
parent
79528aac64
commit
3fb1c163c0
@ -88,14 +88,12 @@ If your operation does not rely on a library, just leave this blank and it will
|
|||||||
authorName: {
|
authorName: {
|
||||||
description: "Your name or username will be added to the @author tag for this operation.",
|
description: "Your name or username will be added to the @author tag for this operation.",
|
||||||
example: "n1474335",
|
example: "n1474335",
|
||||||
default: "",
|
|
||||||
prompt: "Username",
|
prompt: "Username",
|
||||||
type: "string"
|
type: "string"
|
||||||
},
|
},
|
||||||
authorEmail: {
|
authorEmail: {
|
||||||
description: "Your email address will also be added to the @author tag for this operation.",
|
description: "Your email address will also be added to the @author tag for this operation.",
|
||||||
example: "n1474335@gmail.com",
|
example: "n1474335@gmail.com",
|
||||||
default: "",
|
|
||||||
prompt: "Email",
|
prompt: "Email",
|
||||||
type: "string"
|
type: "string"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user