-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.cfg
More file actions
23 lines (23 loc) · 973 Bytes
/
info.cfg
File metadata and controls
23 lines (23 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Document Manager",
"type": "plugins",
"base": "documents",
"author": "LaswitchTech",
"email": "support@laswitchtech.com",
"date": "2025-10-22",
"version": "v0.0.14",
"tags": "documents, pdf",
"description": "This plugin provides a document management system for the LaswitchTech Core Framework, allowing users to upload, manage, and render various document formats.",
"repository": "https://github.com/LaswitchTech/core-plugin-documents",
"download": "https://github.com/LaswitchTech/core-plugin-documents/releases/latest/download/source.zip",
"tracker": "https://github.com/LaswitchTech/core-plugin-documents/issues",
"support": "https://github.com/sponsors/LaswitchTech",
"picture": "https://raw.githubusercontent.com/LaswitchTech/core-plugin-documents/refs/heads/stable/picture.png",
"dependencies": [
"builder",
"panel",
"doctypes",
"files"
],
"avoid": []
}