 .../ckeditor/Plugin/ckeditor/plugin/Internal.php   |    5 ++
 .../standard/config/editor.editor.full_html.yml    |   53 ++++++++++++++++++++
 .../standard/config/filter.format.full_html.yml    |    6 ---
 3 files changed, 58 insertions(+), 6 deletions(-)

diff --git a/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/ckeditor/plugin/Internal.php b/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/ckeditor/plugin/Internal.php
index 6c8fd54..6dbf577 100644
--- a/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/ckeditor/plugin/Internal.php
+++ b/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/ckeditor/plugin/Internal.php
@@ -220,6 +220,11 @@ public function getButtons() {
         'label' => t('Maximize'),
         'image_alternative' => $button('maximize'),
       ),
+      // "about" plugin.
+      'About' => array(
+        'label' => t('About'),
+        'image_alternative' => $button('about'),
+      ),
       // No plugin, separator "buttons" for toolbar builder UI use only.
       '|' => array(
         'label' => t('Group separator'),
diff --git a/core/profiles/standard/config/editor.editor.full_html.yml b/core/profiles/standard/config/editor.editor.full_html.yml
new file mode 100644
index 0000000..92b7ebb
--- /dev/null
+++ b/core/profiles/standard/config/editor.editor.full_html.yml
@@ -0,0 +1,53 @@
+format: full_html
+editor: ckeditor
+settings:
+  toolbar:
+    buttons:
+      -
+        - Format
+        - '|'
+        - Cut
+        - Copy
+        - Paste
+        - PasteText
+        - PasteFromWord
+        - -
+        - Undo
+        - Redo
+        - '|'
+        - Maximize
+        - ShowBlocks
+        - '|'
+        - Source
+        - '|'
+        - About
+      -
+        - Bold
+        - Italic
+        - Strike
+        - Subscript
+        - Superscript
+        - -
+        - RemoveFormat
+        - '|'
+        - NumberedList
+        - BulletedList
+        - -
+        - Outdent
+        - Indent
+        - -
+        - Blockquote
+        - '|'
+        - Link
+        - Unlink
+        - Anchor
+        - '|'
+        - Image
+        - Table
+        - HorizontalRule
+        - SpecialChar
+  plugins:
+    stylescombo:
+      styles: ''
+status: '1'
+langcode: und
diff --git a/core/profiles/standard/config/filter.format.full_html.yml b/core/profiles/standard/config/filter.format.full_html.yml
index 5c2a7a0..89b232b 100644
--- a/core/profiles/standard/config/filter.format.full_html.yml
+++ b/core/profiles/standard/config/filter.format.full_html.yml
@@ -6,12 +6,6 @@ roles:
   - administrator
 cache: '1'
 filters:
-  filter_url:
-    module: filter
-    status: '1'
-  filter_autop:
-    module: filter
-    status: '1'
   filter_htmlcorrector:
     module: filter
     status: '1'
