1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00
This commit is contained in:
Toby Zerner
2015-08-13 12:49:40 +09:30
parent cb08b9b76a
commit 0cc80224a5

View File

@@ -2,7 +2,7 @@
"name": "markdown", "name": "markdown",
"title": "Markdown", "title": "Markdown",
"description": "Allow posts to be formatted with Markdown.", "description": "Allow posts to be formatted with Markdown.",
"keywords": [], "keywords": ["discussions"],
"version": "0.1.0", "version": "0.1.0",
"author": { "author": {
"name": "Toby Zerner", "name": "Toby Zerner",
@@ -12,5 +12,10 @@
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"flarum": ">0.1.0" "flarum": ">0.1.0"
},
"icon": {
"name": "font",
"backgroundColor": "#AB90D8",
"color": "#fff"
} }
} }