Set up a fresh Statamic site
This commit is contained in:
29
resources/blueprints/user.yaml
Normal file
29
resources/blueprints/user.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
title: User
|
||||
fields:
|
||||
-
|
||||
handle: name
|
||||
field:
|
||||
type: text
|
||||
display: Name
|
||||
-
|
||||
handle: email
|
||||
field:
|
||||
type: text
|
||||
input: email
|
||||
display: Email Address
|
||||
-
|
||||
handle: roles
|
||||
field:
|
||||
type: user_roles
|
||||
width: 50
|
||||
-
|
||||
handle: groups
|
||||
field:
|
||||
type: user_groups
|
||||
width: 50
|
||||
-
|
||||
handle: avatar
|
||||
field:
|
||||
type: assets
|
||||
max_files: 1
|
||||
container: assets
|
||||
Reference in New Issue
Block a user