Deprecate the text_url attribute to media attachments (#895)
This commit is contained in:
parent
55c284295f
commit
06cc977ff1
|
@ -185,12 +185,6 @@ menu:
|
|||
**Type:** String \(URL\), or null if the attachment is local\
|
||||
**Version history:** Added in 0.6.0.
|
||||
|
||||
### `text_url` {#text_url}
|
||||
|
||||
**Description:** A shorter URL for the attachment.\
|
||||
**Type:** String \(URL\)\
|
||||
**Version history:** Added in 0.6.0.
|
||||
|
||||
### `meta` {#meta}
|
||||
|
||||
**Description:** Metadata returned by Paperclip.\
|
||||
|
@ -213,6 +207,14 @@ More importantly, there may be another top-level `focus` Hash object as of 2.3.0
|
|||
**Type:** String\
|
||||
**Version history:** Added in 2.8.1
|
||||
|
||||
## Deprecated attributes
|
||||
|
||||
### `text_url` {#text_url}
|
||||
|
||||
**Description:** A shorter URL for the attachment.\
|
||||
**Type:** String \(URL\)\
|
||||
**Version history:** Added in 0.6.0 and deprecated in 3.5.0.
|
||||
|
||||
## See also
|
||||
|
||||
* Status\#media\_attachments
|
||||
|
|
Loading…
Reference in New Issue