/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/
Description: Divi Child Theme
Author: Juergen Preusker
Author URI: https://juergenpreusker.com/
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

tinymce.init({
    selector: 'textarea',
    formats: {
      // Changes the default format for h1 to have a class of heading
      h1: { block: 'h1', classes: 'heading' }
    },
    style_formats: [
      // Adds the h1 format defined above to style_formats
      { title: 'My heading', format: 'h1' }
    ]
  });