Uploaded image for project: '[Read Only] - Hippo Site Toolkit 2'
  1. [Read Only] - Hippo Site Toolkit 2
  2. HSTTWO-1618

Add support for properties hst:homepagerefid and hst:pagenotfoundrefid for configuring the mounts

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 2.22.00
    • 2.22.03, 2.23.02
    • None
    • None

    Description

      For each subsite, we have to define a hst:homepage and a hst:pagenotfound matching a sitemap item. It would be nice to have properties like hst:homepagerefid and hst:pagenotfoundrefid, matching a sitemap item by the refId instead of the node name, which differs according to the language.

      Example for two subsites (ENglish and FRench) :
      ---------

      EN/sitemap

      • home { refId=homePage }
        - page-not-found { refId = pageNotFound)

        FR/sitemap
        - accueil { refId=homePage }
      • page-non-trouvée { refId=pageNotFound }

      BEFORE

      hosts

      • EN { homepage = home, pagenotfound = page-not-found, locale = en_UK }
      • FR { homepage = accueil, pagenotfound = page-non-trouvée, locale = fr_FR }

      AFTER

      hosts

      { homepagerefid = homePage, pagenotfoundrefid = pageNotFound }
      • EN { locale = en_UK }
      • FR { locale = fr_FR }

      ---------

      Thus, it would save a lot of time, and be less error-prone for projects with a lot of subsites...

      Attachments

        Activity

          People

            wko Woonsan Ko (Inactive)
            mtricot Mickaël Tricot (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: