File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ class Common
42
42
],
43
43
'algoliasearch_synonyms ' => [
44
44
'title ' => 'Notable features ' ,
45
- 'url ' => 'https://www.youtube.com/watch?v=qzaLrHz67U4 ' ,
46
- 'thumbnail ' => 'https://img.youtube.com/vi/qzaLrHz67U4 /mqdefault.jpg ' ,
45
+ 'url ' => 'https://www.youtube.com/watch?v=45NKJbrs1Z4 ' ,
46
+ 'thumbnail ' => 'https://img.youtube.com/vi/45NKJbrs1Z4 /mqdefault.jpg ' ,
47
47
],
48
48
'algoliasearch_cc_analytics ' => [
49
49
'title ' => 'Notable features ' ,
50
- 'url ' => 'https://www.youtube.com/watch?v=qzaLrHz67U4 ' ,
51
- 'thumbnail ' => 'https://img.youtube.com/vi/qzaLrHz67U4 /mqdefault.jpg ' ,
50
+ 'url ' => 'https://www.youtube.com/watch?v=45NKJbrs1Z4 ' ,
51
+ 'thumbnail ' => 'https://img.youtube.com/vi/45NKJbrs1Z4 /mqdefault.jpg ' ,
52
52
],
53
53
];
54
54
Original file line number Diff line number Diff line change 1
1
<?php /** @var \Algolia\AlgoliaSearch\Block\Adminhtml\BaseAdminTemplate $block */ ?>
2
2
<?php /** @var \Algolia\AlgoliaSearch\ViewModel\Adminhtml\Merchandising\Page $viewModel */ ?>
3
3
<?php $ viewModel = $ block ->getViewModel () ?>
4
+ <div class="algolia-admin-content">
5
+ <div class="algolia-admin-content-wrapper">
6
+ <div class="algolia-admin-content-links">
7
+ <p>
8
+ <span>
9
+ <img src="<?php echo $ this ->getViewFileUrl ('Algolia_AlgoliaSearch::images/icon-docs.svg ' ) ?> ">
10
+ <a target="_blank" href="https://www.algolia.com/doc/integration/magento-2/merchandising/visual-merchandising/?utm_source=magento&utm_medium=extension&utm_campaign=magento_2&utm_term=shop-owner&utm_content=doc-link">Merchandising features</a>
11
+ </span>
12
+ </p>
13
+ </div>
14
+ <div class="algolia-admin-content-videos">
15
+ <p>
16
+ <span>Related video:</span>
17
+ <a target="_blank" href="https://www.youtube.com/watch?v=qrgmtMMxj6o"><img src="https://img.youtube.com/vi/qrgmtMMxj6o/mqdefault.jpg"></a>
18
+ <a target="_blank" href="https://www.youtube.com/watch?v=qrgmtMMxj6o">Merchandising features</a>
19
+ </p>
20
+ </div>
21
+ </div>
22
+ </div>
4
23
<section class="algoliasearch-merchandising-options clearfix">
5
24
<div class="merchandising-item query-merchandising">
6
25
<div class="image-container">
Original file line number Diff line number Diff line change 47
47
48
48
.algoliasearch-merchandising-options {
49
49
max-width : 1400px ;
50
- margin : 70 px auto 75px ;
50
+ margin : 40 px auto 75px ;
51
51
}
52
52
53
53
}
You can’t perform that action at this time.
0 commit comments