mirror of
https://gh.wpcy.net/https://github.com/jtorvald/freescout-knowledge-api.git
synced 2026-04-19 06:12:21 +08:00
26 lines
724 B
JSON
26 lines
724 B
JSON
{
|
|
"name": "Knowledge Base API",
|
|
"alias": "knowledgebase-api-module",
|
|
"description": "This module adds the a public API for categories and articles from the Knowledge base module",
|
|
"version": "1.0.0",
|
|
"detailsUrl": "https://github.com/jtorvald/freescout-knowledge-api",
|
|
"author": "jtorvald",
|
|
"authorUrl": "https://github.com/jtorvald/",
|
|
"requiredAppVersion": "1.8.7",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"knowledge",
|
|
"api"
|
|
],
|
|
"img": "/modules/knowledgebase-api-module/images/module.svg",
|
|
"active": 0,
|
|
"order": 0,
|
|
"providers": [
|
|
"Modules\\KnowledgeBaseApiModule\\Providers\\KnowledgeBaseApiModuleServiceProvider"
|
|
],
|
|
"aliases": {},
|
|
"files": [
|
|
"start.php"
|
|
],
|
|
"requires": []
|
|
}
|