11 lines
131 B
TypeScript
11 lines
131 B
TypeScript
|
export default () => ({
|
||
|
|
||
|
"users-permissions": {
|
||
|
"config": {
|
||
|
"register": {
|
||
|
"allowedFields": ["images"],
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
});
|