Version 1
[yaffs-website] / web / core / modules / file / templates / file-upload-help.html.twig
diff --git a/web/core/modules/file/templates/file-upload-help.html.twig b/web/core/modules/file/templates/file-upload-help.html.twig
new file mode 100644 (file)
index 0000000..8fa6b3e
--- /dev/null
@@ -0,0 +1,14 @@
+{#
+/**
+ * @file
+ * Default theme implementation to display help text for file fields.
+ *
+ * Available variables:
+ * - descriptions: Lines of help text for uploading a file.
+ *
+ * @see template_preprocess_file_upload_help()
+ *
+ * @ingroup themeable
+ */
+#}
+{{ descriptions|safe_join('<br />') }}