This key introduces a bootstrapped preferences block. '
This key and its child keys must be defined in a *.preference.bxb
file. This file must be in the appropriate locale-specific resources
folder.
// resources/base/preferences/HotelRating.preference.bxb
preference-support {
match: Hotel (this)
bootstrap (starRating) {
value (1)
value (2)
value (3)
value (4)
value (5)
}
}
This example specifies a match pattern for the Hotel
concept, and then bootstraps the starRating
property.