Skip to content

Commit 0ad8078

Browse files
committed
remove facebook comment because it will end to use: https://developers.facebook.com/docs/plugins/embedded-comments
1 parent 0fb8613 commit 0ad8078

File tree

2 files changed

+190
-194
lines changed

2 files changed

+190
-194
lines changed

Model/Config/Source/CommentType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public function toOptionArray()
3131
{
3232
return [
3333
['value' => 'default', 'label' => __('Default')],
34-
['value' => 'disqus', 'label' => __('Disqus')],
35-
['value' => 'facebook', 'label' => __('Facebook')]
34+
['value' => 'disqus', 'label' => __('Disqus')]
35+
//['value' => 'facebook', 'label' => __('Facebook')]
3636
];
3737
}
3838

0 commit comments

Comments
 (0)