bloomreach / docs-feedback

1 stars 0 forks source link

Typo in codeblock | webfiles troubleshooting #28

Closed katiedotson closed 4 years ago

katiedotson commented 4 years ago

https://documentation.bloomreach.com/14/library/concepts/web-files/web-files-troubleshooting.html

In this code block:

  /hst:configurations:
    /hst:default:
      /hst:sitemap:
        /webfiles:
          hst:containerresource: true
          hst:namedpipeline: WebFilePipeline
          hst:refId: WEB-FILES-ID 
        /_default_:
          /_any_:
            hst:parameternames: version
            hst:parametervalues: ${1}
            hst:relativecontentpath: {2}

I believe hst:relativecontentpath: {2} should be hst:relativecontentpath: ${2}

nvankampenhout commented 4 years ago

Fixed. Well spotted, thanks!