From 166d0fbe2f0355d81669b5fde9c2a9bc576da88a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 8 Oct 2022 20:12:14 +0200 Subject: add workaround to expand signatures within --- extension.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extension.json') diff --git a/extension.json b/extension.json index 4cd2418..bdea38d 100644 --- a/extension.json +++ b/extension.json @@ -19,7 +19,8 @@ "InsertVote": "SpecialInsertVote" }, "Hooks": { - "ParserFirstCallInit": "VoteHooks::onParserFirstCallInit" + "ParserFirstCallInit": "VoteHooks::onParserFirstCallInit", + "ParserPreSaveTransformComplete": "VoteHooks::onParserPreSaveTransformComplete" }, "ResourceModules": { "ext.vote-css": { -- cgit v1.2.3