storypioneers / kirby-wysiwyg

WYSIWYG panel field for Kirby CMS
Other
125 stars 17 forks source link

Make "buttons" option settable from blueprints #3

Closed JonasDoebertin closed 9 years ago

JonasDoebertin commented 9 years ago

The buttons configuration option, which determines which buttons will be shown in the editors toolbar should be settable per field from the blueprints to allow for a more flexible usage.

fields:
  mytext:
    label: Medium Editor Field
    type:  medium
    buttons:
      - bold
      - italic
      - ...
JonasDoebertin commented 9 years ago

Added with 61c4971d07599addde6000a911f07b9db9ea1d63.

Todo:

JonasDoebertin commented 9 years ago

Some more testing is needed here.