From 4a538bcc6bd6be7bcb27502a0c62512cdec16c9b Mon Sep 17 00:00:00 2001 From: Qwerasd Date: Mon, 27 Aug 2018 20:29:03 -0400 Subject: [PATCH] Added all available META options --- Creating-Themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Creating-Themes.md b/Creating-Themes.md index 03ebcbc..b92286d 100644 --- a/Creating-Themes.md +++ b/Creating-Themes.md @@ -16,10 +16,10 @@ BandagedBD requires one line at the beginning of a theme file to identify it: //META{"name":"Theme Name"}*// ``` -Optionally you can also include a website, source, and description field in the meta like so: +Optionally you can also include a website, source, author, version, and description field in the meta like so: ```js -//META{"name":"Theme","website":"https://example.com","source":"https://example.com/theme.css","description":"This theme makes things look better."}*// +//META{"name":"Theme","website":"https://example.com","source":"https://example.com/theme.css","author":"me","version":"0.0.6","description":"This theme makes things look better."}*// ``` # Extra