1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00
This commit is contained in:
Toby Zerner
2015-08-13 12:49:30 +09:30
parent bdcaecd856
commit 80fb7e86c9

View File

@@ -2,7 +2,7 @@
"name": "lock",
"title": "Lock",
"description": "End a discussion and don't let anyone add further replies.",
"keywords": ["discussions"],
"keywords": ["moderation"],
"version": "0.1.0",
"author": {
"name": "Toby Zerner",
@@ -17,5 +17,10 @@
"support": {
"source": "https://github.com/flarum/lock",
"issues": "https://github.com/flarum/lock/issues"
},
"icon": {
"name": "lock",
"backgroundColor": "#ddd",
"color": "#666"
}
}