68 lines
2.0 KiB
JSON
68 lines
2.0 KiB
JSON
[
|
|
{
|
|
"id": "folder.default",
|
|
"title": "template.folder",
|
|
"type": "folder",
|
|
"enabled": true,
|
|
"system": true,
|
|
"icon": "folder",
|
|
"default_modules": ["overview", "children", "activity"],
|
|
"default_folders": [],
|
|
"default_files": [],
|
|
"allowed_parent_types": ["folder", "project", "client", "root"],
|
|
"allowed_child_templates": ["*"]
|
|
},
|
|
{
|
|
"id": "project.default",
|
|
"title": "template.project",
|
|
"type": "project",
|
|
"enabled": true,
|
|
"system": true,
|
|
"icon": "project",
|
|
"default_modules": ["overview", "notes", "files", "activity", "actions", "worklog"],
|
|
"default_files": [{"path": "Overview.md", "content_template": "project_overview"}],
|
|
"default_folders": ["Documents", "Notes", "Files"],
|
|
"allowed_parent_types": ["folder", "root"],
|
|
"allowed_child_templates": ["*"]
|
|
},
|
|
{
|
|
"id": "client.default",
|
|
"title": "template.client",
|
|
"type": "client",
|
|
"enabled": true,
|
|
"system": true,
|
|
"icon": "client",
|
|
"default_modules": ["overview", "notes", "files", "activity", "actions"],
|
|
"default_files": [{"path": "Overview.md", "content_template": "client_overview"}],
|
|
"default_folders": ["Notes", "Files"],
|
|
"allowed_parent_types": ["folder", "root"],
|
|
"allowed_child_templates": ["*"]
|
|
},
|
|
{
|
|
"id": "document.default",
|
|
"title": "template.document",
|
|
"type": "document",
|
|
"enabled": true,
|
|
"system": true,
|
|
"icon": "document",
|
|
"default_modules": ["overview", "files", "activity"],
|
|
"default_files": [],
|
|
"default_folders": [],
|
|
"allowed_parent_types": ["folder", "project", "client", "root"],
|
|
"allowed_child_templates": ["*"]
|
|
},
|
|
{
|
|
"id": "recipe.default",
|
|
"title": "template.recipe",
|
|
"type": "recipe",
|
|
"enabled": true,
|
|
"system": true,
|
|
"icon": "recipe",
|
|
"default_modules": ["overview", "notes", "files", "activity"],
|
|
"default_files": [{"path": "Overview.md", "content_template": "recipe_overview"}],
|
|
"default_folders": [],
|
|
"allowed_parent_types": ["folder", "root"],
|
|
"allowed_child_templates": ["*"]
|
|
}
|
|
]
|