added missing help texts and markers to see where they will be shown

This commit is contained in:
jash
2018-11-04 16:08:51 +01:00
committed by kexkey
parent a458c72aa6
commit 8ca8ec90d6

View File

@@ -1,36 +1,38 @@
{
"features": "",
"net": "",
"username": "",
"xpub": "",
"derivation_path": "",
"gatekeeper_clientkeyspassword": "",
"gatekeeper_recreatekeys": "",
"gatekeeper_edit_ipwhitelist": "",
"gatekeeper_ipwhitelist": "",
"gatekeeper_edit_apiproperties": "",
"gatekeeper_apiproperties": "",
"bitcoin_mode": "",
"bitcoin_node_ip": "",
"bitcoin_rpcuser": "",
"bitcoin_rpcpassword": "",
"bitcoin_prune": "",
"bitcoin_uacomment": "",
"lightning_implementation": "",
"lightning_external_ip": "",
"lightning_nodename": "",
"lightning_nodecolor": "",
"electrum_implementation": "",
"proxy_datapath": "",
"bitcoin_datapath": "",
"lightning_datapath": "",
"bitcoin_expose": "",
"docker_mode": "",
"__default__": "Lorem ipsum dolor sit amet,<br> consetetur <font color='#ff0000'>sadipscing elitr</font>, sed diam<br>nonumy eirmod tempor invidunt ut labore et <font italic='true'>dolore</font> magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam"
"features": "** features **",
"net": "** net **",
"run_as_different_user": "** run_as_different_user **",
"username": "** username **",
"xpub": "** xpub **",
"derivation_path": "** derivation_path **",
"proxy_datapath": "** proxy_datapath **",
"gatekeeper_clientkeyspassword": "** gatekeeper_clientkeyspassword **",
"gatekeeper_clientkeyspassword_c": "** gatekeeper_clientkeyspassword_c **",
"gatekeeper_recreatekeys": "** gatekeeper_recreatekeys **",
"gatekeeper_recreatecert": "** gatekeeper_recreatecert **",
"gatekeeper_datapath": "** gatekeeper_datapath **",
"gatekeeper_edit_apiproperties": "** gatekeeper_edit_apiproperties **",
"gatekeeper_apiproperties": "** gatekeeper_apiproperties **",
"gatekeeper_sslcert": "** gatekeeper_sslcert **",
"gatekeeper_sslkey": "** gatekeeper_sslkey **",
"bitcoin_mode": "** bitcoin_mode **",
"bitcoin_node_ip": "** bitcoin_node_ip **",
"bitcoin_rpcuser": "** bitcoin_rpcuser **",
"bitcoin_rpcpassword": "** bitcoin_rpcpassword **",
"bitcoin_prune": "** bitcoin_prune **",
"bitcoin_prunesize": "** bitcoin_prunesize **",
"bitcoin_uacomment": "** bitcoin_uacomment **",
"bitcoin_datapath": "** bitcoin_datapath **",
"bitcoin_expose": "** bitcoin_expose **",
"lightning_implementation": "** lightning_implementation **",
"lightning_external_ip": "** lightning_external_ip **",
"lightning_nodename": "** lightning_nodename **",
"lightning_nodecolor": "** lightning_nodecolor **",
"lightning_datapath": "** lightning_datapath **",
"lightning_expose": "** lightning_expose **",
"installer_mode": "** installer_mode **",
"installer_cleanup": "** installer_cleanup **",
"docker_mode": "** docker_mode **",
"__default__": "Key missing!<br>There is no <font italic='true'>help</font> <font color='#ff0000'>text</font> for this entry. :-("
}