backend: name: git-gateway branch: main # Branch to update (optional; defaults to master) media_folder: lfs_media public_folder: /media collections: - name: site_configuration label: Site configuration files: - name: contact_info label: Contact info extension: json file: _configuration/contact_info.json fields: - 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: galleries label: Galleries extension: json file: _configuration/galleries.json fields: - name: galleries label: Galleries widget: list default: [] fields: - name: summary label: Summary (not shown on site, only in admin) widget: string - name: display_title label: Displayed title (if no title, type "-") widget: string - name: column_count label: Column count widget: number value_type: int min: 1 max: 3 default: 2 - name: images label: Images widget: list default: [] fields: - name: title label: Title widget: string - name: src_thumbnail label: Thumbnail image (smaller file size) widget: image allow_multiple: false choose_url: true - name: src_hiq label: High quality image (larger file size) widget: image allow_multiple: false choose_url: true