From 50c3c9d8727001a6db23c468da661fedc9fd4b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Cioc=C3=AErlan?= Date: Thu, 22 Feb 2018 16:35:01 +0200 Subject: [PATCH 1/2] _attachment_type: some rephrasing --- .../api/db/system-fields/attachment-type/contents.lr | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/docs/api/db/system-fields/attachment-type/contents.lr b/content/docs/api/db/system-fields/attachment-type/contents.lr index 5471f6e7..cc7ab212 100644 --- a/content/docs/api/db/system-fields/attachment-type/contents.lr +++ b/content/docs/api/db/system-fields/attachment-type/contents.lr @@ -6,9 +6,12 @@ type: sysfield --- body: -This indicates the type of the attachment. Currently only a small set of -attachments is detected. The most useful attachment type is `image` which -identifies images. The attachments are detected by the file extension. +This indicates the type of the attachment, which is detected by file extension. +Currently only a small set of attachment types is detected, with the most +useful one being `image`. !!!! This feature in many ways does not entirely work as you would expect -and should be taken is something that will improve in future versions. +and should be taken as something that will improve in future versions. + +Read more about attachments +[in the content section :ref](../../../../content/attachments/contents.lr) From 7345e0c44fa90b958f642ebb9d27cf8806b6128f Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Sat, 31 Mar 2018 15:34:49 -0500 Subject: [PATCH 2/2] is -> are --- content/docs/api/db/system-fields/attachment-type/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/db/system-fields/attachment-type/contents.lr b/content/docs/api/db/system-fields/attachment-type/contents.lr index cc7ab212..6e08eacc 100644 --- a/content/docs/api/db/system-fields/attachment-type/contents.lr +++ b/content/docs/api/db/system-fields/attachment-type/contents.lr @@ -7,7 +7,7 @@ type: sysfield body: This indicates the type of the attachment, which is detected by file extension. -Currently only a small set of attachment types is detected, with the most +Currently only a small set of attachment types are detected, with the most useful one being `image`. !!!! This feature in many ways does not entirely work as you would expect