mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🔥 Remove line breaks from param descriptions (#2473)
* 🔥 Remove line breaks from param descriptions * 🔥 Remove more line breaks * 🎨 Fix spacing for list item in tooltip * ⚡ Apply multiline with <p> tags * ⚡ Improve <code> and <a> tags * ✏️ Improve grammar and spelling * ⚡ Add missing <p> tags * ✏️ Make "multiple" phrasing consistent * ⚡ Fix unneeded quote escapes * ⚡ Encode angle brackets * ⚡ Fix typo and copy-paste artifact
This commit is contained in:
@@ -13,13 +13,15 @@ export class SurveyMonkeyApi implements ICredentialType {
|
||||
name: 'accessToken',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `The access token must have the following scopes:</br />
|
||||
- Create/modify webhooks</br />
|
||||
- View webhooks</br />
|
||||
- View surveys</br />
|
||||
- View collectors</br />
|
||||
- View responses<br />
|
||||
- View response details`,
|
||||
description: `The access token must have the following scopes:
|
||||
<ul>
|
||||
<li>Create/modify webhooks</li>
|
||||
<li>View webhooks</li>
|
||||
<li>View surveys</li>
|
||||
<li>View collectors</li>
|
||||
<li>View responses</li>
|
||||
<li>View response details</li>
|
||||
</ul>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Client ID',
|
||||
|
||||
Reference in New Issue
Block a user