mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Change Urlscan.io description (#2270)
This commit is contained in:
parent
0243fc68d9
commit
5c206a3da5
|
@ -36,7 +36,7 @@ export class UrlScanIo implements INodeType {
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Consume the urlscan.io API',
|
description: 'Provides various utilities for monitoring websites like health checks or screenshots',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'urlscan.io',
|
name: 'urlscan.io',
|
||||||
color: '#f3d337',
|
color: '#f3d337',
|
||||||
|
|
|
@ -183,6 +183,7 @@ export const scanFields: INodeProperties[] = [
|
||||||
name: 'referer',
|
name: 'referer',
|
||||||
description: 'HTTP referer to set for this scan',
|
description: 'HTTP referer to set for this scan',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
placeholder: 'https://n8n.io',
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue