added
App scripts
8 days ago by Joe Johnston

Budibase Enterprise now supports injecting custom scripts directly into your applications. This feature enables advanced customization and integration with third-party libraries and services.
Often, you want to inject JavaScript snippets into all pages of your site, either in the or at the end of the tag. Most analytics providers, font services, and A/B testing services will give you an HTML snippet and ask you to add it to every page on your site. Budibase now lets you do this from the app settings interface.
Technical Details:
- Configuration is managed within the application settings, allowing for granular control.
- Refer to the documentation for implementation details: https://docs.budibase.com/docs/app-scripts
- See the pull request for implementation details: https://github.com/Budibase/budibase/pull/15762