0.0.2 • Published 2 months ago

@divbrands/payload-plugin-ckeditor v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Payload Plugin CKEditor

  • This plugin is still under development. PR's are welcomed.

This plugin adds a function that returns a Field representing CKEditor 5. it is a HTML Editor for simple and efficient editing.

As of now, it uses a minimal build of CKEditor 5. We may change this later.

Installation

Install the package

yarn add @divbrands/payload-plugin-ckeditor

Import the Field helper on config

import { ckeditorField } from "@divbrands/payload-plugin-ckeditor"

Add the field with needed params

  fields: [
    ckeditorField({
      name: "longDescription",
      label: "Long Description",
      localized: true,
      required: true,
    }),
  ],

That's it!

Your new field should present a full blown CkEditor 5 editor saving everything as HTML.

0.0.2

2 months ago

0.0.1-rc5

7 months ago

0.0.1-rc4-test

7 months ago

0.0.1-rc4

7 months ago

0.0.1-rc3

7 months ago

0.0.1-rc2

7 months ago

0.0.1-rc1

7 months ago