From 22b6673346d323d4631649bc31ae0aabd51c4b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 3 Apr 2018 15:58:23 +0200 Subject: [PATCH] Link to {attachment} shortcode documentation --- src/templates/nodes/edit_embed.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/templates/nodes/edit_embed.pug b/src/templates/nodes/edit_embed.pug index b5e421e8..30cd2150 100644 --- a/src/templates/nodes/edit_embed.pug +++ b/src/templates/nodes/edit_embed.pug @@ -46,7 +46,8 @@ | Add New Attachment p.text-muted - | Attachments can be included in any MarkDown field by using the #[code {attachment slug}] shortcode. + | Attachments can be included in any MarkDown field by using the #[code {attachment slug}] shortcode + | (#[a(href='https://pillarframework.org/shortcodes/#attachments', target='_blank') help]). | This shortcode is placed on your copy-paste buffer by clicking "Copy to clipboard". | {{ render_field(field, field.name) }}