grav-plugin-flex-directory icon indicating copy to clipboard operation
grav-plugin-flex-directory copied to clipboard

Editor doesn't work properly

Open tranduyhung opened this issue 6 years ago • 0 comments

I have

Grav v1.5.5 Admin v1.8.14 Flex-Directory v2.0.1

When I add a new entry and I have a field as editor, the editor doesn't work properly. There is an "x" from nowhere shown in the editor, if you type something the content has a gray background. Here is a screenshot.

screenshot_2018-11-30 flexdirectory bots n bards 2

These problems don't happen to the editor for Grav pages or to any other places in Admin area.

Here is the content of my user/data/flex-directory/entries.yaml

title: Flex Directory
form:
  validation: loose

  fields:
    bookinfo:
        type: section
        title: Book Info
        underline: true
        fields:
            description:
                type: markdown
                label: description
                validate:
                    type: textarea
                autofocus: true

tranduyhung avatar Nov 30 '18 14:11 tranduyhung