Skip to content
Snippets Groups Projects
  • Isabella Skořepová's avatar
    00472f7d
    Refine lead image support · 00472f7d
    Isabella Skořepová authored
    image now allows two different values for image url
    
    image = "image.png"
    leads to static/20xx/articlename/image.png
    to be used for unique lead images
    
    image="/images/name.png"
    leads to static/images/name.png
    to be used for unique lead images
    Verified
    00472f7d
    History
    Refine lead image support
    Isabella Skořepová authored
    image now allows two different values for image url
    
    image = "image.png"
    leads to static/20xx/articlename/image.png
    to be used for unique lead images
    
    image="/images/name.png"
    leads to static/images/name.png
    to be used for unique lead images