From 36de48c0c8ab2bb50798ec3ca0f5ba93a80e3239 Mon Sep 17 00:00:00 2001
From: Lily Yan <lily.yan@uwaterloo.ca>
Date: Tue, 27 Jul 2021 08:34:44 -0400
Subject: [PATCH] ISTWCMS-4753 Add SelectAll to both standard and full html
 text formats

---
 config/install/editor.editor.uw_tf_full_html.yml | 1 +
 config/install/editor.editor.uw_tf_standard.yml  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/install/editor.editor.uw_tf_full_html.yml b/config/install/editor.editor.uw_tf_full_html.yml
index 76a43503..5bf2799f 100644
--- a/config/install/editor.editor.uw_tf_full_html.yml
+++ b/config/install/editor.editor.uw_tf_full_html.yml
@@ -49,6 +49,7 @@ settings:
             - Redo
             - Find
             - Replace
+            - SelectAll
             - A11ychecker
             - Cut
             - Copy
diff --git a/config/install/editor.editor.uw_tf_standard.yml b/config/install/editor.editor.uw_tf_standard.yml
index 380e0adb..07d90b0b 100644
--- a/config/install/editor.editor.uw_tf_standard.yml
+++ b/config/install/editor.editor.uw_tf_standard.yml
@@ -25,6 +25,7 @@ settings:
           items:
             - Find
             - Replace
+            - SelectAll
         -
           name: Checkers
           items:
-- 
GitLab