mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-05 17:56:53 +01:00
Add element id's and their documentation
This commit is contained in:
@@ -38,7 +38,7 @@ A full, complete `index.json` will look something like this:
|
||||
"css": ["/index.css"],
|
||||
"js": ["/index.js"]
|
||||
},
|
||||
"customBackgroundURL": "https://website.com/image.png",
|
||||
"customBackgroundURL": "https://website.com/image.png"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -100,3 +100,6 @@ newButton.innerHTML = "New Button";
|
||||
|
||||
document.body.appendChild(newButton);
|
||||
```
|
||||
|
||||
## How can i access "x" element to customize?
|
||||
Please take a look at documentation of all element id's by clicking [here](/docs/elementIds.md).
|
||||
|
||||
Reference in New Issue
Block a user