Control development

In Bildy a control is a single content field type that can be added to a data model. The way Bildy is structured makes it fairly simple and convenient to create new types of controls. It is not a task for beginners, but for experienced JS and PHP programmers it is very flexible and powerful way to create different types of content management fields. Imagination is the biggest limit.

We are working on control development documentation and will publish it as soon as possible.

A brief explanation of how Bildy controls are structured:

The Bildy editor portion

The Bildy Engine portion

A control may also contain any number of other files, but these files have a defined special function in Bildy.

To create a control properly you will have to wait for the documentation, but feel free to check out and experiment with the controls made by us. You can create a new control by just copying a control folder and renaming it. Don't forget to modify control.xml, control.js and conrol.php to avoid conflicts between controls.