diff --git a/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/index.html b/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/index.html index e91f323..bdeb1e9 100644 --- a/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/index.html +++ b/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/index.html @@ -1,135 +1,118 @@ - - - Financial Safety Net Card - - - - - - - -
-
- Financial Safety Icon -
-
-

{{title}}

-

{{description}}

- - {{ctaText}} - -
+ .description { + font-size: 12px; + line-height: 1.3; + margin: 0 0 10px 0; + color: #3A495D; + overflow: hidden; + overflow-wrap: anywhere; + word-wrap: anywhere; + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + } + + .cta-link { + font-size: 14px; + font-weight: 600; + color: #295EFF; + text-decoration: none; + transition: color 0.2s ease-in-out; + overflow-wrap: anywhere; + word-wrap: anywhere; + } + + .cta-link:hover { + color: #0056b3; + } + + + + +
+
+ Financial Safety Icon
- - +
+

{{title}}

+

{{description}}

+ + {{ctaText}} + +
+
+ + + \ No newline at end of file diff --git a/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png b/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png index 0b72972..112989a 100644 Binary files a/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png and b/collections/business/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png differ diff --git a/collections/business/custom-engagements/templates/banner/financial-safety-net/content-schema.json b/collections/business/custom-engagements/templates/banner/financial-safety-net/content-schema.json index b4e6cc9..25c83bb 100644 --- a/collections/business/custom-engagements/templates/banner/financial-safety-net/content-schema.json +++ b/collections/business/custom-engagements/templates/banner/financial-safety-net/content-schema.json @@ -5,11 +5,11 @@ "type": "object", "properties": { "body": { - "title": "Card Content", + "title": "Body of message", "type": "object", "properties": { "title": { - "title": "Card Title", + "title": "Title", "type": "string", "maxLength": 25, "default": "Financial Safety Net", @@ -26,7 +26,7 @@ } }, "description": { - "title": "Card Description", + "title": "Description", "type": "string", "maxLength": 75, "default": "A buffer is an emergency fund that protects you from unexpected expenses.", @@ -44,18 +44,10 @@ } } }, - "required": [ - "title", - "picture", - "description", - "ctaText" - ], + "required": ["title", "picture", "description", "ctaText"], "metadata": { "layoutPath": "{{contextRoot}}/assets/index.html" } } - }, - "required": [ - "body" - ] + } } \ No newline at end of file diff --git a/collections/business/custom-engagements/templates/banner/financial-safety-net/template.json b/collections/business/custom-engagements/templates/banner/financial-safety-net/template.json index 25e5376..4980ce9 100644 --- a/collections/business/custom-engagements/templates/banner/financial-safety-net/template.json +++ b/collections/business/custom-engagements/templates/banner/financial-safety-net/template.json @@ -6,8 +6,5 @@ "channel": "banner", "default": false, "thumbnailPath": "{{contextRoot}}/assets/recommendationThumbnail.png", - "tags": [ - "recommendation", - "311x120" - ] + "tags": ["recommendation", "mobile", "311x120"] } \ No newline at end of file diff --git a/collections/business/custom-engagements/templates/banner/introductory-banner/assets/index.html b/collections/business/custom-engagements/templates/banner/introductory-banner/assets/index.html new file mode 100644 index 0000000..e908ef8 --- /dev/null +++ b/collections/business/custom-engagements/templates/banner/introductory-banner/assets/index.html @@ -0,0 +1,86 @@ + + + + + Introductory Banking Banner + + + + + + + + +
+
+

{{title}}

+

+ {{description}} +

