Update functions.php

This commit is contained in:
Pedro Reis 2018-04-23 10:55:11 +01:00 committed by GitHub
parent 5ca11e181f
commit 577ba70885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

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