Support

Account

Home Forums Feature Requests True/False fields position in Toolbar

Unread

True/False fields position in Toolbar

  • I was recently thinking that it would be nice to add customizable buttons in the toolbar above the block preview.

    We’re already allowed to add functions like:

    // Show text alignment toolbar.
    'align_text' => true,

    Wouldn’t it be nice to have something like:

    'custom_toolbar' => array(
      'icon' => 'svg_code',
      'function' => 'function_name',
      'description' => 'description'
    )

    Or something like that.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.