Update custom_code.md

This commit is contained in:
Radovan Ječmenica
2025-04-30 15:17:21 +02:00
committed by GitHub
parent 834d97bdbb
commit e2af4e4956

View File

@@ -13,27 +13,27 @@ The Custom Code section, accessible via OpenAdmin > Settings > Custom Code, allo
## Custom CSS
Inject your own CSS styles that will be applied across all pages of the OpenPanel UI.
📘 [View Documentation](https://dev.openpanel.com/customize.html#Custom-CSS)
[View Documentation](https://dev.openpanel.com/customize.html#Custom-CSS)
## Custom JS
Add custom JavaScript to all pages. This is ideal for extending UI functionality, adding widgets, or integrating third-party tools.
📘 [View Documentation](https://dev.openpanel.com/customize.html#Custom-JS)
[View Documentation](https://dev.openpanel.com/customize.html#Custom-JS)
## Code in Header
Insert custom code directly into the <head> tag of every page. Useful for meta tags, analytics scripts, and global settings.
📘 [View Documentation](https://dev.openpanel.com/customize.html#Code-in-Header)
[View Documentation](https://dev.openpanel.com/customize.html#Code-in-Header)
## Code in Footer
Insert custom code directly into the footer section of all pages. This is commonly used for tracking scripts, analytics, or deferred JavaScript.
📘 [View Documentation](https://dev.openpanel.com/customize.html#Code-in-Footer)
[View Documentation](https://dev.openpanel.com/customize.html#Code-in-Footer)
## After Update
Define custom bash commands that will automatically run after each OpenPanel update. Ideal for restoring customizations or triggering automation scripts.
📘 [View Documentation](https://dev.openpanel.com/customize.html#After-update)
[View Documentation](https://dev.openpanel.com/customize.html#After-update)
This powerful customization layer helps ensure OpenPanel fits seamlessly into your environment.