We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74879e1 commit 36bf084Copy full SHA for 36bf084
1 file changed
core/modules/startup/render.js
@@ -32,7 +32,7 @@ exports.startup = function() {
32
$tw.titleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TITLE_TITLE, {
33
document: $tw.fakeDocument,
34
parseAsInline: true,
35
- importPageMacros: true,
+ importVariables: "[[$:/core/macros/lingo]]",
36
});
37
$tw.titleContainer = $tw.fakeDocument.createElement("div");
38
$tw.titleWidgetNode.render($tw.titleContainer,null);
0 commit comments