Add hidden value to expand_wildcards params (#54551)

This commit adds the hidden enum value to
all expand_wildcards params

(cherry picked from commit 581b8cdabe11444105edb62226b439ba4c7e908a)
This commit is contained in:
Russ Cam 2020-04-02 09:00:23 +10:00
parent d412fd1bbd
commit a2f59a2744
4 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,7 @@
"options":[ "options":[
"open", "open",
"closed", "closed",
"hidden",
"none", "none",
"all" "all"
], ],

View File

@ -42,6 +42,7 @@
"options":[ "options":[
"open", "open",
"closed", "closed",
"hidden",
"none", "none",
"all" "all"
], ],

View File

@ -35,6 +35,7 @@
"options":[ "options":[
"open", "open",
"closed", "closed",
"hidden",
"none", "none",
"all" "all"
], ],

View File

@ -42,6 +42,7 @@
"options":[ "options":[
"open", "open",
"closed", "closed",
"hidden",
"none", "none",
"all" "all"
], ],