Fix label formatting in config.yml and initialize Decap CMS in index.html for improved content management setup.

This commit is contained in:
2025-07-29 13:53:03 -08:00
parent 5809a88fb3
commit df2325adb6
2 changed files with 5 additions and 2 deletions

View File

@@ -25,8 +25,8 @@ collections:
fields:
- {label: "Title", name: "title", widget: "string"}
- {label: "Publish Date", name: "date", widget: "datetime", format: "YYYY-MM-DD", date_format: "YYYY-MM-DD", time_format: false}
- {label: Featured Image", name: "thumbnail", widget: "image"}
- {Body", name: "body", widget: "markdown"}
- {label: "Featured Image", name: "thumbnail", widget: "image"}
- {label: "Body", name: "body", widget: "markdown"}
- name: "pages"
label: "Pages"