This commit is contained in:
parent
c2de5a7435
commit
b4000ee647
2 changed files with 19 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="w-9/12 flex flex-row justify-between">
|
||||
<div class="flex flex-row gap-8">
|
||||
<a class="text-white hover:text-gray-400" href="/admin">
|
||||
Admin Panel
|
||||
Admin
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex flex-row gap-2">
|
||||
|
|
|
@ -16,6 +16,7 @@ collections:
|
|||
label: About
|
||||
folder: content/about
|
||||
create: false
|
||||
delete: false
|
||||
slug: index.md
|
||||
fields:
|
||||
- label: Title
|
||||
|
@ -27,3 +28,20 @@ collections:
|
|||
- label: Body
|
||||
name: body
|
||||
widget: markdown
|
||||
- label: Gallery Columns
|
||||
name: galleryColumns
|
||||
widget: string
|
||||
default: "2"
|
||||
- label: Gallery
|
||||
name: gallery
|
||||
widget: list
|
||||
fields:
|
||||
- label: Image
|
||||
name: image
|
||||
widget: string
|
||||
- label: Title
|
||||
name: title
|
||||
widget: string
|
||||
- label: Description
|
||||
name: description
|
||||
widget: text
|
Loading…
Add table
Reference in a new issue