-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnyt-connectorConfig.xml
26 lines (26 loc) · 1.1 KB
/
nyt-connectorConfig.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<AlteryxJavaScriptPlugin>
<EngineSettings EngineDllEntryPoint="engine.html" EngineDll="HTML" SDKVersion="10.1" />
<Properties>
<MetaInfo>
<NameIsFileName value="True" />
<Name>New York Times</Name>
<Description>New York Times connector developed with Vue.js, Vuetify and the Alteryx HTML/JavaScript SDK. Select multiple sections of the NYT to pull articles from.</Description>
<RootToolName>New York Times</RootToolName>
<ToolVersion>v1.2.1</ToolVersion>
<ToolInDb value="false" />
<CategoryName>Connectors</CategoryName>
<SearchTags>nyt,vue,vuejs,vuetify</SearchTags>
<Author>Taylor Cox</Author>
<Company>github.com/alteryx-vue</Company>
<Copyright/>
<DescriptionLink actual="" displayed="" />
</MetaInfo>
</Properties>
<GuiSettings Help="" Html="index.html" Icon="icon.png" SDKVersion="10.1">
<InputConnections/>
<OutputConnections>
<Connection Name="Articles" AllowMultiple="False" Optional="False" Type="Connection" Label="A"/>
</OutputConnections>
</GuiSettings>
</AlteryxJavaScriptPlugin>