This custom element for Kentico Kontent gives editors a way to INSERT PURPOSE.
- Editors can ...
- Optional debug panel for diagnostics
If you're interested in trying this out without deploying it yourself, you can use https://YOUR_PUBLICLY_DEPLOYED_URL/. This is the deployed version of the master branch in this repo. This should only be used for quick testing as it is subject to change
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 account as well.
UPDATE THE REPO URL IN THE DEPLOY BUTTON TO YOUR REPO URL
You will need to add the custom element to a content type filling in the hosted code URL and the JSON parameters (see below for details).
The JSON parameters required as as follows:
Name | Type | Description |
---|---|---|
someSetting | string | This is an example setting that you want to document. |
debug | boolean | (Optional) If present and set to true the debug panel will activate when editing a content item. |
Sample parameters JSON:
{
"someSetting": "<CUSTOM_VALUE>",
"debug": true
}
npm install
npm run serve
npm run build
npm run lint