Files
XenforoMasterTemplate/style_properties/nodeListDescriptionDisplay.json

14 lines
573 B
JSON
Raw Normal View History

2026-07-01 13:37:28 +02:00
{
"group_name": "nodeList",
"title": "Description display style",
"description": "To save vertical space, it is possible to hide node descriptions until the node title is hovered, at which point they are displayed in a tooltip",
"property_type": "value",
"css_components": [],
"value_type": "radio",
"value_parameters": "tooltip={{ phrase('tooltip') }}\ninline={{ phrase('inline') }}\nnone={{ phrase('none') }}",
"has_variations": false,
"depends_on": "",
"value_group": "",
"property_value": "inline",
"display_order": 400
}