taobin_project/xmlprofile/sample_design1.json

41 lines
732 B
JSON
Raw Normal View History

2023-11-02 08:56:52 +07:00
{
"SugarBreak":{
"enable": true,
"except": [
],
"modifiers": [
"apply_to=all_menus"
]
},
"Discount50":{
"enable": true,
"except": [
200000,
200001
],
"modifiers": [
"apply_to=all_menus"
]
},
"y18IDCard":{
"enable": false,
"except": [
],
"modifiers": [
"apply_to=restricted_menus"
]
},
"y18IDCardLive":{
"enable": false,
"except": [
],
"modifiers": [
"apply_to=restricted_menus",
"enable_feature=liveness # This is comment"
]
}
}