You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ygdc/site/blueprints/users/default.yml

44 lines
712 B

title: Member
create:
title:
label: Member ID
fields:
- forename
- surname
- nickname
- number
redirect: false
status: listed
# columns:
# main:
# width: 2/3
sections:
fields:
type: fields
fields:
forename:
label: First name
type: text
width: 1/6
surname:
label: Last Name
type: text
width: 1/6
nickname:
label: Nickname
type: text
width: 2/6
number:
label: Number
type: number
width: 1/6
pic:
label: Picture
type: files
width: 1/6
multiple: false
query: user.images
files:
type: files