Skip to content

Commit 8562286

Browse files
committed
add WeChat to defined socials with metadata and accessibility attributes
1 parent d0508e1 commit 8562286

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Managers/SocialsManager.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,19 @@ class SocialsManager
225225
],
226226
],
227227
],
228+
'wechat' => [
229+
'name' => 'WeChat',
230+
'key' => 'wechat',
231+
'sharer_url' => '',
232+
'placeholders' => [],
233+
'html' => [
234+
'attributes' => [],
235+
],
236+
'accessibility' => [
237+
'sr_text' => 'Go to WeChat',
238+
],
239+
'meta' => [],
240+
],
228241
];
229242

230243
public function getDefinedSocials(): array

0 commit comments

Comments
 (0)