Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Status
inprogress
inprogress
1for 4.5
Implementation of multi channel conept is tracked in JIRA under MAGNOLIA-38953895@jira.
Status

Rationale

  • the same content should be delivered differently (different HTML, format, ...)
    • a channel can be: a device, location, medium
  • content can be excluded or made exclusive to one channel

...

  • the channels are configured in site/channels channelConfigurations (ordered map)
  • each channel has a resolver (an interface)
  • used by the global ChannelResolver
  • first match wins

...

  • pass the channel request parameter (ALL) to the url mgnlChannel=[ALL|mobile|tablet|etc.] in the URL
  • should we do that for the site name
  • use the new named and pimped selectors