From dfc6eb13b21542f20f17aa5729a18c1a517e09b5 Mon Sep 17 00:00:00 2001 From: Elliott Stoneham Date: Wed, 18 May 2016 18:14:37 +0100 Subject: [PATCH] remove build folder --- build/plugin.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 build/plugin.json diff --git a/build/plugin.json b/build/plugin.json deleted file mode 100644 index fc24b6a3..00000000 --- a/build/plugin.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "Comment": "Disable (or not) built-in html import (NOTE: no Plugin name)", - "Disabled": true, - "API": "Convert", - "Actions": [ - "htm", - "html" - ] - }, - { - "Comment": "Disable (or not) built-in Documize API import used from SDK (NOTE: no Plugin name)", - "Disabled": true, - "API": "Convert", - "Actions": [ - "documizeapi" - ] - } -]