Including Additional CSS or JS Files
In general, Studio UI plugins require a Webpack build and entry point files to function correctly. For more details, refer to the Getting started with your first plugin guide.
However, if you want to include additional CSS or JS files that are not part of the frontend build (e.g., to add a basic CSS class or include an external script), you can configure them via the config tree as shown below:
pimcore_studio_ui:
static_resources:
css:
- my-custom-css.css
js:
- my-custom-js.js