From 558665f552432e6a0ac5ed29c5a7d8a8039d16d0 Mon Sep 17 00:00:00 2001 From: bcanseco Date: Mon, 30 Jul 2018 11:12:05 -0500 Subject: [PATCH] feat(options): Add selector property to schema This lets users reference their own string selector inside the insertInto function. Necessary until #328 is resolved. --- options.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options.json b/options.json index f5b445c0..bb165b87 100644 --- a/options.json +++ b/options.json @@ -20,6 +20,9 @@ { "instanceof": "Function" } ] }, + "selector": { + "type": "string" + }, "transform": { "type": "string" },