summaryrefslogtreecommitdiff
path: root/extension.json
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-10-08 20:12:14 +0200
committerMartin Fischer <martin@push-f.com>2022-10-08 20:13:21 +0200
commit166d0fbe2f0355d81669b5fde9c2a9bc576da88a (patch)
tree5e1da8ac1d3b2d8c97be1a074fc1753c56e24fcc /extension.json
parentd17c17ce925a00bb91d6c596fb457e1104a7b57c (diff)
add workaround to expand signatures within <vote>
Diffstat (limited to 'extension.json')
-rw-r--r--extension.json3
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": {