diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 20:11:29 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 20:11:29 +0300 |
| commit | 04c1586a008f873a3bddd966463028dbe5ee6dcf (patch) | |
| tree | 8d6c690f3d1aa72eff665118ab4fe84881816eb3 /src | |
| parent | d48872a6c65e4ea5a319f806e0d9088129a5fcec (diff) | |
Fix collections
Diffstat (limited to 'src')
| -rw-r--r-- | src/admin/config.yml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/admin/config.yml b/src/admin/config.yml index 6ddac12..44786d6 100644 --- a/src/admin/config.yml +++ b/src/admin/config.yml @@ -4,16 +4,19 @@ backend: media_folder: src/media
public_folder: /media
collections:
- - name: configuration
- label: Configuration
- extension: json
- file: _configuration/configuration.json
- fields:
- - name: contact_info
- label: Contact info
- widget: code
- default_language: html
- output_code_only: true
+ - name: site_configuration
+ label: Site configuration
+ files:
+ - name: site_configuration
+ label: Site configuration
+ extension: json
+ file: _configuration/configuration.json
+ fields:
+ - name: contact_info
+ label: Contact info
+ widget: code
+ default_language: html
+ output_code_only: true
- name: gallery
label: Gallery
identifier_name: title
|
