Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-1643 fixes

...

Advanced Tables - Table Plus
heading0
multiplefalse
enableHeadingAttributesfalse
columnAttributeswidth=90px,width=325px,width=325px,width=325px
enableSortingfalse
enableHighlightingfalse
Target country(none)ChinaUnited Kingdom
Run dates(none, ongoing)May 26 to June 9, 2016July 27 to August 10, 2016
Component title FestivalsDragon Boat FestivalPuck Fair
Component text

Experience diverse cultures at their most festive. Join in the fun of festivals around the world with our exclusive festival tour packages.

The Dragon Boat Festival is also known as the Duanwu Festival. It is a traditional holiday that commemorates the life and death of the famous Chinese scholar Qu Yuan. The festival occurs on the fifth day of the fifth month on the Chinese lunar calendar.

On August 10, a three-day festival known as Puck Fair is held in Killorglin, Ireland. Residents of the town capture a goat and proclaim it to be the King for three days of revelry.

Component image

 festivals.jpg photo by Stewart White

Image Modified

dragonboat.jpg photo by Iidxplus

Image Modified

kingpuck.jpg photo by Buck Lewis

Image Modified

Create original page

Create a new page in the Travel demo site:

...

  1. Edit the Chinese page variant.
  2. Edit the Text and image component in main area and replace content with:
    • TitleHeadline: Dragon Boat Festival
    • Text: The Dragon Boat Festival is also known as the Duanwu Festival. It is a traditional holiday that commemorates the life and death of the famous Chinese scholar Qu Yuan. The festival occurs on the fifth day of the fifth month on the Chinese lunar calendar.
    • Imagedragonboat.jpg

...

  1. skip
  2. skip
  3. Edit the U.K. page variant.
  4. Edit the Text and image component in main area and replace content with:
    • TitleHeadline: Puck Fair
    • Text: On August 10, a three-day festival known as Puck Fair is held in Killorglin, Ireland. Residents of the town capture a goat and proclaim it to be the King for three days of revelry.
    • Imagekingpuck.jpg

Image Modified

Preview the variants

...

Code Block
languagebash
http://example.com?<previewParameterPrefix><Parameter>=<value>
previewParameterPrefixIdentifies the parameter as a preview parameter. Parameters used for personalization have a special prefix that sets them apart from other parameters. The default prefix is preview, for example previewPersona or previewCountry. The prefix string is configurable in /modules/personalization-preview-app/config/previewParameterPrefix.
<Parameter>Name of the parameter with first letter capitalized, for example Country or Date.
<value>Parameter value in a valid format. The format depends on the parameter. For the country trait the value is a two-letter country code (
uk
gbcn) and for a date it is a timestamp written as yyyy-mm-dd-hh-mm-ss such as  2016-05-26-00-00-00).

Example: Visitor from China on May 26, 2016:

Code Block
languagenone
http://localhost:8080/magnoliaPublic/travel/festivals.html?previewCountry=cn&amp;previewDate=2016-05-26-00-00-00

...

Code Block
languagenone
http://localhost:8080/magnoliaPublic/travel/festivals.html?previewCountry=ukgb&amp;previewDate=2016-07-27-00-00-00

...