changed image max size
This commit is contained in:
parent
1adf99f613
commit
107299c023
1 changed files with 4 additions and 3 deletions
|
@ -88,7 +88,10 @@ collections:
|
|||
name: featured_image
|
||||
widget: image
|
||||
media_folder: "/static/images"
|
||||
public_folder: "/images"
|
||||
#public_folder: "/images"
|
||||
media_library:
|
||||
config:
|
||||
max_file_size: 512000
|
||||
- label: Corps
|
||||
name: body
|
||||
widget: markdown
|
||||
|
@ -214,8 +217,6 @@ collections:
|
|||
value: 'bg-green'
|
||||
- label: 'Violet'
|
||||
value: 'bg-purple'
|
||||
- label: '<img class="fit-picture" src="/media/cc0-images/grapefruit-slice-332-332.jpg" alt="Grapefruit slice atop a pile of other slices" />'
|
||||
value: 'bg-orange'
|
||||
- label: 'Réseaux sociaux'
|
||||
name: ananke_socials
|
||||
widget: list
|
||||
|
|
Loading…
Reference in a new issue