+
+
+ + diff --git a/collections/business/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png b/collections/business/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png new file mode 100644 index 0000000..68342d7 Binary files /dev/null and b/collections/business/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png differ diff --git a/collections/business/custom-engagements/templates/banner/introductory-banner/content-schema.json b/collections/business/custom-engagements/templates/banner/introductory-banner/content-schema.json new file mode 100644 index 0000000..d8855a9 --- /dev/null +++ b/collections/business/custom-engagements/templates/banner/introductory-banner/content-schema.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Feature introduction", + "description": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "type": "object", + "properties": { + "body": { + "title": "Body of message", + "type": "object", + "properties": { + "title": { + "title": "Title", + "type": "string", + "maxLength": 35, + "default": "Introducing the banking features!", + "metadata": { + "placeholderText": "Enter a title (max. 35 chars)" + } + }, + "description": { + "title": "Description", + "type": "string", + "maxLength": 130, + "default": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "metadata": { + "placeholderText": "Enter a description (max. 130 chars)" + } + } + }, + "required": ["title", "description"], + "metadata": { + "layoutPath": "{{contextRoot}}/assets/index.html" + } + } + } +} \ No newline at end of file diff --git a/collections/business/custom-engagements/templates/banner/introductory-banner/template.json b/collections/business/custom-engagements/templates/banner/introductory-banner/template.json new file mode 100644 index 0000000..647f6bb --- /dev/null +++ b/collections/business/custom-engagements/templates/banner/introductory-banner/template.json @@ -0,0 +1,10 @@ +{ + "name": "introductory-banner", + "description": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "title": "Feature Introduction", + "engagement": "custom", + "channel": "banner", + "default": false, + "thumbnailPath": "{{contextRoot}}/assets/thumbnail.png", + "tags": ["mobile", "343x114"] +} \ No newline at end of file diff --git a/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/assets/index.html b/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/assets/index.html index e91f323..bdeb1e9 100644 --- a/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/assets/index.html +++ b/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/assets/index.html @@ -1,135 +1,118 @@ - - - Financial Safety Net Card - - - - - - - -
-
- Financial Safety Icon -
-
-

{{title}}

-

{{description}}

- - {{ctaText}} - -
+ .description { + font-size: 12px; + line-height: 1.3; + margin: 0 0 10px 0; + color: #3A495D; + overflow: hidden; + overflow-wrap: anywhere; + word-wrap: anywhere; + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + } + + .cta-link { + font-size: 14px; + font-weight: 600; + color: #295EFF; + text-decoration: none; + transition: color 0.2s ease-in-out; + overflow-wrap: anywhere; + word-wrap: anywhere; + } + + .cta-link:hover { + color: #0056b3; + } + + + + +
+
+ Financial Safety Icon
- - +
+

{{title}}

+

{{description}}

+ + {{ctaText}} + +
+
+ + + \ No newline at end of file diff --git a/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png b/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png index 0b72972..112989a 100644 Binary files a/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png and b/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png differ diff --git a/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/content-schema.json b/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/content-schema.json index b4e6cc9..25c83bb 100644 --- a/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/content-schema.json +++ b/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/content-schema.json @@ -5,11 +5,11 @@ "type": "object", "properties": { "body": { - "title": "Card Content", + "title": "Body of message", "type": "object", "properties": { "title": { - "title": "Card Title", + "title": "Title", "type": "string", "maxLength": 25, "default": "Financial Safety Net", @@ -26,7 +26,7 @@ } }, "description": { - "title": "Card Description", + "title": "Description", "type": "string", "maxLength": 75, "default": "A buffer is an emergency fund that protects you from unexpected expenses.", @@ -44,18 +44,10 @@ } } }, - "required": [ - "title", - "picture", - "description", - "ctaText" - ], + "required": ["title", "picture", "description", "ctaText"], "metadata": { "layoutPath": "{{contextRoot}}/assets/index.html" } } - }, - "required": [ - "body" - ] + } } \ No newline at end of file diff --git a/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/template.json b/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/template.json index 608fbc6..029ae43 100644 --- a/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/template.json +++ b/collections/oneruntime/custom-engagements/templates/banner/financial-safety-net/template.json @@ -6,5 +6,5 @@ "channel": "banner", "default": false, "thumbnailPath": "{{contextRoot}}/assets/recommendationThumbnail.png", - "tags": ["recommendation", "311x120","RETAIL","BUSINESS"] + "tags": ["recommendation", "mobile", "311x120","RETAIL","BUSINESS"] } \ No newline at end of file diff --git a/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/assets/index.html b/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/assets/index.html new file mode 100644 index 0000000..e908ef8 --- /dev/null +++ b/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/assets/index.html @@ -0,0 +1,86 @@ + + + + + Introductory Banking Banner + + + + + + + + +
+
+

