Giter VIP home page Giter VIP logo

kontent-url-slug-history-custom-element's Introduction

URL slug history custom element for Kontent.ai

This custom element for Kontent.ai enables users to preserve history of URL slugs.

The element watches the URL slug element for changes. When the slug changes, the element automatically saves the previous URL slug to a history list. It's also possible to manually add and remove history entries.

Screenshot of custom element

Setup

  1. Build the code
npm run build
  1. Deploy the code to a secure public host

  2. Follow the instructions in the custom elements documentation to add the element to a content model.

    • The Hosted code URL is where you've deployed the element to in step 1.
    • Add the URL slug element's codename into configuration.

Configuration

The custom element may only be used for content types that contain the URL slug element. The configuration of the custom element looks like this:

{
    "urlSlugElementCodename": "{codename of the URL slug element}"
}

This configuration is required and the custom element won't work without it.

Deploying

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

Deploy to Netlify

What is Saved?

The value is an array of strings (old URL slugs).

["old-url-slug", "even-older-url-slug"]

kontent-url-slug-history-custom-element's People

Contributors

davidk2-kentico avatar ondrabus avatar

Stargazers

 avatar  avatar

Watchers

 avatar

kontent-url-slug-history-custom-element's Issues

URL slug automatic change ignored

If URL slug gets changed because the source-field was changed, the change does not get tracked in this element and the old URL slug is lost.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.