From 2b8531046e930a8a8a1c63aca0c58a4cf73dbf72 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 25 Mar 2021 18:03:45 -0700 Subject: [PATCH] hide text_area action menu for now --- app/views/content/form/field_types/_text.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/content/form/field_types/_text.html.erb b/app/views/content/form/field_types/_text.html.erb index 785bb85d..08e3b5ee 100644 --- a/app/views/content/form/field_types/_text.html.erb +++ b/app/views/content/form/field_types/_text.html.erb @@ -30,6 +30,11 @@ } %> +

+ Tip: Press @ to add a link to your other pages. +

+ + \ No newline at end of file