Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

It should be possible to configure the markdown widget toolbar font items #1096

Open
stoepekapel opened this issue Mar 23, 2024 · 0 comments
Labels
Milestone

Comments

@stoepekapel
Copy link

It should be possible to configure the toolbar font items ("paragraph", "Heading 1",...)"?
As with many projects, users are not allowed to add an h1, for example

Something like:

  - label: Body
    name: body
    widget: markdown
    toolbar_buttons:
      main:
        - bold
        - italic
        - font
        - unordered-list
        - ordered-list
      selection:
        - bold
        - italic
      font:
        - paragraph
        - h3
        - h4

or as buttons:

  - label: Body
    name: body
    widget: markdown
    toolbar_buttons:
      main:
        - bold
        - italic
        - h3
        - h4
        - unordered-list
        - ordered-list
      selection:
        - bold
        - italic
@stoepekapel stoepekapel changed the title It should be possible to configure the toolbar font items It should be possible to configure the markdown widget toolbar font items Mar 23, 2024
@KaneFreeman KaneFreeman added this to the 4.x milestone Apr 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants