taobin_project/xmlprofile/sample_design1.json

42 lines
762 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":{
2023-11-02 10:03:05 +07:00
"enable": true,
2023-11-02 08:56:52 +07:00
"except": [
],
"modifiers": [
"apply_to=restricted_menus",
"include_menu_v2"
2023-11-02 08:56:52 +07:00
]
},
"y18IDCardLive":{
"enable": false,
"except": [
],
"modifiers": [
"apply_to=restricted_menus",
"enable_feature=liveness # This is comment"
]
}
}