Skip to content

Instantly share code, notes, and snippets.

View oneNevan's full-sized avatar

Ivan Nemets oneNevan

View GitHub Profile
@oneNevan
oneNevan / LayoutSettingsPlugin.php
Last active August 25, 2020 09:39
Magento 2. Extend MSP_ReCaptcha to add google reCaptcha to a Custom Form
### app/code/Vendor/Module/Plugin/Model/LayoutSettingsPlugin.php
<?php
namespace Vendor\Module\Plugin\Model;
use MSP\ReCaptcha\Model\LayoutSettings;
use Vendor\Module\Model\ReCaptchaConfig;
class LayoutSettingsPlugin
{