Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Help not displayed below editor field #210

Closed
RomanWu opened this issue Feb 24, 2020 · 1 comment
Closed

Help not displayed below editor field #210

RomanWu opened this issue Feb 24, 2020 · 1 comment
Labels
difficulty: easy 🤩 Issue seems easy to solve type: bug 🐛 Issue is a bug; PR is a bugfix
Milestone

Comments

@RomanWu
Copy link

RomanWu commented Feb 24, 2020

Describe the bug
When the blueprint for the editor field contains a "help" text, it is not displayed below the editor.

To Reproduce
Blueprint:

fields:
    text:
        type: editor
        help: This is a help text (not displayed)
    text2:
        type: textarea
        help: This is a help text (displayed)

Expected behavior
Both help texts displayed.

Kirby Version
Tried Kirby 3.3.0 and Kirby 3.3.4, with Editor 1.0.2

@bastianallgeier bastianallgeier added difficulty: easy 🤩 Issue seems easy to solve type: bug 🐛 Issue is a bug; PR is a bugfix labels Mar 3, 2020
@bastianallgeier bastianallgeier added this to the 1.0.3 milestone Mar 5, 2020
@bastianallgeier
Copy link
Member

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
difficulty: easy 🤩 Issue seems easy to solve type: bug 🐛 Issue is a bug; PR is a bugfix
Projects
None yet
Development

No branches or pull requests

2 participants