From the page : http://plugins.roundcube.net/about
Roundcube plugins need to have the following two properties set correctly:
"type": "roundcube-plugin"
"require": {
"roundcube/plugin-installer": ">=0.1.3"
}
I think you have to set them to correctly work as a roundcube plugin.
From the page : http://plugins.roundcube.net/about
Roundcube plugins need to have the following two properties set correctly:
I think you have to set them to correctly work as a roundcube plugin.