ayazmo-plugin-comments
v0.3.1
Published
ayazmo plugin comments
Downloads
137
Readme
Ayazmo Plugin Comments
Welcome to the ayazmo-plugin-comments
! This plugin provides an easy way to manage comments API for your website.
Installation
npx ayazmo add ayazmo-plugin-comments
Usage
To use this plugin, you need to add the following config it to your ayazmo.config.js
file:
plugins: [
{
name: "ayazmo-plugin-comments",
settings: {
private: false
}
},
]