- Added checkbox in Settings screen to enable/disable edit feature - Setting stored in app_config.json as 'edit_feature_enabled' - Edit workflow now validates: player setting, media type, server permission, card auth - Shows appropriate error message when edit is blocked at any validation step - Defaults to enabled (true) if not set - All conditions must be met for edit interface to open
10 lines
240 B
JSON
10 lines
240 B
JSON
{
|
|
"server_ip": "digi-signage.moto-adv.com",
|
|
"port": "443",
|
|
"screen_name": "tv-terasa",
|
|
"quickconnect_key": "8887779",
|
|
"orientation": "Landscape",
|
|
"touch": "True",
|
|
"max_resolution": "1920x1080",
|
|
"edit_feature_enabled": true
|
|
} |