Skip to content

Commit

Permalink
Merge remote-tracking branch 'fork/develop' into fix/sliderlang
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine Di Gruttola committed Sep 12, 2023
2 parents eca51ca + 26f7784 commit b1084db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/common.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
parameters:
images_directory: '%kernel.project_dir%/modules/is_imageslider/img/'
images_uri: '/modules/is_imageslider/img/'
module_uri: !php/const _MODULE_DIR_
images_uri: '%module_uri%is_imageslider/img/'
placeholder_img: '/modules/is_imageslider/views/img/placeholder.jpeg'

services:
Expand Down
5 changes: 5 additions & 0 deletions is_imageslider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ public function __construct()
$this->ps_versions_compliancy = ['min' => '8.0.0', 'max' => _PS_VERSION_];
}

public function isUsingNewTranslationSystem(): bool
{
return true;
}

/**
* @return bool
*/
Expand Down

0 comments on commit b1084db

Please sign in to comment.