Added all available META options
parent
22c403b464
commit
4a538bcc6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue