I recently developed my first theme and registered it by following the instructions in the Adapt docs.
My theme appears in a search (see attached), but appears to be missing all of its details (and more importantly the link to the GitLab repo).
I've also included my bower.json file below in case I've made a mistake somewhere.
Note that I've made a couple of minor changes since I registered the plugin, such as changing the homepage from my personal website to the location of the repo, as well as version numbers, author etc. I made sure I included all the information that was asked for at the time of registering (including .bowerrc):
{
"name": "adapt-freelearning",
"version": "1.3.0",
"framework": ">=5",
"homepage": "https://gitlab.com/5am/adapt-freelearning",
"issues": "",
"theme": "freelearning",
"displayName": "freelearning",
"description": "Default theme for freelearning Adapt courses",
"main": "js/theme.js",
"authors": [
"Sam Howell <mail@samhowell.uk>"
],
"keywords": [
"adapt-plugin",
"adapt-theme"
],
"license": "GPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"targetAttribute": "_freelearning"
}