Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 580 Bytes

JshCms.md

File metadata and controls

28 lines (20 loc) · 580 Bytes

jsharmony-cms-sdk-react / JshCms

Class: JshCms

This is the root CMS root component that provides the correct context to render CMS content.

This class must be an ancestor of all CMS content. It should be near the root of the React application.

Example

<Application>
 <JshCms
   accessKeys={['key1']}
   pageFilesPath='/cms/'
   redirectListingPath='./jshcms_redirects.json'>
  <AppCode>....</AppCode>
 </JshCms>
</Application>

Hierarchy