Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$options = $block->getOptionList() | |
if( $options)(__( 'See Details')) ?></span >< div classforeach( $options as $option)( $option[ 'label']) ?></dt >< dd class | else = nl2br(implode("\n", $option['value'])) |
endforeach | |
$options = $block->getOptionList() |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 12 of file options_list.phtml.
if ($options) (__('See Details')) ?></span> <div classforeach ($options as $option) ($option['label']) ?></dt> <dd class else = nl2br(implode("\n", $option['value'])) |
Definition at line 23 of file options_list.phtml.
endforeach |
Definition at line 28 of file options_list.phtml.