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