Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.9 KB

File metadata and controls

52 lines (36 loc) · 1.9 KB

TEMPLATE Custom Element for Kentico Kontent

This is a custom element for Kentico Kontent that allows users INSERT BRIEF DESCRIPTION OF FUNCTIONALITY.

Setup

  1. Deploy the code to a secure public host
  2. Follow the instructions in the Kentico Kontent documentation to add the element to a content model.
    • The Hosted code URL is where you deployed to in step 1
    • If necessary, pass the necessary parameters as directing in the JSON Parameters configuration section of this readme.

Deploying

Netlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.

UPDATE THE REPOSITORY URL BELOW

Deploy to Netlify

JSON Parameters

Document any necessary JSON parameters here. Provide a sample like the one below:

{
  "googleApiKey": "YOUR_GOOGLE_API_KEY",
  "center": {
    "lat": -25.344,
    "lng": 131.036
  }
}

Saved Value

The value is saved as a string representing a JSON object. When deserialized, it will look like:

{
  "sample" : "This is a sample of the value your custom element saves",
  "complex": {
    "canBeComplex":true
  }
}

Contributors

Originally contributed by @{USER}