25 lines
687 B
JSON
25 lines
687 B
JSON
{
|
||
"name": "metazone/disable-email-notifications",
|
||
"description": "彻底禁用 Flarum 邮件通知——从驱动层移除 EmailNotificationDriver,保留站点通知不受影响。",
|
||
"type": "flarum-extension",
|
||
"license": "MIT",
|
||
"require": {
|
||
"flarum/core": "^1.0"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"MetaZone\\DisableEmailNotifications\\": "src/"
|
||
}
|
||
},
|
||
"extra": {
|
||
"flarum-extension": {
|
||
"title": "Disable Email Notifications",
|
||
"icon": {
|
||
"name": "fas fa-envelope",
|
||
"backgroundColor": "#e74c3c",
|
||
"color": "#fff"
|
||
}
|
||
}
|
||
}
|
||
}
|