From b63a0edd210bcedd16916f7e9d5233d084ec66fc Mon Sep 17 00:00:00 2001 From: Matthieu Rolland Date: Thu, 1 Aug 2024 17:57:48 +0200 Subject: [PATCH] add hook at install --- install-dev/data/xml/hook.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-dev/data/xml/hook.xml b/install-dev/data/xml/hook.xml index 73257a0a6cbc5..62b816110b282 100644 --- a/install-dev/data/xml/hook.xml +++ b/install-dev/data/xml/hook.xml @@ -2879,6 +2879,11 @@ Runs an action after ProductSearchProviderInterface::RunQuery() Required to return a previous state of an SQL query or/and to change a result of the SQL query after executing it + + actionFrontControllerSetVariablesBefore + Add general purpose variables in JavaScript object and Smarty templates before assignation. + Allows defining variables for the JavaScript object before the core does it. + actionFrontControllerSetVariables Add variables in JavaScript object and Smarty templates