mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 06:01:56 +08:00
42 lines
925 B
JSON
42 lines
925 B
JSON
{
|
|
"name": "flarum/markdown",
|
|
"description": "Allow posts to be formatted with Markdown.",
|
|
"type": "flarum-extension",
|
|
"keywords": [
|
|
"formatting"
|
|
],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/markdown",
|
|
"forum": "https://discuss.flarum.org"
|
|
},
|
|
"homepage": "https://flarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://flarum.org/donate/"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^1.1"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Markdown",
|
|
"category": "feature",
|
|
"icon": {
|
|
"image": "icon.svg",
|
|
"backgroundColor": "#000",
|
|
"backgroundSize": "100%",
|
|
"backgroundRepeat": "no-repeat",
|
|
"backgroundPosition": "center",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|