Set up a fresh Statamic site

This commit is contained in:
2025-11-23 13:41:35 +01:00
commit 618cc0f799
104 changed files with 15130 additions and 0 deletions

View File

@ -0,0 +1,8 @@
title: Asset
fields:
-
handle: alt
field:
display: 'Alt Text'
type: text
instructions: 'Description of the image'

View File

@ -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

View 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