generated

This commit is contained in:
forgejo-actions 2024-06-19 21:59:21 +00:00
parent 48b1d57d3a
commit b72be91a7b
86 changed files with 4 additions and 2 deletions

View file

@ -17,11 +17,13 @@ collections:
preview: false
fields:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Image', name: 'image', widget: 'object', fields:
- label: 'Image'
name: 'image'
widget: 'object'
fields:
- { label: 'Image', name: 'url', widget: 'image' }
- { label: 'Alt', name: 'alt', widget: 'string' }
- { label: 'Caption', name: 'caption', widget: 'string' }
}
- { label: 'Overview', name: 'overview', widget: 'string' }
- { label: 'Tags', name: 'tags', widget: 'list' }
- { label: 'Date', name: 'date', widget: 'datetime' }