Skip to content

Commit 6410cdb

Browse files
authored
Merge pull request #1307 from UN-OCHA/berliner/HPC-10038
HPC-10038: Add tableau specific information to instructions on external widget configuration
2 parents 46db46e + e58c059 commit 6410cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/modules/custom/ghi_blocks/src/Plugin/Block/Generic/ExternalWidget.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function getConfigForm(array $form, FormStateInterface $form_state) {
199199
$form['widgets'][$i]['widget_url'] = [
200200
'#type' => 'textfield',
201201
'#title' => $this->t('iframe URL'),
202-
'#description' => $this->t('Supported external widgets are @first_supported and @last_supported. Please note that in the case of HDX Quick Charts, the following parameters will be automatically overwritten: <em>externalCss</em>, <em>chartSettings</em>, <em>chartShare</em> and <em>allowBiteSwitch</em>', [
202+
'#description' => $this->t('Supported external widgets are @first_supported and @last_supported. Please note that in the case of HDX Quick Charts, the following parameters will be automatically overwritten: <em>externalCss</em>, <em>chartSettings</em>, <em>chartShare</em> and <em>allowBiteSwitch</em>. For Tableau widget integration, make sure you edit the URL so that all the content after the “?” is replaced by <em>:showVizHome=no&:embed=true</em>', [
203203
'@first_supported' => implode(', ', array_slice($allowed_hosts, 0, -1)),
204204
'@last_supported' => end($allowed_hosts),
205205
]),

0 commit comments

Comments
 (0)