-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
Hi Bruno!
In my sitemap tests, I just can't get the Image and Video titles to be generated.
License and Caption are generated, but Title no.
In my File templates (image.yml and video.yml), the Title field is named title, the Caption field is caption, and the License is named license.
Also in my config
[
'dateformat' => 'c',
'xsl' => true,
'urlfield' => 'url',
'modified' => time(),
'snippet' => 'feed/sitemap',
'mime' => null,
'sort' => true,
'images' => true,
'imagesfield' => 'images',
'imagetitlefield' => 'title',
'imagecaptionfield' => 'caption',
'imagelicensefield' => 'license',
'videos' => true,
'videosfield' => 'videos',
'videotitlefield' => 'title',
'videothumbnailfield' => 'thumbnail',
'videodescriptionfield' => 'description',
'videourlfield' => 'url',
]
Am I doing something wrong?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested