This is a custom element for Kentico Kontent that allows users INSERT BRIEF DESCRIPTION OF FUNCTIONALITY.
- Deploy the code to a secure public host
- See deploying section for a really quick option
- 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.
- The
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
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
}
}
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
}
}
Originally contributed by @{USER}