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

Go to the source code of this file.

Variables

 $configuration
 

Variable Documentation

◆ $configuration

$configuration
Initial value:
= [
'*' => [
'Magento_Paypal/js/in-context/express-checkout' => [
'id' => Button::PAYPAL_BUTTON_ID,
'path' => $block->getUrl(
'paypal/express/gettoken',
[
'_secure' => $block->getRequest()->isSecure()
]
),
'merchantId' => $block->getMerchantId(),
'button' => $block->isButtonContext(),
'clientConfig' => [
'locale' => $block->getLocale(),
'environment' => $block->getEnvironment(),
'button' => [
Button::PAYPAL_BUTTON_ID,
],
]
]
]
]
$block
Definition: block.php:8

Definition at line 10 of file component.phtml.