added position to block-extension

This commit is contained in:
MaxBUhe 2023-05-24 11:09:36 +02:00
parent a40d922f42
commit 5ef600ff2a
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ $aModule = [
[
'template' => 'layout/base.tpl',
'block' => 'head_meta_robots',
'file' => '/Application/views/blocks/_gtm_js.tpl'
'file' => '/Application/views/blocks/_gtm_js.tpl',
'position' => 150
],
// tag manager nojs
[