From 5d0043012a37305b53f0951f75d37f47a0c487f7 Mon Sep 17 00:00:00 2001 From: twMat Date: Wed, 24 May 2023 18:35:17 +0200 Subject: [PATCH] Update Edit Template Body Cascade.tid (#7484) --- .../tw5.com/tiddlers/concepts/Edit Template Body Cascade.tid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/concepts/Edit Template Body Cascade.tid b/editions/tw5.com/tiddlers/concepts/Edit Template Body Cascade.tid index 25b2553a4..141138283 100644 --- a/editions/tw5.com/tiddlers/concepts/Edit Template Body Cascade.tid +++ b/editions/tw5.com/tiddlers/concepts/Edit Template Body Cascade.tid @@ -6,6 +6,8 @@ type: text/vnd.tiddlywiki The edit template body cascade is a [[cascade|Cascades]] used by the default edit template to choose the template for displaying the tiddler body. +The core edit template body cascade can be found in $:/core/ui/EditTemplate/body + The default edit template body cascade consists of: # If the tiddler has the field ''_canonical_uri'' then use the template $:/core/ui/EditTemplate/body/canonical-uri to display the remote URL @@ -13,4 +15,4 @@ The default edit template body cascade consists of: You can see the current settings for the view template body cascade in $:/ControlPanel under the ''Info'' -> ''Advanced'' -> ''Cascades'' -> ''Edit Template Body'' tab. -<> \ No newline at end of file +<>