-
My config: media_folder: /static/images/
public_folder: /images
collections:
- name: posts
label: Posts
label_singular: 'Post'
create: true
folder: content/posts
path: '{{slug}}/index'
media_folder: ''
public_folder: ''
fields:
- label: Title
name: title
widget: string
- label: 'Cover Image'
name: 'image'
widget: 'image' My content tree:
It allows me to add and store images next to a post (Hugo page bundle), but they do not display correctly in Sveltia CMS. For example, I can't select another image from the same collection for the cover image. I think the problem is probably in the Please help me set this up correctly. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Thanks for the heads-up! Will check. |
Beta Was this translation helpful? Give feedback.
-
I see some issues as you mentioned.
|
Beta Was this translation helpful? Give feedback.
-
Just shipped v0.37.0 to solve the issues 🚢 By the way, Sveltia CMS still has a problem: unsaved images, which are labelled “Draft” in Decap CMS, are not displayed in the Select Image dialog. I’ll tackle the issue later. |
Beta Was this translation helpful? Give feedback.
Just shipped v0.37.0 to solve the issues 🚢
By the way, Sveltia CMS still has a problem: unsaved images, which are labelled “Draft” in Decap CMS, are not displayed in the Select Image dialog. I’ll tackle the issue later.