From 76402a87f366838bf06f6e36a552be43dfb5641c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Nov 2018 22:32:44 +0100 Subject: Removes dist/ folder. --- dist/inc/editor.php | 78 ----------------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 dist/inc/editor.php (limited to 'dist/inc/editor.php') diff --git a/dist/inc/editor.php b/dist/inc/editor.php deleted file mode 100644 index 4b71ee9..0000000 --- a/dist/inc/editor.php +++ /dev/null @@ -1,78 +0,0 @@ - 'Lead Paragraph', - 'selector' => 'p', - 'classes' => 'lead', - 'wrapper' => true - ), - array( - 'title' => 'Small', - 'inline' => 'small' - ), - array( - 'title' => 'Blockquote', - 'block' => 'blockquote', - 'classes' => 'blockquote', - 'wrapper' => true - ), - array( - 'title' => 'Blockquote Footer', - 'block' => 'footer', - 'classes' => 'blockquote-footer', - 'wrapper' => true - ), - array( - 'title' => 'Cite', - 'inline' => 'cite' - ) - ); - - if ( isset( $settings['style_formats'] ) ) { - $orig_style_formats = json_decode($settings['style_formats'],true); - $style_formats = array_merge($orig_style_formats,$style_formats); - } - - $settings['style_formats'] = json_encode( $style_formats ); - return $settings; - } -} -- cgit v1.2.3