mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
:xap: Open tooltip links on new tab (#2106)
* ✨ Create mixin * ⚡ Implement mixin * 🔥 Remove hardcoded attribute * 🔨 Refactor mixin into helper * 🔨 Refactor string replacement * ✏️ Unrelated description fixes * ⚡ Simplify helper import
This commit is contained in:
@@ -628,7 +628,7 @@ export class GoogleDrive implements INodeType {
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
description: 'Information about the different types can be found <a href="https://developers.google.com/drive/api/v3/ref-roles" target="_blank">here</a>.',
|
||||
description: 'Information about the different types can be found <a href="https://developers.google.com/drive/api/v3/ref-roles">here</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Email Address',
|
||||
@@ -1798,7 +1798,7 @@ export class GoogleDrive implements INodeType {
|
||||
name: 'q',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Query string for searching shared drives. See the <a href="https://developers.google.com/drive/api/v3/search-shareddrives" target="_blank">"Search for shared drives"</a> guide for supported syntax.',
|
||||
description: 'Query string for searching shared drives. See the <a href="https://developers.google.com/drive/api/v3/search-shareddrives">"Search for shared drives"</a> guide for supported syntax.',
|
||||
},
|
||||
{
|
||||
displayName: 'Use Domain Admin Access',
|
||||
|
||||
Reference in New Issue
Block a user