2
0
mirror of https://github.com/frappe/books.git synced 2025-01-09 01:44:15 +00:00
books/plugins/PluginTemplate/schemas/PluginTemplate.json
18alantom 33bdd6015d incr: add TemplatePlugin
- update tsconfig.json
2023-07-19 11:47:16 +05:30

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"]
}