Documentation for JS plugins for BDEngine

This section is currently being written and will be updated frequently.

Important: only the API from window.editorAPI is considered stable and officially supported.

The window.editor object is available for exploration and experimentation, but its structure may change without notice and compatibility between versions is not guaranteed.

Introduction

Desc

JS plugins allow you to extend the editor’s functionality without modifying its core code.

A plugin is a regular JavaScript file with a special header (metadata) and custom code.

Sign up to create and share content.Sign up