changed api root
This commit is contained in:
parent
2a515537fa
commit
971b29983c
1 changed files with 16 additions and 3 deletions
|
@ -2,11 +2,12 @@ backend:
|
||||||
name: gitea
|
name: gitea
|
||||||
repo: maximeg/palettetest # Path to your Gitea repository
|
repo: maximeg/palettetest # Path to your Gitea repository
|
||||||
app_id: e8c9892d-30f2-428f-b639-172402acbf94 # The Client ID provided by Gitea
|
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
|
base_url: https://git.deuxfleurs.fr/ # Root URL of your Gitea instance
|
||||||
# optional, defaults to main
|
# optional, defaults to main
|
||||||
# branch: main
|
# branch: main
|
||||||
media_folder: "static/images/uploads"
|
media_folder: "static"
|
||||||
|
public_folder: "/images/uploads"
|
||||||
collections:
|
collections:
|
||||||
- name: posts
|
- name: posts
|
||||||
identifier_field: name
|
identifier_field: name
|
||||||
|
@ -20,4 +21,16 @@ collections:
|
||||||
- { label: 'Featured Image', name: 'thumbnail', widget: 'image' }
|
- { label: 'Featured Image', name: 'thumbnail', widget: 'image' }
|
||||||
- { label: 'Rating (scale of 1-5)', name: 'rating', widget: 'number' }
|
- { label: 'Rating (scale of 1-5)', name: 'rating', widget: 'number' }
|
||||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
- { 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
|
||||||
|
|
Loading…
Reference in a new issue