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' + // ] + // ] // ] ];