forked from AcclaroInc/craft-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.craftplugin
24 lines (24 loc) · 993 Bytes
/
.craftplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"pluginName": "Translations for Craft",
"pluginDescription": "Drive global growth with simplified translation workflows.",
"pluginVersion": "3.3.6",
"pluginAuthorName": "Acclaro",
"pluginVendorName": "Acclaro",
"pluginAuthorUrl": "http://www.acclaro.com/",
"pluginAuthorGithub": "https://github.com/AcclaroInc",
"codeComments": "",
"pluginComponents": ["consolecommands", "controllers", "elementtypes", "models", "records", "services"],
"consolecommandName": "Command",
"controllerName": "Files,CraftTranslations",
"cpsectionName": "",
"elementName": "OrderElementType",
"fieldName": "",
"modelName": "FileModel,GlobalSetDraftModel,OrderModel,TranslationModel,TranslatorModel",
"purchasableName": "",
"recordName": "FileRecord,GlobalSetDraftRecord,OrderRecord,TranslationRecord,TranslatorRecord",
"serviceName": "",
"taskName": "",
"utilityName": "",
"widgetName": "",
"apiVersion": "api_version_3_0"
}