RepoStyle

public RepoStyle RepoStyle(Integer id, String name, String fileName, Version version, String description, String changeLog, List<Integer> authors, List<Integer> supported, Boolean hasExample, Boolean hasJavaScript)

Parameters

id

Primary key, should be completely unique

name

Name of style sheet, this is shown to users

fileName

Filename of the css file, used internally by shosetsu

description

Description of the style

changeLog

Description of recent changes

authors

Authors who created this

supported

List of explicitly supported extensions

hasExample

States if this has an example HTML to show the user

hasJavaScript

Does this style have custom javascript that can be loaded