Update functions.php
This commit is contained in:
parent
5ca11e181f
commit
577ba70885
|
@ -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'
|
||||
// ]
|
||||
// ]
|
||||
// ]
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue