This custom element for Kentico Kontent can be used for deep copy from language
feature. This means it will copy from language current item & all its linked items recursively.
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.
You will need to add the custom element to a content type filling in the hosted code URL and the following JSON parameters:
{
// required
"projectId": "<YOUR PROJECT ID>",
"apiKEy": "<YOUR MANAGEMENT API KEY>",
// optional
"overwriteExistingVariants": true | false,
}
This custom element does not save any value
This custom element is built with Angular
. See package.json for scripts regarding building & publishing the library.
We have collected notes on how to contribute to this project in CONTRIBUTING.md.
Originally created by @Enngage