From 042fa09294882c44ec8729dd5615a12544969a9f Mon Sep 17 00:00:00 2001 From: Clay Griffiths Date: Tue, 7 Jan 2025 10:38:55 -0600 Subject: [PATCH] `gpwc-limit-line-breaks.js`: Migrated from experimental folder. --- {experimental => gp-word-count}/gpwc-limit-line-breaks.js | 3 +++ 1 file changed, 3 insertions(+) rename {experimental => gp-word-count}/gpwc-limit-line-breaks.js (93%) diff --git a/experimental/gpwc-limit-line-breaks.js b/gp-word-count/gpwc-limit-line-breaks.js similarity index 93% rename from experimental/gpwc-limit-line-breaks.js rename to gp-word-count/gpwc-limit-line-breaks.js index fe2028b11..ee02dea6e 100644 --- a/experimental/gpwc-limit-line-breaks.js +++ b/gp-word-count/gpwc-limit-line-breaks.js @@ -1,3 +1,6 @@ +/** + * Experimental Snippet 🧪 + */ // Limit the number of line breaks allowed in a GPWC field var form_id = 553; // Update this to the form ID var field_id = 1; // Update this to the field ID