常にメディアを閲覧注意として投稿するオプションを実装
This commit is contained in:
parent
c87a43bdba
commit
3220d69a69
7 changed files with 37 additions and 5 deletions
|
@ -31,8 +31,8 @@ export const meta = {
|
|||
}
|
||||
}),
|
||||
|
||||
isSensitive: $.bool.optional.note({
|
||||
default: false,
|
||||
isSensitive: $.bool.optional.nullable.note({
|
||||
default: null,
|
||||
desc: {
|
||||
'ja-JP': 'このメディアが「閲覧注意」(NSFW)かどうか',
|
||||
'en-US': 'Whether this media is NSFW'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue