From 577ba70885f9df8e95799f6e585bd76a4f49cafe Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Mon, 23 Apr 2018 10:55:11 +0100 Subject: [PATCH] Update functions.php --- functions.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/functions.php b/functions.php index 447042f..44de9c8 100644 --- a/functions.php +++ b/functions.php @@ -156,6 +156,21 @@ function barebones_tiny_mce_before_init( $settings ) { // 'title' => '', // 'selector' => '', // 'classes' => '' + // ], + // [ + // 'title' => 'Buttons', + // 'items' => [ + // [ + // 'title' => 'Primary', + // 'selector' => 'a', + // 'classes' => 'btn btn--primary' + // ], + // [ + // 'title' => 'Secondary', + // 'selector' => 'a', + // 'classes' => 'btn btn--secondary' + // ] + // ] // ] ];