From 2c137cb48e4b9ddc7483ced488532308d628c79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 12 Aug 2024 22:06:12 +0200 Subject: [PATCH] Update blockquotes.md Add PageInner --- content/en/render-hooks/blockquotes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/render-hooks/blockquotes.md b/content/en/render-hooks/blockquotes.md index 5f3974fc9..e0eda5c51 100755 --- a/content/en/render-hooks/blockquotes.md +++ b/content/en/render-hooks/blockquotes.md @@ -43,6 +43,12 @@ block = true (`page`) A reference to the current page. +###### PageInner + +(`page`) A reference to a page nested via the [`RenderShortcodes`] method. + +[`RenderShortcodes`]: /methods/page/rendershortcodes + ###### Position (`string`) The position of the blockquote within the page content.