Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
options_list.phtml File Reference

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
 

Variable Documentation

◆ $options

$options = $block->getOptionList()

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 12 of file options_list.phtml.

◆ else

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

endforeach

Definition at line 28 of file options_list.phtml.