github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/themes/nox/theme.json (about)

     1  {
     2  	"Name": "nox",
     3  	"FriendlyName": "Nox",
     4  	"Version": "0.0.1",
     5  	"Creator": "Azareal",
     6  	"URL": "github.com/Azareal/Gosora",
     7  	"Tag": "WIP",
     8  	"Docks":["topMenu","rightSidebar","footer"],
     9  	"GridLists": true,
    10  	"MapTmplToDock": {
    11  		"rightOfNav": {
    12  			"File": "./templates/userDock.html"
    13  		}
    14  	},
    15  	"Templates": [
    16  		{
    17  			"Name": "topic",
    18  			"Source": "topic_alt"
    19  		},
    20  		{
    21  			"Name": "topic_mini",
    22  			"Source": "topic_alt_mini"
    23  		}
    24  	],
    25  	"Resources": [
    26  		{
    27  			"Name":"trumbowyg/trumbowyg.min.js",
    28  			"Location":"global",
    29  			"Loggedin":true
    30  		},
    31  		{
    32  			"Name":"trumbowyg/ui/trumbowyg.custom.css",
    33  			"Location":"global",
    34  			"Loggedin":true
    35  		},
    36  		{
    37  			"Name":"nox/misc.js",
    38  			"Location":"global",
    39  			"Async":true
    40  		}
    41  	]
    42  }