From bbf6b6dfa39755f2b451fc356800f730d8cd112c Mon Sep 17 00:00:00 2001
From: hatuhay <alberto@siles.pe>
Date: Tue, 5 Feb 2019 21:12:12 -0500
Subject: [PATCH] Delete ckeditor files

---
 config/install/editor.editor.basic_html.yml | 60 ------------------
 config/install/editor.editor.full_html.yml  | 69 ---------------------
 2 files changed, 129 deletions(-)
 delete mode 100644 config/install/editor.editor.basic_html.yml
 delete mode 100644 config/install/editor.editor.full_html.yml

diff --git a/config/install/editor.editor.basic_html.yml b/config/install/editor.editor.basic_html.yml
deleted file mode 100644
index 0234ed5..0000000
--- a/config/install/editor.editor.basic_html.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-uuid: 56e85cf3-b0fe-4df9-9edd-b8ceefb34af5
-langcode: un
-status: true
-dependencies:
-  config:
-    - filter.format.basic_html
-  module:
-    - ckeditor
-_core:
-  default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g
-format: basic_html
-editor: ckeditor
-settings:
-  toolbar:
-    rows:
-      -
-        -
-          name: Formatting
-          items:
-            - Styles
-            - Bold
-            - Italic
-        -
-          name: Linking
-          items:
-            - DrupalLink
-            - DrupalUnlink
-        -
-          name: Lists
-          items:
-            - BulletedList
-            - NumberedList
-        -
-          name: Media
-          items:
-            - Blockquote
-        -
-          name: 'Block Formatting'
-          items:
-            - Format
-        -
-          name: Tools
-          items:
-            - Source
-  plugins:
-    stylescombo:
-      styles: "h2|Encabezado 2\r\nh3|Encabezado 3\r\nh4|Encabezado 4\r\nspan.text-primary|Color primario\r\nspan.text-secondary|Color secundario\r\np.bg-primary.text-white|Fondo primario\r\np.bg-secondary.text-white|Fondo secundario\r\np.lead|Destacado\r\nspan.text-muted|Texto apagado"
-    language:
-      language_list: un
-    drupallink:
-      linkit_enabled: true
-      linkit_profile: default
-image_upload:
-  status: true
-  scheme: public
-  directory: inline-images
-  max_size: ''
-  max_dimensions:
-    width: null
-    height: null
diff --git a/config/install/editor.editor.full_html.yml b/config/install/editor.editor.full_html.yml
deleted file mode 100644
index be15fcb..0000000
--- a/config/install/editor.editor.full_html.yml
+++ /dev/null
@@ -1,69 +0,0 @@
-uuid: 4f7332ad-0341-4dc5-933a-70c5802c4aeb
-langcode: un
-status: true
-dependencies:
-  config:
-    - filter.format.full_html
-  module:
-    - ckeditor
-_core:
-  default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM
-format: full_html
-editor: ckeditor
-settings:
-  toolbar:
-    rows:
-      -
-        -
-          name: Formatting
-          items:
-            - Styles
-            - Bold
-            - Italic
-            - Strike
-            - Superscript
-            - Subscript
-            - '-'
-            - RemoveFormat
-        -
-          name: Linking
-          items:
-            - DrupalLink
-            - DrupalUnlink
-        -
-          name: Lists
-          items:
-            - BulletedList
-            - NumberedList
-        -
-          name: Media
-          items:
-            - Blockquote
-            - DrupalImage
-            - Table
-            - HorizontalRule
-        -
-          name: 'Block Formatting'
-          items:
-            - Format
-        -
-          name: Tools
-          items:
-            - ShowBlocks
-            - Source
-  plugins:
-    stylescombo:
-      styles: "h2|Encabezado 2\r\nh3|Encabezado 3\r\nh4|Encabezado 4\r\nspan.text-primary|Color primario\r\nspan.text-secondary|Color secundario\r\np.bg-primary.text-white|Fondo primario\r\np.bg-secondary.text-white|Fondo secundario\r\np.lead|Destacado\r\nspan.text-muted|Texto apagado"
-    language:
-      language_list: un
-    drupallink:
-      linkit_enabled: false
-      linkit_profile: ''
-image_upload:
-  status: true
-  scheme: public
-  directory: inline-images
-  max_size: ''
-  max_dimensions:
-    width: null
-    height: null
-- 
GitLab