24 行
574 B
JSON
24 行
574 B
JSON
{
|
|
"name": "xxb5724/ner",
|
|
"description": "Remove email field from registration form and skip email verification.",
|
|
"type": "flarum-extension",
|
|
"require": {
|
|
"flarum/core": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"XXB\\NoEmailRegister\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "XXB No Email Register",
|
|
"icon": {
|
|
"name": "fas fa-user-plus",
|
|
"backgroundColor": "#00BFFF",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|