File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Catalog/Ui/DataProvider/Product/Form/Modifier
ImportExport/Block/Adminhtml/Import/Edit Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Switcher extends \Magento\Backend\Block\Template
20
20
/**
21
21
* URL for store switcher hint
22
22
*/
23
- public const HINT_URL = 'https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings ' ;
23
+ public const HINT_URL = 'https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings ' ; // @codingStandardsIgnoreLine
24
24
25
25
/**
26
26
* Name of website variable
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ protected function getFieldsForFieldset()
165
165
$ websitesList = $ this ->getWebsitesList ();
166
166
$ isNewProduct = !$ this ->locator ->getProduct ()->getId ();
167
167
$ tooltip = [
168
- 'link ' => 'https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings ' ,
168
+ 'link ' => 'https://experienceleague.adobe.com/docs/commerce-admin/start/setup/websites-stores-views.html#scope-settings ' , // @codingStandardsIgnoreLine
169
169
'description ' => __ (
170
170
'If your Magento installation has multiple websites, ' .
171
171
'you can edit the scope to use the product on specific sites. '
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ private function getImportBehaviorTooltip()
292
292
{
293
293
$ html = '<div class="admin__field-tooltip tooltip">
294
294
<a class="admin__field-tooltip-action action-help" target="_blank" title="What is this?"
295
- href="https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html"><span> '
295
+ href="https://experienceleague.adobe.com/docs/commerce-admin/systems/data-transfer/import/data-import.html"><span> ' // @codingStandardsIgnoreLine
296
296
. __ ('What is this? ' )
297
297
. '</span></a></div> ' ;
298
298
return $ html ;
You can’t perform that action at this time.
0 commit comments