From fb265b3e67bd2206f3cb8b2a0a8b242981c8a4ca Mon Sep 17 00:00:00 2001 From: Dan Garner Date: Sat, 4 Nov 2023 12:34:50 +0000 Subject: [PATCH] Widget: expand help text for embedded widget. fixes xibosignage/xibo#3134 --- modules/embedded.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/embedded.xml b/modules/embedded.xml index 6e75e2dc27..116302d212 100644 --- a/modules/embedded.xml +++ b/modules/embedded.xml @@ -53,19 +53,20 @@ 0 - HTML to embed - Enter text or HTML in the box below. + HTML + Add HTML to be included between the BODY tag. - Custom Style Sheets + Style Sheet + Add CSS to be included immediately before the closing body tag. Please do not include style tags. JavaScript - Add JavaScript to be included in the HTML. Do not use [] array notation as this is reserved for library references. Do not include script tags. + Add JavaScript to be included immediately before the closing body tag. Do not use [] array notation as this is reserved for library references. Do not include script tags. - HEAD content to embed - Add content to appear within the HEAD tags on this embedded HTML. Please include script tags. + HEAD + Add additional tags to appear immediately before the closing head tag, such as meta, link, etc. If your JavaScript uses the [] array notation add it inside script tags here.