n8n-nodes-perfexcrm 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@ class PerfexCrm {
|
|
|
12
12
|
this.description = {
|
|
13
13
|
displayName: 'PerfexCRM',
|
|
14
14
|
name: 'perfexCrm',
|
|
15
|
-
icon: 'file:perfexcrm.
|
|
15
|
+
icon: 'file:perfexcrm.svg',
|
|
16
16
|
group: ['transform'],
|
|
17
17
|
version: 1,
|
|
18
18
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<path d="M30,10 L40,10 C40,10 46,10 46,20 C46,30 40,30 40,30 L30,30 L30,16 L30,10 Z" id="curve" fill="#22D3EE"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="221" height="48" viewBox="0 0 221 48">
|
|
3
|
+
<image href="https://www.perfexcrm.com/wp-content/uploads/2017/08/perfexcrm-logo.png" x="0" y="0" width="221" height="48" />
|
|
4
|
+
<title>Perfex CRM logo (PNG embedded in SVG)</title>
|
|
5
|
+
<desc>This SVG wraps the official PNG hosted on perfexcrm.com for convenience.</desc>
|
|
6
|
+
</svg>
|