Last updated: 2024-07-18
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
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['gitlabBuild']
. All values are returned as a string there (for example 'true'
).
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.