Configuration Settings
Guide to all available configuration settings(build.json Configuration).
{
"name": "Hotel",
"version": "1.0.0",
"dependencies": {
"online_booking_engine" : "1.0.0",
"advance_deposit_report" : "1.0.0"
},
"settings": {
"unit_name":{
"singular": "room",
"plural" : "rooms"
},
"unit_type_name" : {
"singular":"room type",
"plural": "room types"
},
"hourly_booking_enabled" : true,
"display_tooltip" : true
}
}Here is a detailed description of each key.
Last updated