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 · 742 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 Paul Hodges, 4 weeks ago
19 491 6 days ago
Support · by Lauw, 1 week ago
2 107 1 week ago
Support · by Anna, 3 weeks ago
4 431 1 week ago
Support · by gtx, 4 weeks ago
4 380 3 weeks ago
Support · by Anna, 1 month ago
9 487 4 weeks ago