Skip to content

Commit

Permalink
UHF-8005: Add Talbotti (Watson) to ChatLeijuke libraries and block se…
Browse files Browse the repository at this point in the history
…ttings.
  • Loading branch information
juho-lehmonen committed Feb 8, 2023
1 parent 9705f55 commit 6c9c9e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions helfi_platform_config.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,23 @@ watson_sote:
minified: true
}

watson_talpa:
version: 1.0.x
header: false
js:
'https://coh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloud/widget.min.js': {
type: external,
minified: true
}
'https://coh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloud/static/talpa/custom.widget.min.js?tenantId=www-hel-fi-prod&assistantId=talpa': {
type: external,
minified: true
}
'https://coh-chat-app-prod.ow6i4n9pdzm.eu-de.codeengine.appdomain.cloud/default.min.js': {
type: external,
minified: true
}

genesys_neuvonta:
version: 1.0.x
header: true
Expand Down
1 change: 1 addition & 0 deletions src/Plugin/Block/ChatLeijuke.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function blockForm($form, FormStateInterface $form_state) {
'watson_chatbot' => 'Asunnonhakubotti (watson)',
'kuura_health_chat' => 'Kuura Health Chat',
'watson_sote' => 'Hester/Sotebotti (watson)',
'watson_talpa' => 'Talbotti (watson)',
],
];

Expand Down

0 comments on commit 6c9c9e9

Please sign in to comment.