2015-05-07 22:26:02 +09:30
|
|
|
{
|
2018-10-17 13:44:48 +10:30
|
|
|
"name": "flarum/sticky",
|
2015-10-11 11:43:13 +10:30
|
|
|
"description": "Pin discussions to the top of the list.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 15:01:20 +10:30
|
|
|
"keywords": ["discussion"],
|
2015-10-11 11:43:13 +10:30
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2018-10-17 13:44:48 +10:30
|
|
|
"source": "https://github.com/flarum/sticky"
|
2015-10-11 11:43:13 +10:30
|
|
|
},
|
|
|
|
"require": {
|
2020-10-15 15:57:40 +02:00
|
|
|
"flarum/core": "^0.1.0-beta.14"
|
2015-10-11 11:43:13 +10:30
|
|
|
},
|
2015-05-07 22:26:02 +09:30
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Sticky\\": "src/"
|
|
|
|
}
|
2015-09-04 11:36:07 +09:30
|
|
|
},
|
2015-10-11 11:43:13 +10:30
|
|
|
"extra": {
|
2016-01-19 17:18:10 +10:30
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 11:43:13 +10:30
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Sticky",
|
2020-11-25 01:32:18 -05:00
|
|
|
"category": "moderation",
|
|
|
|
"info": {
|
|
|
|
"donate": "https://flarum.org/donate/",
|
|
|
|
"website": "https://flarum.org",
|
|
|
|
"support": "https://discuss.flarum.org"
|
|
|
|
},
|
2015-10-11 11:43:13 +10:30
|
|
|
"icon": {
|
2018-05-10 15:03:19 +07:00
|
|
|
"name": "fas fa-thumbtack",
|
2015-10-11 11:43:13 +10:30
|
|
|
"backgroundColor": "#D13E32",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
|
|
|
}
|
2015-06-08 15:04:51 +09:30
|
|
|
}
|
2015-05-07 22:26:02 +09:30
|
|
|
}
|