File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
app/code/Magento/Catalog/view/frontend/templates Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
"components": {
12
12
"storage-manager": {
13
13
"component": "Magento_Catalog/js/storage-manager",
14
- "appendTo": "<?php /* @escapeNotVerified */ echo $ block ->getParentComponentName () ?> ",
14
+ "appendTo": "<?= /* @escapeNotVerified */ $ block ->getParentComponentName () ?> ",
15
15
"storagesConfiguration" :
16
- <?php /* @escapeNotVerified */ echo $ block ->getConfigurationJson () ?>
16
+ <?= /* @escapeNotVerified */ $ block ->getConfigurationJson () ?>
17
17
}
18
18
}
19
19
}
Original file line number Diff line number Diff line change 13
13
{
14
14
"*": {
15
15
"Magento_Catalog/js/product/view/provider": {
16
- "data": <?php /* @escapeNotVerified */ echo $ block ->getCurrentProductData () ?>
16
+ "data": <?= /* @escapeNotVerified */ $ block ->getCurrentProductData () ?>
17
17
}
18
18
}
19
19
}
20
20
</script>
21
+ ё
Original file line number Diff line number Diff line change 10
10
*/
11
11
?>
12
12
13
- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13
+ <?= /* @escapeNotVerified */ $ block ->renderApp (
14
14
[
15
15
'widget_columns ' => [
16
16
'displayMode ' => 'grid '
Original file line number Diff line number Diff line change 10
10
*/
11
11
?>
12
12
13
- <?php /* @escapeNotVerified */ echo $ block ->renderApp (
13
+ <?= /* @escapeNotVerified */ $ block ->renderApp (
14
14
[
15
15
'widget_columns ' => [
16
16
'displayMode ' => 'list '
You can’t perform that action at this time.
0 commit comments