-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 893 Bytes
/
composer.json
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
{
"name": "franga2000/flarum-markdown-wysiwyg",
"description": "A true WYSIWYG editor that outputs Markdown",
"type": "flarum-extension",
"keywords": ["formatting"],
"support": {
"issues": "https://github.com/franga2000/flarum-markdown-wysiwyg/issues",
"source": "https://github.com/franga2000/flarum-markdown-wysiwyg"
},
"require": {
"flarum/core": "^0.1.0-beta.14"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
"flarum-extension": {
"title": "Markdown CKEditor",
"icon": {
"image": "icon.svg",
"backgroundColor": "#000",
"backgroundSize": "100%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center",
"color": "#fff"
}
}
}
}