We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42450a commit e80c2abCopy full SHA for e80c2ab
example-app/src/companies/company.admin.js
@@ -4,7 +4,7 @@ const passwordFeature = require('../features/password/password.feature')
4
5
/** @type {AdminBro.ResourceOptions} */
6
const options = {
7
- listProperties: ['companyName', 'email', 'address'],
+ listProperties: ['companyName', 'email', 'address', 'companySize', 'isAdmin', 'isBig'],
8
properties: {
9
profilePhotoLocation: {
10
isVisible: false,
0 commit comments