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] _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)