From 9afd085baef1488660fe64287def6ee4ae22a845 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Tue, 11 Nov 2025 08:51:58 +0000 Subject: [PATCH] The dump tag does not stop execution Update the overview to remove this incorrect statement. --- content/collections/tags/dump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/collections/tags/dump.md b/content/collections/tags/dump.md index 1af3ffc7d..f91b4cf94 100644 --- a/content/collections/tags/dump.md +++ b/content/collections/tags/dump.md @@ -6,7 +6,7 @@ stage: 5 id: 32bc9a50-3b12-11e6-bdf4-0800200c9a66 --- ## Overview -This tag is useful for debugging. It will stop execution of the page and render the raw data of the variables in your current context (page, variable loop, etc). +This tag is useful for debugging. It will render the raw data of the variables in your current context (page, variable loop, etc). Dropping it in a template or layout will show you all the data that's been injected into the view layer.