We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58c5b3 commit 8fa2e42Copy full SHA for 8fa2e42
composer.json
@@ -3,11 +3,11 @@
3
"description": "Implements Blog functionality on Magento 2 store",
4
"require": {
5
"magefan/module-community" : ">=2.0.14",
6
- "magefan/module-wysiwyg-advanced" : ">=2.0.10",
7
- "magefan/module-blog-comments-recaptcha" : ">=2.0.6",
8
- "magefan/module-blog-graph-ql" : ">=2.0.5"
+ "magefan/module-wysiwyg-advanced" : ">=2.0.10"
9
},
10
"suggest": {
+ "magefan/module-blog-comments-recaptcha": "Install this module to activate ReCaptcha on blog comments form to protect against spam.",
+ "magefan/module-blog-graph-ql": "Install this module to activate GraphQl integration for the blog.",
11
"magefan/module-blog-amp": "Install this module to activate Blog integration with the Plumrocket AMP extension."
12
13
"type": "magento2-module",
0 commit comments