Version 1
[yaffs-website] / web / core / themes / classy / templates / content-edit / file-upload-help.html.twig
diff --git a/web/core/themes/classy/templates/content-edit/file-upload-help.html.twig b/web/core/themes/classy/templates/content-edit/file-upload-help.html.twig
new file mode 100644 (file)
index 0000000..d05822e
--- /dev/null
@@ -0,0 +1,12 @@
+{#
+/**
+ * @file
+ * Theme override to display help text for file fields.
+ *
+ * Available variables:
+ * - descriptions: Lines of help text for uploading a file.
+ *
+ * @see template_preprocess_file_upload_help()
+ */
+#}
+{{ descriptions|safe_join('<br />') }}