|
| 1 | +paths: |
| 2 | + static: public |
| 3 | + uploads: public/images |
| 4 | + |
| 5 | +collection_groups: |
| 6 | + - heading: Content |
| 7 | + collections: |
| 8 | + - pages |
| 9 | + - records |
| 10 | + - heading: Settings |
| 11 | + collections: |
| 12 | + - layouts |
| 13 | + |
| 14 | +collections_config: |
| 15 | + pages: |
| 16 | + path: src/content/pages |
| 17 | + url: /[full_slug]/ |
| 18 | + disable_add_folder: true |
| 19 | + _enabled_editors: |
| 20 | + - visual |
| 21 | + - content |
| 22 | + schemas: |
| 23 | + page: |
| 24 | + remove_extra_inputs: false |
| 25 | + remove_empty_inputs: true |
| 26 | + hide_extra_inputs: true |
| 27 | + path: schemas/page.md |
| 28 | + job: |
| 29 | + remove_extra_inputs: false |
| 30 | + remove_empty_inputs: true |
| 31 | + hide_extra_inputs: true |
| 32 | + path: schemas/job.md |
| 33 | + jobs: |
| 34 | + remove_extra_inputs: false |
| 35 | + remove_empty_inputs: true |
| 36 | + hide_extra_inputs: true |
| 37 | + path: schemas/jobs.md |
| 38 | + post: |
| 39 | + remove_extra_inputs: false |
| 40 | + remove_empty_inputs: true |
| 41 | + hide_extra_inputs: true |
| 42 | + path: schemas/post.md |
| 43 | + records: |
| 44 | + path: src/content/records |
| 45 | + name: Records |
| 46 | + disable_url: true |
| 47 | + disable_add_folder: true |
| 48 | + _enabled_editors: |
| 49 | + - data |
| 50 | + layouts: |
| 51 | + path: src/content/layouts |
| 52 | + name: Layouts |
| 53 | + icon: web |
| 54 | + disable_url: true |
| 55 | + disable_add: true |
| 56 | + disable_add_folder: true |
| 57 | + disable_file_actions: true |
| 58 | + _enabled_editors: |
| 59 | + - data |
| 60 | +_inputs: |
| 61 | + pages: |
| 62 | + type: multiselect |
| 63 | + label: Categorieën |
| 64 | + options: |
| 65 | + values: collections.pages |
| 66 | + categories: |
| 67 | + type: multiselect |
| 68 | + label: Categorieën |
| 69 | + options: |
| 70 | + values: collections.pages |
| 71 | + href: |
| 72 | + type: url |
| 73 | + label: Link |
| 74 | + rating: |
| 75 | + label: Rating |
| 76 | + type: range |
| 77 | + options: |
| 78 | + min: 0 |
| 79 | + max: 5 |
| 80 | + step: 0.1 |
| 81 | + head: |
| 82 | + label: SEO / Settings |
| 83 | + head.title: |
| 84 | + label: SEO title |
| 85 | + comment: 50-60 characters |
| 86 | + head.description: |
| 87 | + label: SEO description |
| 88 | + comment: 50-120 characters |
| 89 | + head.image: |
| 90 | + type: image |
| 91 | + label: Image |
| 92 | + comment: Visible when you share a link of the page |
| 93 | + options: |
| 94 | + accepts_mime_types: image/jpeg,image/jpg,image/png,image/webp |
| 95 | + mime_type: image/png |
| 96 | + resize_style: contain |
| 97 | + width: 1200 |
| 98 | + height: 640 |
| 99 | + images: |
| 100 | + type: array |
| 101 | + cascade: true |
| 102 | + images[*]: |
| 103 | + type: image |
| 104 | + options: |
| 105 | + accepts_mime_types: image/jpeg,image/jpg,image/png,image/webp |
| 106 | + mime_type: image/webp |
| 107 | + resize_style: contain |
| 108 | + width: 1920 |
| 109 | + height: 1920 |
| 110 | + image: |
| 111 | + type: image |
| 112 | + label: Afbeelding |
| 113 | + options: |
| 114 | + accepts_mime_types: image/jpeg,image/jpg,image/png,image/webp |
| 115 | + mime_type: image/webp |
| 116 | + resize_style: contain |
| 117 | + width: 1920 |
| 118 | + height: 1920 |
| 119 | + list: |
| 120 | + type: array |
| 121 | + list[*]: |
| 122 | + type: text |
| 123 | + hidden: |
| 124 | + label: Hide |
| 125 | + type: switch |
| 126 | + soldout: |
| 127 | + label: Sold out |
| 128 | + type: switch |
| 129 | + draft: |
| 130 | + label: Draft |
| 131 | + type: switch |
| 132 | + order: |
| 133 | + label: Volgorde |
| 134 | + type: number |
| 135 | + paragraph: |
| 136 | + type: textarea |
| 137 | + label: Tekst |
| 138 | + text: |
| 139 | + type: textarea |
| 140 | + label: Tekst |
| 141 | + button.text: |
| 142 | + type: text |
| 143 | + options: |
| 144 | + type: array |
| 145 | + label: Opties |
| 146 | + options[*]: |
| 147 | + type: text |
| 148 | + variations: |
| 149 | + type: array |
| 150 | + label: Variations |
| 151 | + sizes: |
| 152 | + type: array |
| 153 | + label: Sizes |
| 154 | + sizes[*]: |
| 155 | + type: text |
| 156 | + logo: |
| 157 | + type: image |
| 158 | + cascade: true |
| 159 | + options: |
| 160 | + accepts_mime_types: image/jpeg,image/jpg,image/png,image/webp |
| 161 | + mime_type: image/webp |
| 162 | + resize_style: contain |
| 163 | + width: 260 |
| 164 | + height: 32 |
| 165 | + price: |
| 166 | + type: number |
| 167 | + content: |
| 168 | + type: html |
| 169 | + name: |
| 170 | + hidden: true |
| 171 | + id: |
| 172 | + hidden: true |
| 173 | + |
| 174 | +_structures: |
| 175 | + head: |
| 176 | + remove_empty_inputs: true |
| 177 | + id_key: title |
| 178 | + values: |
| 179 | + - label: SEO / Settings |
| 180 | + value: |
| 181 | + title: null |
| 182 | + description: null |
| 183 | + image: null |
| 184 | + code: null |
| 185 | +_editables: |
| 186 | + content: |
| 187 | + allow_custom_markup: false |
| 188 | + remove_custom_markup: false |
| 189 | + bold: true |
| 190 | + bulletedlist: true |
| 191 | + format: p h1 h2 h3 h4 h5 h6 |
| 192 | + image: true |
| 193 | + image_size_attributes: true |
| 194 | + italic: true |
| 195 | + link: true |
| 196 | + numberedlist: true |
| 197 | + redo: true |
| 198 | + table: true |
| 199 | + underline: true |
| 200 | + undo: true |
| 201 | + mime_type: image/webp |
| 202 | + resize_style: contain |
| 203 | + width: 1920 |
| 204 | + height: 1920 |
0 commit comments