Plugin for bludit CMS to use "isso" as commenting system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
828 B

{
"plugin-data":
{
"name": "Isso client",
"description": "Use Isso comments in your bludit blog. (This is only a client implementation. You still need an Isso server! Visit posativ.org/isso for more info.) "
},
"enableOnPage": "Enable Isso on pages",
"enableOnPost": "Enable Isso on posts",
"enableOnDefaultPage": "Enable Isso on default home page",
"pathToData": "Path to Isso data (e.g. your fcgi script)",
"pathToScript": "Path to script source for Isso (e.g. embed.js)",
"pathToCss": "Path to custom CSS file",
"settingsRequired": "Required settings",
"settingsOptional": "Optional settings",
"isTrue": "true",
"isFalse": "false",
"colorCode": "colorcode",
"languageCode": "language code",
"numeric": "number",
"noscriptMsg": "The comment section powered by Isso can not be shown without javascript!"
}