Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"id": 1,
"name": "Logicboxes Configurable Options",
"description": "Configurable options for Logicboxes domain registration and management",
"hidden": 0,
"hide_options": 0,
"options": [
{
"id": 1,
"label": "ID Protection",
"name": "id_protection",
"description": "Enable WHOIS privacy protection for the domain",
"type": "checkbox",
"addable": 1,
"editable": 1,
"hidden": 0,
"disable_pricing": 1,
"hide_on_invoice": 1,
"values": [
{
"id": 1,
"name": "Enabled",
"value": "1",
"default": 0,
"status": "active",
"order": 0,
"min": null,
"max": null,
"step": null,
"image": null,
"pricing": [
{
"id": 1,
"term": 1,
"period": "month",
"price": "0.0000",
"price_renews": "0.0000",
"price_transfer": null,
"setup_fee": "0.0000",
"cancel_fee": "0.0000",
"currency": "USD",
"precision": 2
}
]
}
]
},
{
"id": 2,
"label": "DNS Management",
"name": "dns_management",
"description": "Activate DNS management service for the domain, enabling DNSSEC and DNS Records management",
"type": "checkbox",
"addable": 1,
"editable": 1,
"hidden": 0,
"disable_pricing": 1,
"hide_on_invoice": 1,
"values": [
{
"id": 2,
"name": "Enabled",
"value": "1",
"default": 0,
"status": "active",
"order": 0,
"min": null,
"max": null,
"step": null,
"image": null,
"pricing": [
{
"id": 2,
"term": 1,
"period": "month",
"price": "0.0000",
"price_renews": "0.0000",
"price_transfer": null,
"setup_fee": "0.0000",
"cancel_fee": "0.0000",
"currency": "USD",
"precision": 2
}
]
}
]
}
],
"condition_sets": []
}