Set up a fresh Statamic site
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
title: Asset
|
||||
fields:
|
||||
-
|
||||
handle: alt
|
||||
field:
|
||||
display: 'Alt Text'
|
||||
type: text
|
||||
instructions: 'Description of the image'
|
||||
@@ -0,0 +1,22 @@
|
||||
title: Default
|
||||
fields:
|
||||
-
|
||||
handle: content
|
||||
field:
|
||||
type: markdown
|
||||
display: Content
|
||||
localizable: true
|
||||
-
|
||||
handle: author
|
||||
field:
|
||||
type: users
|
||||
display: Author
|
||||
default: current
|
||||
localizable: true
|
||||
max_items: 1
|
||||
-
|
||||
handle: template
|
||||
field:
|
||||
type: template
|
||||
display: Template
|
||||
localizable: true
|
||||
@@ -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