61 lines
1.9 KiB
YAML
61 lines
1.9 KiB
YAML
backend:
|
|
name: gitea
|
|
repo: ptpadmin/ptp
|
|
branch: mirror
|
|
api_root: https://git.ptp.saguaro-cactus.ru/api/v1
|
|
server: https://git.ptp.saguaro-cactus.ru
|
|
auth_type: pkce
|
|
app_id: 6be1691d-ea91-448e-acfa-016f57c976d6
|
|
|
|
media_folder: static/images/uploads
|
|
public_folder: /images/uploads
|
|
locale: ru
|
|
|
|
collections:
|
|
|
|
- name: post
|
|
label: 🧳 Поездки
|
|
label_singular: Поездка
|
|
folder: content/post
|
|
create: true
|
|
format: toml-frontmatter
|
|
extension: md
|
|
summary: '{{title}} — {{date}}'
|
|
fields:
|
|
- { label: Заголовок, name: title, widget: string }
|
|
- { label: Slug (URL), name: slug, widget: string, hint: 'Латиница, без пробелов. Пример: paris-2025' }
|
|
- label: Дата
|
|
name: date
|
|
widget: datetime
|
|
format: 'YYYY-MM-DDTHH:mm:ss'
|
|
date_format: 'DD.MM.YYYY'
|
|
time_format: 'HH:mm'
|
|
default: ''
|
|
- { label: Описание (анонс), name: description, widget: string }
|
|
- label: Обложка
|
|
name: image
|
|
widget: image
|
|
required: false
|
|
hint: 'Загрузи фото или оставь пустым'
|
|
- { label: Контент, name: body, widget: markdown }
|
|
|
|
- name: notes
|
|
label: 📝 Заметки
|
|
label_singular: Заметка
|
|
folder: content/notes
|
|
create: true
|
|
format: toml-frontmatter
|
|
extension: md
|
|
summary: '{{title}} — {{date}}'
|
|
fields:
|
|
- { label: Заголовок, name: title, widget: string }
|
|
- { label: Slug (URL), name: slug, widget: string, hint: 'Латиница, без пробелов.' }
|
|
- label: Дата
|
|
name: date
|
|
widget: datetime
|
|
format: 'YYYY-MM-DDTHH:mm:ss'
|
|
date_format: 'DD.MM.YYYY'
|
|
time_format: 'HH:mm'
|
|
default: ''
|
|
- { label: Контент, name: body, widget: markdown }
|