Skip to content

Coopcom is in closed development and testing. More information will be added upon release.

License

Notifications You must be signed in to change notification settings

ChrisAcrobat/coopcom-stylesheet-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Modding Coopcom

  1. Make a fork of this represetory.
    • Optional: Rename .css-file to what sutes your project, and/or create new .css-files.
  2. Do what you want.
  3. Update the style header.
  4. Push!

Style header

The style header begins with /** and end with **/ wrapped around a JSON.

Field Description
name Name that will be displayed inside Coopcom.
Default: ""
description Plaintext description.
Default: ""
imageUrl URL or local path to image to be displayed togehter with Name.
Default: ""
public Set sheet for public listing (should this stylesheet be findable by others inside Coopcom?). If set to false, the sheet will still be usable, just harder to find.
Example: If the sheet is still under development or, is this sheet just base sheet used by other sheets and should not be used by its own, set to false.
Default: false
using Array with either a string path to file, or an object that reffer to an other stylesheet here on GitHub. This will be displayed to the user as recommended inclusions.
Default: []

Example:

/**
{
	"name": "example",
	"description": "",
	"imageUrl": "",
	"ui-version": 1,
	"public": false,
	"using": [
		"localRepresetoryFile.css",
		{
			"user": "testo",
			"repository": "coopcom-stylesheet-mod-test",
			"file": "Classic.css"
		}
	]
}
**/

About

Coopcom is in closed development and testing. More information will be added upon release.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages