Pages Roya
This commit is contained in:
@@ -24,46 +24,59 @@ collections:
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image', 'media_folder': 'assets/images/', 'public_folder': '/images/' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
- name: 'pages'
|
||||
label: 'Pages'
|
||||
folder: 'content/pages'
|
||||
create: true
|
||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||
slug: '{{slug}}'
|
||||
editor:
|
||||
preview: false
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image', 'media_folder': 'assets/images/', 'public_folder': '/images/' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
- name: 'projects'
|
||||
label: 'Projects'
|
||||
folder: 'content/projects'
|
||||
create: true
|
||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||
slug: '{{slug}}'
|
||||
editor:
|
||||
preview: false
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image', 'media_folder': 'assets/images/', 'public_folder': '/images/' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
- name: 'roya'
|
||||
label: 'Roya'
|
||||
folder: 'content/roya'
|
||||
create: true
|
||||
slug: '{{slug}}'
|
||||
editor:
|
||||
preview: false
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image', 'media_folder': 'assets/images/', 'public_folder': '/images/' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
- name: 'kitandgo'
|
||||
label: 'KIT&Go'
|
||||
folder: 'content/gotogether/kitandgo'
|
||||
create: true
|
||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||
slug: '{{slug}}'
|
||||
editor:
|
||||
preview: false
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image', 'media_folder': 'assets/images/', 'public_folder': '/images/' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
- name: 'references'
|
||||
@@ -77,31 +90,31 @@ collections:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image', 'media_folder': 'assets/images/', 'public_folder': '/images/' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
- name: 'emplois'
|
||||
label: 'Emplois'
|
||||
folder: 'content/emplois'
|
||||
create: true
|
||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||
slug: '{{slug}}'
|
||||
editor:
|
||||
preview: false
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image', 'media_folder': 'assets/images/', 'public_folder': '/images/' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
- name: 'other'
|
||||
label: 'Autres pages'
|
||||
folder: 'content'
|
||||
create: true
|
||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||
slug: '{{slug}}'
|
||||
editor:
|
||||
preview: false
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image' }
|
||||
- { label: 'Featured image', name: 'featuredimage', widget: 'image', 'media_folder': 'assets/images/', 'public_folder': '/images/' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
|
||||
BIN
static/media/carto-coopgo-tims-roya.png
Normal file
BIN
static/media/carto-coopgo-tims-roya.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
BIN
static/media/logos-tims.png
Normal file
BIN
static/media/logos-tims.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
static/media/perm-oct-24.png
Normal file
BIN
static/media/perm-oct-24.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 410 KiB |
BIN
static/media/tims-transparent.png
Normal file
BIN
static/media/tims-transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user