mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
make creator fields visible
This commit is contained in:
parent
2514bdc7e9
commit
5428f2a455
@ -86,7 +86,7 @@ const createContentType = (uid, definition) => {
|
||||
target: 'admin::user',
|
||||
configurable: false,
|
||||
writable: false,
|
||||
visible: false,
|
||||
visible: true,
|
||||
useJoinTable: false,
|
||||
private: isPrivate,
|
||||
};
|
||||
@ -97,7 +97,7 @@ const createContentType = (uid, definition) => {
|
||||
target: 'admin::user',
|
||||
configurable: false,
|
||||
writable: false,
|
||||
visible: false,
|
||||
visible: true,
|
||||
useJoinTable: false,
|
||||
private: isPrivate,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user