From f69da3f84d45a99e6fe28d19fc16c22bd5e45c70 Mon Sep 17 00:00:00 2001
From: Lily Yan <lily.yan@uwaterloo.ca>
Date: Tue, 13 Jul 2021 14:21:27 -0400
Subject: [PATCH] ISTWCMS-4752 Add find and replace to full html text format

---
 config/install/editor.editor.uw_tf_full_html.yml | 2 ++
 1 file 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 f9fc9361..76a43503 100644
--- a/config/install/editor.editor.uw_tf_full_html.yml
+++ b/config/install/editor.editor.uw_tf_full_html.yml
@@ -47,6 +47,8 @@ settings:
           items:
             - Undo
             - Redo
+            - Find
+            - Replace
             - A11ychecker
             - Cut
             - Copy
-- 
GitLab