diff --git a/api/config/hml/container/list.json b/api/config/hml/container/list.json index 78de6422e9223b5f3df66e30ed2a2805d3726015..f39564d0ee8b899796a83370fdfea577c32121a5 100644 --- a/api/config/hml/container/list.json +++ b/api/config/hml/container/list.json @@ -33,6 +33,26 @@ } ] }, + { + "name": "scrollbarreservedheight", + "supportedDevices": ["phone", "tablet", "tv", "wearable"], + "required": false, + "description": [ + { + "name": "Whether to reserved space at the bottom on the scorllbar", + "supportedDevices": ["phone", "tablet", "tv", "wearable"] + } + ], + "type": "enum", + "options": [ + { + "name": "true" + }, + { + "name": "false" + } + ] + }, { "name": "cachedcount", "supportedDevices": ["phone", "tablet", "tv", "wearable"],