backend: name: git-gateway branch: main # Branch to update (optional; defaults to master) media_folder: src/media public_folder: /media collections: - name: gallery label: Gallery identifier_name: title folder: _gallery create: true fields: - name: title label: Title 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: source label: Source widget: image allow_multiple: false choose_url: true media_library: config: multiple: true