mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "TestForm",
|
|
"id": "Form_TestForm",
|
|
"action": null,
|
|
"method": "POST",
|
|
"attributes": {
|
|
"id": "Form_TestForm",
|
|
"action": null,
|
|
"method": "POST",
|
|
"enctype": "application\/x-www-form-urlencoded",
|
|
"target": null,
|
|
"class": ""
|
|
},
|
|
"data": [],
|
|
"fields": [
|
|
{
|
|
"id": "Form_TestForm_SecurityID",
|
|
"name": "SecurityID",
|
|
"type": "hidden",
|
|
"schemaType": "Hidden",
|
|
"component": null,
|
|
"holderId": "Form_TestForm_SecurityID_Holder",
|
|
"title": "Security ID",
|
|
"source": null,
|
|
"extraClass": "hidden",
|
|
"description": null,
|
|
"rightTitle": null,
|
|
"leftTitle": null,
|
|
"readOnly": false,
|
|
"disabled": false,
|
|
"autoFocus": false,
|
|
"customValidationMessage": "",
|
|
"attributes": [],
|
|
"data": [],
|
|
"validation": []
|
|
}
|
|
],
|
|
"actions": []
|
|
}
|