{{title}}

+

+ {{description}} +

+
+
+ + diff --git a/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png b/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png new file mode 100644 index 0000000..68342d7 Binary files /dev/null and b/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png differ diff --git a/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/content-schema.json b/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/content-schema.json new file mode 100644 index 0000000..d8855a9 --- /dev/null +++ b/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/content-schema.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Feature introduction", + "description": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "type": "object", + "properties": { + "body": { + "title": "Body of message", + "type": "object", + "properties": { + "title": { + "title": "Title", + "type": "string", + "maxLength": 35, + "default": "Introducing the banking features!", + "metadata": { + "placeholderText": "Enter a title (max. 35 chars)" + } + }, + "description": { + "title": "Description", + "type": "string", + "maxLength": 130, + "default": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "metadata": { + "placeholderText": "Enter a description (max. 130 chars)" + } + } + }, + "required": ["title", "description"], + "metadata": { + "layoutPath": "{{contextRoot}}/assets/index.html" + } + } + } +} \ No newline at end of file diff --git a/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/template.json b/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/template.json new file mode 100644 index 0000000..b953a97 --- /dev/null +++ b/collections/oneruntime/custom-engagements/templates/banner/introductory-banner/template.json @@ -0,0 +1,10 @@ +{ + "name": "introductory-banner", + "description": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "title": "Feature Introduction", + "engagement": "custom", + "channel": "banner", + "default": false, + "thumbnailPath": "{{contextRoot}}/assets/thumbnail.png", + "tags": ["mobile", "343x114", "RETAIL", "BUSINESS"] +} \ No newline at end of file diff --git a/collections/retail/custom-engagements/templates/banner/financial-safety-net/assets/index.html b/collections/retail/custom-engagements/templates/banner/financial-safety-net/assets/index.html index 4e91b66..bdeb1e9 100644 --- a/collections/retail/custom-engagements/templates/banner/financial-safety-net/assets/index.html +++ b/collections/retail/custom-engagements/templates/banner/financial-safety-net/assets/index.html @@ -1,135 +1,118 @@ - - - Financial Safety Net Card - - - - - - - -
-
- Financial Safety Icon -
-
-

{{title}}

-

{{description}}

