Guide to all available configuration settings(build.json Configuration).
Project settings are always configured by using a JSON configuration file in the project->public directory named build.json. This file contains a JSON object.
The name key holds the value of the property type. your business type will be the property type.
name: "hotel"
Version
The version is broken down into 4 points e.g 1.2.3.4 We use MAJOR.MINOR.FEATURE.PATCH to describe the version numbers.
version: "1.0.0"
Dependencies
This key has a JSON array of extensions that comes with this particular package. This JSON array has an extension name as a key and it's the version as value.
"dependencies": {"online_booking_engine":"1.0.0"}
Settings
This key has a JSON array of feature settings. This JSON array has feature name as key and true or false as value for activating or deactivating a particular feature, handling this application's default features settings. below we have provided a table of feature settings attribute.jso