mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
🔀 Merge branch 'tcurdt-tcurdt-doc-improvements'
This commit is contained in:
@@ -22,8 +22,12 @@
|
|||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
<el-row v-for="parameter in credentialTypeData.properties" :key="parameter.name" class="parameter-wrapper">
|
<el-row v-for="parameter in credentialTypeData.properties" :key="parameter.name" class="parameter-wrapper">
|
||||||
<el-col :span="6">
|
<el-col :span="6" class="parameter-name">
|
||||||
{{parameter.displayName}}:
|
{{parameter.displayName}}:
|
||||||
|
<el-tooltip placement="top" class="parameter-info" v-if="parameter.description" effect="light">
|
||||||
|
<div slot="content" v-html="parameter.description"></div>
|
||||||
|
<font-awesome-icon icon="question-circle"/>
|
||||||
|
</el-tooltip>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="18">
|
<el-col :span="18">
|
||||||
<parameter-input :parameter="parameter" :value="propertyValue[parameter.name]" :path="parameter.name" :isCredential="true" @valueChanged="valueChanged" />
|
<parameter-input :parameter="parameter" :value="propertyValue[parameter.name]" :path="parameter.name" :isCredential="true" @valueChanged="valueChanged" />
|
||||||
@@ -299,6 +303,20 @@ export default mixins(
|
|||||||
|
|
||||||
.parameter-wrapper {
|
.parameter-wrapper {
|
||||||
line-height: 3em;
|
line-height: 3em;
|
||||||
|
|
||||||
|
.parameter-name {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
.parameter-info {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.parameter-info {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.credentials-info {
|
.credentials-info {
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export class GoogleApi implements ICredentialType {
|
|||||||
name: 'email',
|
name: 'email',
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
|
description: 'The Google Service account similar to user-808@project.iam.gserviceaccount.com.<br />See the <a href="https://github.com/jovotech/learn-jovo/blob/master/tutorials/google-spreadsheet-private-cms/README.md#google-api-console">tutorial</a> on how to create one.',
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -21,6 +22,7 @@ export class GoogleApi implements ICredentialType {
|
|||||||
lines: 5,
|
lines: 5,
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
|
description: 'Use the multiline editor. Make sure there are exactly 3 lines.<br />-----BEGIN PRIVATE KEY-----<br />KEY IN A SINGLE LINE<br />-----END PRIVATE KEY-----',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export class TelegramApi implements ICredentialType {
|
|||||||
name: 'accessToken',
|
name: 'accessToken',
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
|
description: 'Chat with the <a href="https://telegram.me/botfather">bot father</a> to obtain the access token.',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ export class GoogleSheets implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
description: 'The ID of the Google Sheet.',
|
description: 'The ID of the Google Sheet.<br />Found as part of the sheet URL https://docs.google.com/spreadsheets/d/{ID}/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Range',
|
displayName: 'Range',
|
||||||
@@ -89,7 +89,7 @@ export class GoogleSheets implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'A:F',
|
default: 'A:F',
|
||||||
required: true,
|
required: true,
|
||||||
description: 'The columns to read and append data to.<br />If it contains multiple sheets it can also be<br />added like this: "MySheet!A:F"',
|
description: 'The table range to read from or to append data to. See the Google <a href="https://developers.google.com/sheets/api/guides/values#writing">documentation</a> for the details.<br />If it contains multiple sheets it can also be<br />added like this: "MySheet!A:F"',
|
||||||
},
|
},
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
@@ -208,7 +208,7 @@ export class GoogleSheets implements INodeType {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: 0,
|
default: 0,
|
||||||
description: 'Index of the row which contains the key. Starts with 0.',
|
description: 'Index of the row which contains the keys. Starts at 0.<br />The incoming node data is matched to the keys for assignment. The matching is case sensitve.',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -433,7 +433,7 @@ export class Telegram implements INodeType {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
required: true,
|
required: true,
|
||||||
description: 'Unique identifier for the target chat or username of the target<br />channel (in the format @channelusername).',
|
description: 'Unique identifier for the target chat or username of the target<br />channel (in the format @channelusername). To find your chat id ask @get_id_bot.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Message ID',
|
displayName: 'Message ID',
|
||||||
|
|||||||
Reference in New Issue
Block a user