Skip to content

Commit

Permalink
add liens in config
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed Sep 13, 2024
1 parent d1c0cdc commit 4073ed6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/assets/public/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
backend:
name: github
repo: aloxe/reunionweb # Path to your GitHub repository
branch: test
branch: ecrire
base_url: https://my.reunionweb.org # Path to ext auth provider
media_folder: "media/uploads"

Expand Down Expand Up @@ -32,3 +32,19 @@ collections:
- {label: "Publish Date", name: "date", widget: "datetime", time_format: false, date_format: "YYYY-MM", format: "YYYY-MM"}
- {label: "categorie", name: "categorie", widget: "array"}
- {label: "Body", name: "body", widget: "markdown"}
- label: "Settings"
name: "settings"
editor:
preview: false
files:
- label: "Liens"
name: "liens"
file: "src/data/liens.yaml"
fields:
- { label: Id, name: id, widget: number }
- { label: title, name: title, widget: string }
- { label: url, name: url, widget: string }
- { label: parent, name: parent, widget: string }
- { label: importance, name: importance, widget: number }
- { label: description, name: description, widget: string }
- { label: article, name: article, widget: array }

0 comments on commit 4073ed6

Please sign in to comment.