Building a Purple Experience
...
Components
Content Component
Access Bundles
7min
purple experience bundles in the purple experience have limited offline functionality in general, it is not currently possible to download bundles as a whole and use them offline we are planning a major overhaul of the offline functionality to provide the best possible user experience bundles as issues both, manager issues and purple issues (bundles), may be accessed through the content component you need to know what issues are present in your app, as their types are not different from experience bundles as dossiers dossiers are more flexible in their use of content than issues of any kind content can be added, removed or changed at a later date while it is technically possible to do this with issues, the nature of the binder is different, and you won't usually change anything in an issue for more details on dossiers, please see dossiers in purple hub docid 5el8sebjlealto3rddanu once you have set up your purple hub for dossiers using the link above, you can set up your purple experience accordingly to do this, you'll need to add several files to your dynamic resources, assuming you want to do the following have an overview page to display all dossiers available navigate to the dossier and it's contents have a special navigation in dossiers for their content table of contents navigation back to website or app navigate from one content in the dossier to another via buttons via swipe action access the dossier as a binder configure a paywall for dossiers examples dossier overview page to display all dossiers on an overview page, you can configure a view with a list of contents and a contentdatasource that filters for contenttype bundle and bundletype dossier , like this in above screenshot, note that opencontentactions are configured, which require a properly set up url resolver js to work navigate to the dossier to navigate to the dossier, from the above view, you'll need to set up views and the ur resolver js correspondingly start with the views we will configure one view to hold all the bundle information, where the contentdatasource is configured to include bundles of posts and filters are set to filter for slug "\ contentslug" and contenttype "post" or contenttype "bundle" , as follows and a second view for displaying post inside of bundles, that will use a path generated from bundleslug and postslug while filtering the content on \ bundleslug and contenttypes post or bundle now we connect those through the url resolver just add it accordingly