applyThoughts / kontent-custom-element-tinymce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyMCE Editor Custom Element for Kentico Kontent

This is a custom element for Kentico Kontent that allows users to edit rich text using the TinyMCE editor.

Screenshot of custom element

Setup

  1. Deploy the code to a secure public host
  2. Setup TinyMCE
    1. Sign up for an account on https://www.tiny.cloud/
    2. Choose the Javascript integration
    3. Add your secure ppublic host to the allowed hosts
    4. Replace the script on index.html line 9 with the one TinyMCE provides you
    5. Redeploy the code to your secure public host
  3. Follow the instructions in the Kentico Kontent documentation to add the element to a content model.
    • The Hosted code URL is where you deployed to in step 1

Deploying

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.

Deploy to Netlify

What is Saved?

The value is returned as a string of HTML.

Contributors

Originally contributed by @Enngage

About

License:MIT License


Languages

Language:CSS 89.9%Language:HTML 10.1%