Skip to content

Commit d56c9bd

Browse files
author
Brian Yanosik
committed
fixed plugin author url
1 parent 34ca59b commit d56c9bd

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

.craftplugin

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
{"pluginName":"craft-twig-imagebase64","pluginDescription":"base64 image encoding","pluginVersion":"1.0.0","pluginAuthorName":"kisonay","pluginVendorName":"kisonay","pluginAuthorUrl":"http://github.com","pluginAuthorGithub":"kisonay","codeComments":"yes","pluginComponents":["twigextensions"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
1+
{
2+
"pluginName": "craft-twig-imagebase64",
3+
"pluginDescription": "base64 image encoding",
4+
"pluginVersion": "1.0.0",
5+
"pluginAuthorName": "kisonay",
6+
"pluginVendorName": "kisonay",
7+
"pluginAuthorUrl": "https://github.com/kisonay",
8+
"pluginAuthorGithub": "kisonay",
9+
"codeComments": "yes",
10+
"pluginComponents": ["twigextensions"],
11+
"consolecommandName": "",
12+
"controllerName": "",
13+
"cpsectionName": "",
14+
"elementName": "",
15+
"fieldName": "",
16+
"modelName": "",
17+
"purchasableName": "",
18+
"recordName": "",
19+
"serviceName": "",
20+
"taskName": "",
21+
"utilityName": "",
22+
"widgetName": "",
23+
"apiVersion": "api_version_3_0"
24+
}

0 commit comments

Comments
 (0)