Skip to content

Commit

Permalink
ADD - Product Keywords Writing
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Dec 8, 2023
1 parent 6eef91e commit 780a80a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/splashsync/src/Objects/Product/MetaKeywordsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
namespace Splash\Local\Objects\Product;

use Splash\Local\Services\LanguagesManager;
use Splash\Local\Services\MultiShopManager as MSM;
use Tag;
use Translate;

Expand Down Expand Up @@ -48,6 +49,7 @@ protected function buildMetaKeywordsFields(): void
->group($groupName)
->microData("http://schema.org/Article", "keywords")
->setMultilang($isoLang)
->addOption("shop", MSM::MODE_ALL)
->isReadOnly(self::isSourceCatalogMode())
;
}
Expand Down

0 comments on commit 780a80a

Please sign in to comment.