1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 19:40:02 +02:00

Rename to Flags, tweak flag controls

- Display post "destructiveControls" in flag instead of custom buttons
- Make flags more versatile/extensible
- Delete associated flags when a post is deleted

Uninstall the Reports extension before installing.
This commit is contained in:
Toby Zerner
2015-09-22 18:14:33 +09:30
parent 8da417c5b5
commit a1e01938ef
36 changed files with 390 additions and 401 deletions

View File

@@ -1,7 +1,7 @@
{
"autoload": {
"psr-4": {
"Flarum\\Reports\\": "src/"
"Flarum\\Flags\\": "src/"
}
},
"scripts": {