Skip to content

Commit

Permalink
is this an issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
ulughann committed May 23, 2024
1 parent cd322fb commit 612075c
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ collections:
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

- name: "bilim" # Used in routes, e.g., /admin/collections/bilim
label: "Bilim"
description: "Bilim - kelime ekle" # Used in the UI
Expand All @@ -30,7 +29,6 @@ collections:
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

- name: "doldurucular" # Used in routes, e.g., /admin/collections/doldurucular
label: "Doldurucular"
description: "Doldurucular - kelime ekle" # Used in the UI
Expand All @@ -41,7 +39,6 @@ collections:
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

- name: "felsefe" # Used in routes, e.g., /admin/collections/felsefe
label: "Felsefe"
description: "Felsefe - kelime ekle" # Used in the UI
Expand All @@ -52,7 +49,6 @@ collections:
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

- name: "gunluk-hayat" # Used in routes, e.g., /admin/collections/gunluk-hayat
label: "Günlük Hayat"
description: "Günlük Hayat - kelime ekle" # Used in the UI
Expand All @@ -63,7 +59,6 @@ collections:
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

- name: "hayvanlar" # Used in routes, e.g., /admin/collections/hayvanlar
label: "Hayvanlar"
description: "Hayvanlar - kelime ekle" # Used in the UI
Expand All @@ -74,7 +69,6 @@ collections:
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

- name: "tarih" # Used in routes, e.g., /admin/collections/tarih
label: "Tarih"
description: "Tarih - kelime ekle" # Used in the UI
Expand All @@ -85,7 +79,6 @@ collections:
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

- name: "teoloji" # Used in routes, e.g., /admin/collections/teoloji
label: "Teoloji"
description: "Teoloji - kelime ekle" # Used in the UI
Expand All @@ -96,21 +89,20 @@ collections:
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

- name: "tip" # Used in routes, e.g., /admin/collections/tip
label: "Tip"
description: "Tip - kelime ekle" # Used in the UI
folder: "src/content/docs/tip" # The path to the folder where the documents are stored
create: true # Allow users to create new documents in this collection
fields: # The fields for each document, usually in frontmatter
folder: "src/content/docs/tip"
create: true
fields:
- { label: "Kelime (Armut, Elma)", name: "title", widget: "string" }
- { label: "Açıklama (Orijinal K. -> Çeviri)", name: "description", widget: "string" }
- { label: "Paylaşım tarihi", name: "date", widget: "datetime" }
- { label: "Arama, Açıklama, Örnek", name: "body", widget: "markdown" }

backend:
name: github
repo: onrirr/tonga # Path to your GitHub repository
repo: onrirr/tonga

media_folder: "static/images/uploads"
public_folder: "/images/uploads"

0 comments on commit 612075c

Please sign in to comment.