Skip to content
Snippets Groups Projects
Commit d7d5a4cf authored by Julien Taquet's avatar Julien Taquet
Browse files

image and icons

parent d8188bcf
No related branches found
No related tags found
No related merge requests found
Pipeline #46004 passed with stages
in 1 minute and 15 seconds
...@@ -24,7 +24,7 @@ collections: ...@@ -24,7 +24,7 @@ collections:
fields: fields:
- { label: 'Title', name: 'title', widget: 'string' } - { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Date', name: 'date', widget: 'date' } - { label: 'Date', name: 'date', widget: 'date' }
- { label: 'Intro', required:false, name: 'intro', widget: 'markdown' } - { label: 'Intro', required: false, name: 'intro', widget: 'markdown' }
- { label: 'The content', name: 'body', widget: 'markdown' } - { label: 'The content', name: 'body', widget: 'markdown' }
- { - {
label: 'Custom class (leave empty)', label: 'Custom class (leave empty)',
...@@ -33,5 +33,5 @@ collections: ...@@ -33,5 +33,5 @@ collections:
widget: 'string', widget: 'string',
} }
- { label: 'Video', required: false, name: 'video', widget: 'string' } - { label: 'Video', required: false, name: 'video', widget: 'string' }
- { label: 'icon', required:false, name: 'icon', widget: 'file' } - { label: 'icon', required: false, name: 'icon', widget: 'file' }
- { label: 'image', required:false, name: 'image', widget: 'file' } - { label: 'image', required: false, name: 'image', widget: 'file' }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment