This is a custom element for Kentico Kontent that allows users to search and select high-quality, royalty-free images from Unsplash.
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.
- Install the latest version of NodeJS and npm. You can download both at https://nodejs.org/en/download/.
- Clone the sample application repository.
- Navigate to the root folder of the application in the command line.
- Type
npm install
to install required npm packages. - Type
npm run serve
to start a development server. - The application is running at https://localhost:8080/.
- Follow the instructions in the Kentico Kontent documentation to add the element to a content model.
This is optional
Debug shows some debug information in the element in the content item view when enabled.
{
"debug": true
}