SSH into Root
$ ssh [email protected]
Change Root Password
SSH into Root
$ ssh [email protected]
Change Root Password
<?php | |
// Plugin/Magento/Email/Model/AbstractTemplatePlugin.php | |
namespace VENDOR\MODULE\Plugin\Magento\Email\Model; | |
use Magento\Store\Model\ScopeInterface; | |
use Magento\Store\Model\Store; | |
class AbstractTemplatePlugin | |
{ | |
const VS_URL_XPATH = 'web/unsecure/vue_storefront_url'; |
//... | |
const filterStream = require('postcss-filter-stream'); | |
// Include the Alias Plugin | |
const AliasPlugin = require('enhanced-resolve/lib/AliasPlugin'); | |
// ADD parent theme - replace with your parent theme's folder | |
const PARENT_THEME = 'parent' | |
module.exports = function (config, { isClient }) { | |
const clientConfig = ... // default clientConfig | |