-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
53 lines (53 loc) ยท 1.46 KB
/
Copy pathcomposer.json
File metadata and controls
53 lines (53 loc) ยท 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "xpressengine-plugin/banner",
"description": "๋ฐฐ๋ ๊ธฐ๋ฅ ์ ๊ณต ํ๋ฌ๊ทธ์ธ ์
๋๋ค.",
"keywords": [
"xpressengine",
"plugin",
"banner",
"widget"
],
"license": "LGPL-3.0-or-later",
"version": "1.0.7",
"type": "xpressengine-plugin",
"support": {
"email": "developers@xpressengine.com"
},
"authors": [
{
"name": "XE Developers",
"email": "developers@xpressengine.com",
"homepage": "https://store.xehub.io/plugins/banner",
"role": "Developer"
}
],
"extra": {
"xpressengine": {
"title": "Banner",
"icon": "icon.png",
"component": {
"widget/banner@widget": {
"class": "\\Xpressengine\\Plugins\\Banner\\Widgets\\Widget",
"name": "๋ฐฐ๋ ์์ ฏ",
"description": "ํธํ๊ณ ์์ ๋กญ๊ฒ ๋ฐฐ๋๋ฅผ ํธ์งํ ์ ์๊ณ , ํธ์งํ ๋ฐฐ๋๋ฅผ ์์ ฏ์ผ๋ก ์ด๋๋ ์ถ๋ ฅํ ์ ์์ต๋๋ค. ๋ ์ํ๋ ์๊ฐ์ ์ง์ ํ์ฌ ์ถ๋ ฅํ ์ ์์ต๋๋ค."
},
"widget/banner@widget/skin/banner@widgetskin": {
"class": "Xpressengine\\Plugins\\Banner\\Skins\\WidgetSkin",
"name": "Banner ๊ธฐ๋ณธ ์์ ฏ ์คํจ",
"description": "The Skin supported by Banner plugin."
}
}
}
},
"require": {
"xpressengine/xpressengine": "^3.0.9"
},
"autoload": {
"psr-4": {
"Xpressengine\\Plugins\\Banner\\": "src/"
},
"classmap": [
"skins/widget/WidgetSkin.php"
]
}
}