add: better stripe endpoint
This commit is contained in:
parent
227cd3d2ac
commit
fdaa81422a
15 changed files with 118 additions and 778 deletions
|
@ -1433,6 +1433,15 @@
|
|||
settings.biography,
|
||||
\"textarea\",
|
||||
],
|
||||
[
|
||||
[\"private_biography\", \"Private biography\"],
|
||||
settings.private_biography,
|
||||
\"textarea\",
|
||||
{
|
||||
embed_html:
|
||||
'<span class=\"fade\">This biography is only shown to users you are not following while your account is private.</span>',
|
||||
},
|
||||
],
|
||||
[[\"status\", \"Status\"], settings.status, \"textarea\"],
|
||||
[
|
||||
[\"warning\", \"Profile warning\"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue