@chez Update your nodebb, make sure no CSS you have is changing anything
see if it works with a different language too. (one with left-to-right layout.)
How long does it take for a published package to show up in the plugin list?
-
How long does it take for a published package to show up in the plugin list?
-
It's been over 24 hours but still unable to find it in the plugin list
-
What version of nodebb are you testing on? And what did you put into your plugin's package.json for the nbbpm block?
"nbbpm": { "compatibility": "x.x.x" }
-
"nbbpm": { "compatibility": "^1.0.1", "index": false },
-
I want to install this plugin too but it's not showing up in the registry either.
-
index: false will cause it to not show up in the acp page. Remove that.