diff --git a/index.html b/index.html index 1752542..d4a668f 100644 --- a/index.html +++ b/index.html @@ -143,6 +143,10 @@

- Chart info -

- Other -

+ i + + + i @@ -298,6 +302,10 @@

Meta Events

Version history

+

+ v1.11a
+ Added charter field. +

v1.11
Added support for background events diff --git a/src/inputs.js b/src/inputs.js index 58396f1..166be9a 100644 --- a/src/inputs.js +++ b/src/inputs.js @@ -7,6 +7,7 @@ const Inputs = (function () { songname: "name", shortname: "shortName", artist: "author", + charter: "charter", releaseyear: "year", genre: "genre", description: "description", @@ -22,7 +23,7 @@ const Inputs = (function () { }; /** Inputs that are not required to be filled in */ - const optionalInputNames = new Set(["songendpoint"]); + const optionalInputNames = new Set(["songendpoint", "charter"]); /** Inputs that need to be formatted as ints */ const intInputNames = new Set([