From 051ab0438a98d0a70bcc81ca37d961ff97d17f5c Mon Sep 17 00:00:00 2001 From: Andrew Mauney Date: Tue, 17 Jan 2017 18:24:37 -0500 Subject: [PATCH 1/2] Add missing field marker for variants Didn't realize this was missing until I saw the warning in the Shopify admin saying `[v]` was needed to assign fields to variants. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d71cc79..412feab 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Add these strings into the value (or key) for added magic. Not all of these work * "[g]": limit display to pages only * "[o]": limit display to orders only * "[p]": limit display to products only +* "[v]": limit display to product variants only * "[_c]": mark as a collection field * "[_f]": mark as a file field From c473056a667f7e4c7aaa259ef6b087724b73ce93 Mon Sep 17 00:00:00 2001 From: Andrew Mauney Date: Thu, 16 Feb 2017 11:20:23 -0500 Subject: [PATCH 2/2] Add missing text area field from PDF --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 412feab..d8a8b9f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Add these strings into the value (or key) for added magic. Not all of these work * "[p]": limit display to products only * "[v]": limit display to product variants only +* "[_t]": mark as a text area field * "[_c]": mark as a collection field * "[_f]": mark as a file field * "[_i]": mark as an integer field