Skip to content

Instantly share code, notes, and snippets.

View bansavage's full-sized avatar
🌐
Building Luxe Digital Experiences for Brands

Kyle Bansavage bansavage

🌐
Building Luxe Digital Experiences for Brands
View GitHub Profile
@bansavage
bansavage / migrate-metafields.md
Created January 10, 2025 20:12 — forked from tpage99/migrate-metafields.md
Migrate legacy metafield definitions to Shopify's native editor

Migrate Legacy Metafields

If an error occurs for a value already existing for a metafield (legacy) but isn't available, navigate to:

/admin/metafields/[type]/migrate/[namespace]/[key]

to migrate to native Shopify metafields editor.

Example

Example for SEO Hidden created with previous methods, route would be:

@bansavage
bansavage / README.MD
Created June 3, 2021 15:39 — forked from lmarkus/README.MD
Extracting / Exporting custom emoji from Slack

Extracting Emoji From Slack!

Slack doesn't provide an easy way to extract custom emoji from a team. (Especially teams with thousands of custom emoji) This Gist walks you through a relatively simple approach to get your emoji out.

If you're an admin of your own team, you can get the list of emoji directly using this API: https://api.slack.com/methods/emoji.list. Once you have it, skip to Step 3

HOWEVER! This gist is intended for people who don't have admin access, nor access tokens for using that list.

Follow along...