Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$stores = $block->getStoresSortedBySortOrder() | |
foreach( $stores as $_store)($_store->getId()==\Magento\Store\Model\Store::DEFAULT_STORE_ID) | endforeach = $block->escapeHtml($_store->getName()) |
$colTotal = count($stores) * 2 + 3 | |
if(! $block->getReadOnly() &&! $block->canManageOptionDefaultOnly())(__( 'Add Swatch')) ?>" type | endif |
$colTotal = count($stores) * 2 + 3 |
Definition at line 29 of file visual.phtml.
$stores = $block->getStoresSortedBySortOrder() |
Definition at line 11 of file visual.phtml.
if ( $block->getReadOnly()||$block->canManageOptionDefaultOnly()) endforeach = $block->escapeHtml($_store->getName()) |
Definition at line 26 of file visual.phtml.
Definition at line 44 of file visual.phtml.