@k6-contrib/fields-editorjs
TypeScript icon, indicating that this package has built-in type declarations

7.1.0 • Public • Published

EditorJS Field

import { editorJs } from '@k6-contrib/fields-editorjs';
import 'dotenv/config';

const Product = list({
  fields: {
    title: text({ validation: { isRequired: true } }),
    content: text(),
    editorJs: editorJs({}),
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i @k6-contrib/fields-editorjs

Weekly Downloads

5

Version

7.1.0

License

MIT

Unpacked Size

29.1 kB

Total Files

15

Last publish

Collaborators

  • gautamsi