add Regions to Copy Settings

video-slicer-reencoder
Moe 2022-09-18 14:39:19 -07:00
parent ddc3fa3796
commit a69b29951c
1 changed files with 17 additions and 0 deletions

View File

@ -4318,6 +4318,23 @@ module.exports = function(s,config,lang){
}
]
},
{
"field": lang['Regions'],
"fieldType": "select",
"attribute": `copy="field=detail=cords"`,
"form-group-class": "h_copy_settings_input h_copy_settings_1",
"form-group-class-pre-layer": "col-md-6",
"possible": [
{
"name": lang.No,
"value": "0"
},
{
"name": lang.Yes,
"value": "1"
}
]
},
{
"field": lang['Control'],
"description": "",