Skip to content

Commit

Permalink
explain more about configure vs explore, tabular files only #3657
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jan 25, 2018
1 parent 92e0a43 commit d15831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/external-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ External tools must be expressed in an external tool manifest file, a specific J

.. literalinclude:: ../_static/installation/files/root/external-tools/awesomeTool.json

``type`` is required and must be ``explore`` or ``configure``.
``type`` is required and must be ``explore`` or ``configure`` to make the tool appear under a button called "Explore" or "Configure", respectively. Currently external tools only operate on tabular files that have been successfully ingested. (For more on ingest, see the :doc:`/user/tabulardataingest/ingestprocess` of the User Guide.)

In the example above, a mix of required and optional reserved words appear that can be used to insert dynamic values into tools. The supported values are:

Expand Down

0 comments on commit d15831c

Please sign in to comment.