changed api root

This commit is contained in:
maxime-cool 2024-01-24 10:38:00 +01:00
parent 2a515537fa
commit 971b29983c

View file

@ -2,11 +2,12 @@ backend:
name: gitea
repo: maximeg/palettetest # Path to your Gitea repository
app_id: e8c9892d-30f2-428f-b639-172402acbf94 # The Client ID provided by Gitea
api_root: https://git.deuxfleurs.fr/api # API URL of your Gitea instance
api_root: https://git.deuxfleurs.fr/api/v1 # API URL of your Gitea instance
base_url: https://git.deuxfleurs.fr/ # Root URL of your Gitea instance
# optional, defaults to main
# branch: main
media_folder: "static/images/uploads"
media_folder: "static"
public_folder: "/images/uploads"
collections:
- name: posts
identifier_field: name
@ -20,4 +21,16 @@ collections:
- { label: 'Featured Image', name: 'thumbnail', widget: 'image' }
- { label: 'Rating (scale of 1-5)', name: 'rating', widget: 'number' }
- { label: 'Body', name: 'body', widget: 'markdown' }
- label: 'Settings'
name: settings
files:
- label: 'Theme Settings'
name: theme settings
file: 'site/settings.toml'
fields:
- label: toml file
name: toml file
widget: 'file'
media_library:
config:
multiple: true