From fc416de348612aa71638fb49c95da1957a1ec828 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 3 Feb 2019 17:01:49 +0000 Subject: [PATCH] Doc: Removed note 'tags' property from doc as not fully supported (only used in Web Clipper) --- CliClient/app/command-apidoc.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CliClient/app/command-apidoc.js b/CliClient/app/command-apidoc.js index a7e526654a..95d5b368b8 100644 --- a/CliClient/app/command-apidoc.js +++ b/CliClient/app/command-apidoc.js @@ -154,11 +154,11 @@ class Command extends BaseCommand { type: Database.enumId('fieldType', 'text'), description: 'If an image is provided, you can also specify an optional rectangle that will be used to crop the image. In format `{ x: x, y: y, width: width, height: height }`', }); - tableFields.push({ - name: 'tags', - type: Database.enumId('fieldType', 'text'), - description: 'Comma-separated list of tags. eg. `tag1,tag2`.', - }); + // tableFields.push({ + // name: 'tags', + // type: Database.enumId('fieldType', 'text'), + // description: 'Comma-separated list of tags. eg. `tag1,tag2`.', + // }); } lines.push('# ' + toTitleCase(tableName));