Skip to content

Commit

Permalink
fix(shs-5905): update social media block links help text
Browse files Browse the repository at this point in the history
  • Loading branch information
cienvaras committed Dec 3, 2024
1 parent 5c1f2b4 commit 91d951d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function blockForm($form, FormStateInterface $form_state): array {
'#cardinality_multiple' => TRUE,
'#cardinality' => -1,
'#description' => $this->t(
'Supported social platforms will show their icon, otherwise a generic icon will be shown. See which <a href="@user_guide_url" target="_blank">social platforms are currently supported.</a>',
'<p>Supported social platforms will show their icon, otherwise a generic icon will be shown.</p><p>See which <a href="@user_guide_url" target="_blank">social platforms are currently supported</a>.</p>',
['@user_guide_url' => 'https://hsweb.slite.page/p/NeJL89GqNsiOY-/Social-Media-Footer-block']
),
'#add_more_label' => $this->t('Add another item'),
Expand Down

0 comments on commit 91d951d

Please sign in to comment.