Skip to content

Latest commit

 

History

History
84 lines (59 loc) · 4.07 KB

File metadata and controls

84 lines (59 loc) · 4.07 KB

Last modified Issues MIT License

Stack Overflow GitHub Discussions

kontent logo

Description

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.

Quick Deploy

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.

Deploy to Netlify

Configuration

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,
}

Demo

Demo Animation

What is Saved

This custom element does not save any value

Development

This custom element is built with Angular. See package.json for scripts regarding building & publishing the library.

Contributors

We have collected notes on how to contribute to this project in CONTRIBUTING.md.

Originally created by @Enngage

License

MIT

Additional Resources