We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb8613 commit 0ad8078Copy full SHA for 0ad8078
Model/Config/Source/CommentType.php
@@ -31,8 +31,8 @@ public function toOptionArray()
31
{
32
return [
33
['value' => 'default', 'label' => __('Default')],
34
- ['value' => 'disqus', 'label' => __('Disqus')],
35
- ['value' => 'facebook', 'label' => __('Facebook')]
+ ['value' => 'disqus', 'label' => __('Disqus')]
+ //['value' => 'facebook', 'label' => __('Facebook')]
36
];
37
}
38
0 commit comments