Initial commit

This commit is contained in:
KirbyCMS Deploy
2026-04-15 11:50:31 +00:00
commit 0a8c107828
1114 changed files with 203788 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
extends: pages/home
title: page.error.title
image:
icon: cancel

View File

@@ -0,0 +1,16 @@
extends: pages/images
title: page.files.titles
image:
icon: file-word
sections:
files:
label: section.files.label
type: files
template: file
layout: table
limit: 60
uploads:
template: file
search: true
sortBy: filename desc

View File

@@ -0,0 +1,25 @@
extends: pages/layout
title: page.home.title
image:
icon: home
options:
# access
# changeSlug
# changeStatus
# changeTemplate
# changeTitle
# create
delete: false
duplicate: false
# list
move: false
# preview
# sort
# update
tabs:
content:
columns:
sidebar: false

View File

@@ -0,0 +1,40 @@
title: page.images.title
image:
icon: file-image
back: "transparent"
color: "var(--color-gray-600)"
query: false
options:
# access
changeSlug: false
changeStatus: false
# changeTemplate
changeTitle: false
# create
delete: false
duplicate: false
# list
move: false
preview: false
# sort
update: false
status:
draft: false
unlisted: true
listed: false
sections:
files:
label: section.images.label
type: files
layout: cardlets
template: image
uploads:
template: image
search: true
sortBy: filename desc
info: '{{ file.alt.isNotEmpty ? file.filename : "" }}'
text: "{{ file.alt.or(file.filename) }}"
limit: 100

View File

@@ -0,0 +1,39 @@
title: page.layout.title
image:
icon: grid
back: "var(--theme-accent)"
color: "var(--theme-primary)"
options:
# access
# changeSlug
# changeStatus
# changeTemplate
# changeTitle
# create
# delete
# duplicate
# list
# move
# preview
# sort
# update
tabs:
content:
label: tab.content.label
icon: text
columns:
main:
width: 3/4
type: fields
fields:
blocks: fields/blocks
sidebar:
width: 1/4
sections:
children:
label: section.children.label
type: pages
template: layout
seo: seo/page