From 4407cc8fef8a4c80b18dd9d1edbaffb7d11b065e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 19 Sep 2023 16:28:54 +0100 Subject: [PATCH] Docs: Clarify that template must be in the payload --- editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid b/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid index b41cbf241..7dfb7640e 100644 --- a/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid @@ -11,10 +11,10 @@ The testcase widget creates an independent subwiki loaded with the specified pay ! Content and Attributes -The content of the `<$testcase>` widget is not displayed but instead is scanned for <<.wlink DataWidget>> widgets that define the payload tiddlers to be included in the test case. +The content of the `<$testcase>` widget is not displayed but instead is scanned for <<.wlink DataWidget>> widgets that define the payload tiddlers to be included in the test case. The `$:/core` plugin is automatically included in the payload. |!Attribute |!Description | -|<<.attr template>> |Optional title of the template used to display the testcase (defaults to $:/core/ui/testcases/DefaultTemplate) | +|<<.attr template>> |Optional title of the template used to display the testcase (defaults to $:/core/ui/testcases/DefaultTemplate). Note that custom templates will need to be explicitly added to the payload | ! Payload Tiddlers