Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Blueprint markdown editor is not displayed on server but locally

Solved by Marc View solution

Started by Marc 7 years ago · 1 replies · 799 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 blu3prince, 4 days ago
1 84 16 hours ago
Support · by complanar, 1 week ago
6 165 2 days ago
Support · by Rick Beebe, 1 week ago
2 124 4 days ago
Support · by alex, 5 days ago
2 107 5 days ago
Support · by Marcel, 2 weeks ago
1 158 5 days ago