Change description of version key
This commit is contained in:
parent
d0375141f8
commit
9fbe8a4e32
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export type ThemeManifest = {
|
export type ThemeManifest = {
|
||||||
// Version number of theme; must be incremented on each change!
|
/**
|
||||||
|
* Version number of the theme manifest.
|
||||||
|
* This must be incremented when backwards incompatible changes are introduced.
|
||||||
|
*/
|
||||||
version: number;
|
version: number;
|
||||||
// A user-facing string that is the name for this theme-collection.
|
// A user-facing string that is the name for this theme-collection.
|
||||||
name: string;
|
name: string;
|
||||||
|
|
Reference in a new issue