Page cover image

Introduction

A brief introduction to scripting with Breeze

Breeze uses JavaScript for scripting. If you aren't familiar with JavaScript, it's suggested that you find a tutorial to teach you the basics.

Create a new script by creating a file ending in .js in the Breeze/config/scripts directory.

Creating a script

Last updated