Skip to content

Instantly share code, notes, and snippets.

View laryn's full-sized avatar

Laryn laryn

View GitHub Profile
@laryn
laryn / convert-d7media2backdrop.php
Created October 26, 2023 16:22 — forked from herbdool/convert-d7media2backdrop.php
Convert D7 Media to Backdrop Media
<?php
/**
* Convert d7 media to Backdrop media
*
* bee php-script convert-d7media2backdrop.php
*
* @todo add batching.
*/
@laryn
laryn / convert-fc2p.php
Created October 11, 2023 15:27 — forked from herbdool/convert-fc2p.php
Convert Field Collection to Paragraph
<?php
/**
* Convert Field Collection to Paragraphs
*
* bee php-script convert-fc2p.php
*
* @todo add batching.
*
* - Both field_collection and paragraphs need to be enabled.

Backdrop Core Merging Guidelines

Set up your repo for committing

Check your Git config settings to ensure you have the right name/email for your committing process.

git config --get-regexp user
@laryn
laryn / .lando.yml
Last active January 2, 2023 18:42
Opinionated Backdrop + XDebug Lando sandbox configuration file
# Opinionated Lando + Backdrop + XDebug sandbox configuration file.
name: sandbox
# Use existing Backdrop recipe, then customise below.
recipe: backdrop
config:
# Where Backdrop resides, relative to this file.
webroot: web
# Prefer MariaDB over MySQL.