Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't setup tools / toolbar visibility #108

Open
damienfaivre opened this issue Sep 5, 2017 · 2 comments
Open

can't setup tools / toolbar visibility #108

damienfaivre opened this issue Sep 5, 2017 · 2 comments

Comments

@damienfaivre
Copy link

Hi,

I wanted to clean some of my visual markdown fields from unnecessary tools, but it looks like I can't as I got an error strtolower() expects parameter 1 to be string, array given.

It occurs with tools list and toolbar option. Here is my blueprint :

intro:
    label: Intro
    type: markdown
        toolbar: hide
    width: 1/2
    required: required

Am I doing something wrong ? Is it a known error ? I'm on kirby 2.5.5, didn't try on an older version yet.

Thanks in advance guys !

@MathiasGmeiner
Copy link

Looks like you formatted the line "toolbar" wrong, try this one:

intro:
  label: Intro
  type: markdown
  toolbar: hide
  width: 1/2
  required: required

@janstieler
Copy link

Hi,
its because your example on your readme have a indent.
I had also the problem.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants