forked from FoundKeyGang/FoundKey
parent
a8ff1e19dc
commit
4436852de0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export const meta = {
|
||||||
|
|
||||||
params: {
|
params: {
|
||||||
visibility: {
|
visibility: {
|
||||||
validator: $.optional.str.or(['public', 'home', 'followers', 'specified', 'private']),
|
validator: $.optional.str.or(['public', 'home', 'followers', 'specified']),
|
||||||
default: 'public',
|
default: 'public',
|
||||||
desc: {
|
desc: {
|
||||||
'ja-JP': '投稿の公開範囲'
|
'ja-JP': '投稿の公開範囲'
|
||||||
|
|
Loading…
Reference in a new issue