Skip to content

Commit 856d790

Browse files
committed
Generating static files
1 parent 6734331 commit 856d790

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

static/arguments.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3201,6 +3201,18 @@
32013201
"type": "Hash",
32023202
"default": "N/A",
32033203
"description": "[System arguments](/system-arguments)"
3204+
},
3205+
{
3206+
"name": "on_label",
3207+
"type": "String",
3208+
"default": "`nil`",
3209+
"description": "Custom label to show when the switch is ON. Defaults to On. Only customize this label if it makes the toggle’s state more meaningful in its specific context. For example, for a \"Show images\" setting, you might use \"Hide\" when the switch is ON."
3210+
},
3211+
{
3212+
"name": "off_label",
3213+
"type": "String",
3214+
"default": "`nil`",
3215+
"description": "Custom label to show when the switch is OFF. Defaults to (\"Off\"). Only customize this label if it makes the toggle’s state more meaningful in its specific context. For example, for a \"Show images\" setting, you might use \"Show\" when the switch is OFF."
32043216
}
32053217
]
32063218
},

static/info_arch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9436,6 +9436,18 @@
94369436
"type": "Hash",
94379437
"default": "N/A",
94389438
"description": "{{link_to_system_arguments_docs}}"
9439+
},
9440+
{
9441+
"name": "on_label",
9442+
"type": "String",
9443+
"default": "`nil`",
9444+
"description": "Custom label to show when the switch is ON. Defaults to On. Only customize this label if it makes the toggle’s state more meaningful in its specific context. For example, for a \"Show images\" setting, you might use \"Hide\" when the switch is ON."
9445+
},
9446+
{
9447+
"name": "off_label",
9448+
"type": "String",
9449+
"default": "`nil`",
9450+
"description": "Custom label to show when the switch is OFF. Defaults to (\"Off\"). Only customize this label if it makes the toggle’s state more meaningful in its specific context. For example, for a \"Show images\" setting, you might use \"Show\" when the switch is OFF."
94399451
}
94409452
],
94419453
"slots": [],

0 commit comments

Comments
 (0)