verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

Running Feedme + Vizy causes issues #211

Closed jan-dh closed 1 year ago

jan-dh commented 1 year ago

Describe the bug

All my imports have the same error log in Feedme:

"Class "Tiptap\Marks\Table" not found" 

not sure if this is an issue on Feedme's end or Vizy.

Steps to reproduce

  1. Import blogposts into a Vizy field
  2. use this Vizy config:
{
  "buttons": [
    "formatting",
    "bold",
    "italic",
    "underline",
    "strikethrough",
    "unordered-list",
    "ordered-list",
    "highlight",
    "undo",
    "redo",
    "link",
    "clear-format",
    "line-break"
  ],
  "toolbarFixed": true,
  "formatting": [
    "h2",
    "h3",
    "h4",
    "paragraph"
  ]
}

Craft CMS version

4.4.7.1

Plugin version

2.1.1

Multi-site?

"yes"

Additional context

No response

engram-design commented 1 year ago

Fixed for the next release. To get this early, run composer require verbb/vizy:"dev-craft-4 as 2.1.2"

engram-design commented 1 year ago

Fixed in 2.1.3