From 753259833811f5195c109949aac10f0f21034e86 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 14 Jul 2022 20:15:49 +0300 Subject: Improve contact info config --- src/admin/config.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/admin') diff --git a/src/admin/config.yml b/src/admin/config.yml index 44786d6..0b7fbb4 100644 --- a/src/admin/config.yml +++ b/src/admin/config.yml @@ -7,15 +7,19 @@ collections: - name: site_configuration label: Site configuration files: - - name: site_configuration - label: Site configuration + - name: contact_info + label: Contact info extension: json - file: _configuration/configuration.json + file: _configuration/contact_info.json fields: - - name: contact_info - label: Contact info + - name: title + label: Title + widget: string + - name: body + label: Body text widget: code default_language: html + allow_language_selection: false output_code_only: true - name: gallery label: Gallery -- cgit v1.3