Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.15 KB

File metadata and controls

38 lines (23 loc) · 1.15 KB

Create content

In this page, you will learn to create content in the CMS. Once you created it, you will fetch it using the SDK in the next steps

Step 1. Create a "home" content with type Article

  1. Go to your CMS and click "Create Content"

    Dashboard screenshot

  2. Put "Home" as name and select content type Article

    Create page dialog screenshot

  3. Fill some content

  4. Click "Publish" → "Publish Content"

    Publish dialog screenshot

Step 2. Create an application

  1. Go to SettingsApplicationsCreate Application

  2. Enter an Application Name (e.g., my-app) - API ID is auto-generated

  3. Select a start page: From ExistingHome

  4. Click Create Application

    Create application dialog

Step 3. Change the "home" URL

  1. Go to your CMS → Content → Home
  2. Scroll down and under "Name in URL" click "Change"
  3. Leave the field blank.
  4. Click "Publish" → "Publish Content"

Next steps

Now you are ready to fetch the content you just created.