Skip to content

Commit

Permalink
Social Connections: Fix bug with service examples (#97332)
Browse files Browse the repository at this point in the history
* Add all service ID to SERVICES_WITH_EXAMPLES

* Add remaining services

* Update client/sites/marketing/connections/service-examples.jsx

Co-authored-by: Manzoor Wani <[email protected]>

---------

Co-authored-by: Manzoor Wani <[email protected]>
  • Loading branch information
gmjuhasz and manzoorwanijk authored Dec 13, 2024
1 parent d916a34 commit a901bd7
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion client/sites/marketing/connections/service-examples.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,25 @@ import './service-examples.scss';
* a method with the example's content.
* @type {string[]}
*/
export const SERVICES_WITH_EXAMPLES = [ 'google_plus', 'mastodon', 'bluesky' ];
export const SERVICES_WITH_EXAMPLES = [
'bandpage',
'bluesky',
'facebook',
'google-drive',
'google_my_business',
'google_photos',
'google_plus',
'instagram-basic-display',
'instagram-business',
'linkedin',
'mailchimp',
'mastodon',
'nextdoor',
'p2_github',
'p2_slack',
'threads',
'tumblr',
];

class SharingServiceExamples extends Component {
static propTypes = {
Expand Down

0 comments on commit a901bd7

Please sign in to comment.