add: tailwind css
This commit is contained in:
@@ -6,6 +6,14 @@ export const Users: CollectionConfig = {
|
||||
useAsTitle: 'email',
|
||||
},
|
||||
fields: [
|
||||
{
|
||||
name: 'type',
|
||||
type: 'select',
|
||||
options: [
|
||||
{ label: 'Admin', value: 'admin' },
|
||||
{ label: 'Schüler', value: 'student' },
|
||||
],
|
||||
}
|
||||
// Email added by default
|
||||
// Add more fields as needed
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user