changed max file size
This commit is contained in:
parent
a4184d1ac8
commit
a926d73079
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ backend:
|
||||||
locale: 'fr'
|
locale: 'fr'
|
||||||
media_folder: "/static/images"
|
media_folder: "/static/images"
|
||||||
public_folder: "/images"
|
public_folder: "/images"
|
||||||
|
media_library:
|
||||||
|
name: Bibliothèque
|
||||||
|
config:
|
||||||
|
max_file_size: 1024000
|
||||||
collections:
|
collections:
|
||||||
- name: pages
|
- name: pages
|
||||||
#to build a hugo section (look for it)
|
#to build a hugo section (look for it)
|
||||||
|
|
Loading…
Reference in a new issue