Update development.md
This commit is contained in:
parent
0db97c573a
commit
8c2170f3d0
1 changed files with 2 additions and 3 deletions
|
@ -19,8 +19,7 @@ Stay tuned for the upcoming addition of our Module Development Guide, providing
|
||||||
|
|
||||||
### Custom CSS
|
### Custom CSS
|
||||||
|
|
||||||
To add custom CSS code to OpenPanel interface, edit file `/usr/local/panel/templates/custom_code/in_header.html` and put your custom code inside. Please note
|
To add custom CSS code to the OpenPanel interface, edit the file `/usr/local/panel/templates/custom_code/custom.css`.
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nano /usr/local/panel/templates/custom_code/custom.css
|
nano /usr/local/panel/templates/custom_code/custom.css
|
||||||
|
@ -28,7 +27,7 @@ nano /usr/local/panel/templates/custom_code/custom.css
|
||||||
|
|
||||||
### Custom JS
|
### Custom JS
|
||||||
|
|
||||||
|
To add custom JavaScript code to the OpenPanel interface, edit the file `/usr/local/panel/templates/custom_code/custom.js`.
|
||||||
```bash
|
```bash
|
||||||
nano /usr/local/panel/templates/custom_code/custom.js
|
nano /usr/local/panel/templates/custom_code/custom.js
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue