From abf428ed40204ade02b310fb9ceee51bc7a8d2dd Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 16 Aug 2024 14:12:40 -0400 Subject: [PATCH] remove contact page --- themes/gallo/static/admin/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 00d2b41..e8aa7f3 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -112,19 +112,6 @@ collections: fields: - { label: Question, name: question, widget: string } - { label: Answer, name: answer, widget: markdown } - - name: contact - label: Contact Page - file: content/contact/index.md - fields: - - label: Title - name: title - widget: string - - label: Date Last Edited - name: date - widget: datetime - - label: Contact Form HTML - name: frame - widget: code - name: thankyou label: Contact "Thank You" Page file: content/thankyou/index.md