diff options
author | Martin Fischer <martin@push-f.com> | 2022-10-08 20:12:14 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-10-08 20:13:21 +0200 |
commit | 166d0fbe2f0355d81669b5fde9c2a9bc576da88a (patch) | |
tree | 5e1da8ac1d3b2d8c97be1a074fc1753c56e24fcc /extension.json | |
parent | d17c17ce925a00bb91d6c596fb457e1104a7b57c (diff) |
add workaround to expand signatures within <vote>
Diffstat (limited to 'extension.json')
-rw-r--r-- | extension.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": { |