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:
parent
d412fd1bbd
commit
a2f59a2744
|
@ -105,6 +105,7 @@
|
|||
"options":[
|
||||
"open",
|
||||
"closed",
|
||||
"hidden",
|
||||
"none",
|
||||
"all"
|
||||
],
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
"options":[
|
||||
"open",
|
||||
"closed",
|
||||
"hidden",
|
||||
"none",
|
||||
"all"
|
||||
],
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"options":[
|
||||
"open",
|
||||
"closed",
|
||||
"hidden",
|
||||
"none",
|
||||
"all"
|
||||
],
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
"options":[
|
||||
"open",
|
||||
"closed",
|
||||
"hidden",
|
||||
"none",
|
||||
"all"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue