From a43690493122a6cf0f2813ce64dbb555a167fb73 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 13 Aug 2018 15:18:48 -0700 Subject: [PATCH] Add ui marketplace config file. --- marketplace.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 marketplace.json diff --git a/marketplace.json b/marketplace.json new file mode 100644 index 000000000..e8a8c02e7 --- /dev/null +++ b/marketplace.json @@ -0,0 +1,12 @@ +{ + "flagSets": { + "Theme": { + "DS6": ["skin-ds6"], + "DS4": [] + }, + "Platform": { + "Desktop": ["no-touch"], + "Mobile": ["touch"] + } + } +}