Skip to content

Instantly share code, notes, and snippets.

View Sental's full-sized avatar

Mark Rees Sental

View GitHub Profile
From d40affed1deffa9c10f0f308ae26e5e0e155b57a Mon Sep 17 00:00:00 2001
From: Mark Rees <mark.rees@birdfood.co.uk>
Date: Tue, 9 Mar 2021 16:42:24 +0000
Subject: [PATCH] prefix array element index issue bugfix
---
Block/Checkout/LayoutProcessor.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Block/Checkout/LayoutProcessor.php b/Block/Checkout/LayoutProcessor.php
@Sental
Sental / vhost.sh
Created December 29, 2021 14:13
Bash file for creating basic apache virtual host conf files for apache2.4
#!/bin/bash
set -o errexit
############################################################
# die #
############################################################
die () {
echo >&2 "$@"
exit 1
}
@Sental
Sental / config.xml
Created June 12, 2022 17:56
Create Media Gallery Folders in Root Media Folder for Magento 2.4.3-p1 and later releases
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<system>
<media_storage_configuration>
<allowed_resources>
<media_gallery_image_folders>
<!-- new "Media Gallery Allowed" folders -->
<folder_one>folder_one</folder_one>
<reddit>reddit</reddit>