- - {{ctaText}} - -
+ .description { + font-size: 12px; + line-height: 1.3; + margin: 0 0 10px 0; + color: #3A495D; + overflow: hidden; + overflow-wrap: anywhere; + word-wrap: anywhere; + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + } + + .cta-link { + font-size: 14px; + font-weight: 600; + color: #295EFF; + text-decoration: none; + transition: color 0.2s ease-in-out; + overflow-wrap: anywhere; + word-wrap: anywhere; + } + + .cta-link:hover { + color: #0056b3; + } + + + + +
+
+ Financial Safety Icon
- - +
+

{{title}}

+

{{description}}

+ + {{ctaText}} + +
+
+ + + \ No newline at end of file diff --git a/collections/retail/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png b/collections/retail/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png index 0b72972..112989a 100644 Binary files a/collections/retail/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png and b/collections/retail/custom-engagements/templates/banner/financial-safety-net/assets/recommendationThumbnail.png differ diff --git a/collections/retail/custom-engagements/templates/banner/financial-safety-net/content-schema.json b/collections/retail/custom-engagements/templates/banner/financial-safety-net/content-schema.json index b4e6cc9..25c83bb 100644 --- a/collections/retail/custom-engagements/templates/banner/financial-safety-net/content-schema.json +++ b/collections/retail/custom-engagements/templates/banner/financial-safety-net/content-schema.json @@ -5,11 +5,11 @@ "type": "object", "properties": { "body": { - "title": "Card Content", + "title": "Body of message", "type": "object", "properties": { "title": { - "title": "Card Title", + "title": "Title", "type": "string", "maxLength": 25, "default": "Financial Safety Net", @@ -26,7 +26,7 @@ } }, "description": { - "title": "Card Description", + "title": "Description", "type": "string", "maxLength": 75, "default": "A buffer is an emergency fund that protects you from unexpected expenses.", @@ -44,18 +44,10 @@ } } }, - "required": [ - "title", - "picture", - "description", - "ctaText" - ], + "required": ["title", "picture", "description", "ctaText"], "metadata": { "layoutPath": "{{contextRoot}}/assets/index.html" } } - }, - "required": [ - "body" - ] + } } \ No newline at end of file diff --git a/collections/retail/custom-engagements/templates/banner/financial-safety-net/template.json b/collections/retail/custom-engagements/templates/banner/financial-safety-net/template.json index 25e5376..4980ce9 100644 --- a/collections/retail/custom-engagements/templates/banner/financial-safety-net/template.json +++ b/collections/retail/custom-engagements/templates/banner/financial-safety-net/template.json @@ -6,8 +6,5 @@ "channel": "banner", "default": false, "thumbnailPath": "{{contextRoot}}/assets/recommendationThumbnail.png", - "tags": [ - "recommendation", - "311x120" - ] + "tags": ["recommendation", "mobile", "311x120"] } \ No newline at end of file diff --git a/collections/retail/custom-engagements/templates/banner/introductory-banner/assets/index.html b/collections/retail/custom-engagements/templates/banner/introductory-banner/assets/index.html new file mode 100644 index 0000000..e908ef8 --- /dev/null +++ b/collections/retail/custom-engagements/templates/banner/introductory-banner/assets/index.html @@ -0,0 +1,86 @@ + + + + + Introductory Banking Banner + + + + + + + + +
+
+

{{title}}

+

+ {{description}} +

+
+
+ + diff --git a/collections/retail/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png b/collections/retail/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png new file mode 100644 index 0000000..68342d7 Binary files /dev/null and b/collections/retail/custom-engagements/templates/banner/introductory-banner/assets/thumbnail.png differ diff --git a/collections/retail/custom-engagements/templates/banner/introductory-banner/content-schema.json b/collections/retail/custom-engagements/templates/banner/introductory-banner/content-schema.json new file mode 100644 index 0000000..d8855a9 --- /dev/null +++ b/collections/retail/custom-engagements/templates/banner/introductory-banner/content-schema.json @@ -0,0 +1,36 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Feature introduction", + "description": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "type": "object", + "properties": { + "body": { + "title": "Body of message", + "type": "object", + "properties": { + "title": { + "title": "Title", + "type": "string", + "maxLength": 35, + "default": "Introducing the banking features!", + "metadata": { + "placeholderText": "Enter a title (max. 35 chars)" + } + }, + "description": { + "title": "Description", + "type": "string", + "maxLength": 130, + "default": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "metadata": { + "placeholderText": "Enter a description (max. 130 chars)" + } + } + }, + "required": ["title", "description"], + "metadata": { + "layoutPath": "{{contextRoot}}/assets/index.html" + } + } + } +} \ No newline at end of file diff --git a/collections/retail/custom-engagements/templates/banner/introductory-banner/template.json b/collections/retail/custom-engagements/templates/banner/introductory-banner/template.json new file mode 100644 index 0000000..647f6bb --- /dev/null +++ b/collections/retail/custom-engagements/templates/banner/introductory-banner/template.json @@ -0,0 +1,10 @@ +{ + "name": "introductory-banner", + "description": "Discover our cutting-edge banking features designed for quick and secure transactions, along with personalized financial advice.", + "title": "Feature Introduction", + "engagement": "custom", + "channel": "banner", + "default": false, + "thumbnailPath": "{{contextRoot}}/assets/thumbnail.png", + "tags": ["mobile", "343x114"] +} \ No newline at end of file