Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Blueprint markdown editor is not displayed on server but locally

Solved by Marc View solution

Started by Marc 7 years ago · 1 replies · 600 views
7 years ago

I have a very strange behavior with the following blueprint:

YAML
title: Article
'@extends':
    type: default
    context: blueprints://pages

form:
  fields:
    tabs:
      fields:
        content:
          fields:
            header.editorlist:
              type: list
              label: Add a column
              btnLabel: Add column
              controls: both
              fields:
                .block:
                  type: Editor
                  label: Column block
            content:
              unset@: true

Locally on my WAMP server (PHP 7.2.18) the markdown editor is displayed correctly in the backend under Pages and I can edit the page without problems. Uploaded to my webspace (PHP 7.3.12) the markdown editor is not displayed, only a small text input field is displayed. I tested with the types Editor and markdown but got the same error for both types.

gravcms-blueprint-problem|615x500

last edited 12/01/19 by Marc
7 years ago Solution

Changing type: Editor to type: editor fixed this problem.

Suggested topics

Topic Participants Replies Views Activity
Support · by Water Science, 3 weeks ago
7 130 4 minutes ago
Support · by Duc , 15 hours ago
1 41 15 hours ago
Support · by Thomas, 1 week ago
3 114 1 day ago
Support · by Anna, 4 days ago
2 105 2 days ago
Support · by Justin Young, 2 days ago
1 79 2 days ago