add: post warnings
This commit is contained in:
parent
24cf61c783
commit
71d017693c
8 changed files with 151 additions and 12 deletions
|
@ -159,10 +159,15 @@
|
|||
"checkbox",
|
||||
],
|
||||
[
|
||||
["is_nsfw", "Mark as NSFW"],
|
||||
["is_nsfw", "Hide from public timelines"],
|
||||
"{{ community.context.is_nsfw }}",
|
||||
"checkbox",
|
||||
],
|
||||
[
|
||||
["content_warning", "Content warning"],
|
||||
settings.content_warning,
|
||||
"textarea",
|
||||
],
|
||||
];
|
||||
|
||||
if (can_manage_pins) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue