From 5e30e2d36c4ccfa7ec50e60ba6576b9a30a7ad48 Mon Sep 17 00:00:00 2001 From: Marco van de Veen <42120041+marcovandeveen@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:29:10 +0100 Subject: [PATCH] Update content-management.md --- concepts/content-management.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/concepts/content-management.md b/concepts/content-management.md index ff42a36..1912835 100644 --- a/concepts/content-management.md +++ b/concepts/content-management.md @@ -17,11 +17,6 @@ nav_order: 1300 -## Layout -- In Zapp, every platform links to a layout. E.g. Roku & Apple TV use the TV Layout and iOS uses the Mobile Layout -- Each layout consists of components, E.g. a rail with "Live now" and another rail with "Popular" -- Each component gets JWP media from a JWP playlist. -- Each layout can be connected with a JWP App Config to determine which playlist maps to what feed. E.g. JWP App Config "TV" is mapped to Zapp layout "TV". App Config position 1, matches the feed linked to component 1 in the TV Layout ## Media A video, including its @@ -59,6 +54,12 @@ To be able to display the list of media it needs to access the data to render an Details [here](https://docs.applicaster.com/integrations/#how-zapp-apps-consume-data) +## Layout +- In Zapp, every platform links to a layout. E.g. Roku & Apple TV use the TV Layout and iOS uses the Mobile Layout +- Each layout consists of components, E.g. a rail with "Live now" and another rail with "Popular" +- Each component gets JWP media from a JWP playlist through a feed +## App config +- The app config can control which playlist is linked to a feed. E.g. the playlist App Config position 1 is linked to feed A. Feed A is linked to the top rail in a layout.