Skip to content

Image and Video title in the sitemap #66

@mynameisfreedom

Description

@mynameisfreedom

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 workingquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions