Last updated: 2022-03-07

  1. Learn
  2. Documentation DevOps
  3. Custom Options

Add and manage custom options

In this area you can add and manage your own options. Possible types are Checkbox, Select, Radio and Text. They appear at one of the selectable positions on the General tab in the Bootify Builder. A description can be added to explain the result of the option to the developer.

Manage custom options

Manage custom options

The values of custom options can be referenced in different places. To better understand the JSON structure of a project, it can be viewed using this link. For example, a custom option could be accessed in your .bootify file using the expression project.customOptions['reactEnabled'].

When custom options are added, modified or deleted, all existing projects are updated as well and the corresponding option is also added, modified or deleted. Custom files and application properties must be updated manually.