Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/6229bd3a6a46f880f5a0c7ed8cff45548eb6178c?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Megacorp_acc example: checked checkbox.

pull/7/head
Ferry Boender 10 years ago
parent f8e96de85a
commit 6229bd3a6a
  1. 3
      examples/megacorp_acc/megacorp_acc.json

@ -63,7 +63,8 @@
{ {
"name": "check_products", "name": "check_products",
"title": "Product news", "title": "Product news",
"type": "checkbox" "type": "checkbox",
"checked": true
} }
] ]
}, },

Loading…
Cancel
Save