mirror of
https://github.com/frappe/books.git
synced 2025-01-09 01:44:15 +00:00
33bdd6015d
- update tsconfig.json
22 lines
396 B
JSON
22 lines
396 B
JSON
{
|
|
"name": "PluginTemplate",
|
|
"label": "Plugin Template",
|
|
"isSingle": false,
|
|
"isChild": false,
|
|
"naming": "manual",
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"label": "Test Name",
|
|
"fieldtype": "Data",
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "value",
|
|
"label": "Test Value",
|
|
"fieldtype": "Data"
|
|
}
|
|
],
|
|
"quickEditFields": ["name", "value"]
|
|
}
|