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

---
 config/install/editor.editor.uw_tf_standard.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config/install/editor.editor.uw_tf_standard.yml b/config/install/editor.editor.uw_tf_standard.yml
index 3104fafb..380e0adb 100644
--- a/config/install/editor.editor.uw_tf_standard.yml
+++ b/config/install/editor.editor.uw_tf_standard.yml
@@ -20,6 +20,11 @@ settings:
           items:
             - Undo
             - Redo
+        -
+          name: Find
+          items:
+            - Find
+            - Replace
         -
           name: Checkers
           items:
-- 
GitLab