Version 1
[yaffs-website] / web / core / modules / system / templates / system-config-form.html.twig
diff --git a/web/core/modules/system/templates/system-config-form.html.twig b/web/core/modules/system/templates/system-config-form.html.twig
new file mode 100644 (file)
index 0000000..a3c0e8e
--- /dev/null
@@ -0,0 +1,17 @@
+{#
+/**
+ * @file
+ * Default theme implementation for a system settings form.
+ *
+ * This template will be used when a system config form specifies 'config_form'
+ * as its #theme callback.  Otherwise, by default, system config forms will be
+ * themed by form.html.twig. This does not alter the appearance of a form at
+ * all, but is provided as a convenience for themers.
+ *
+ * Available variables:
+ * - form: The confirm form.
+ *
+ * @ingroup themeable
+ */
+#}
+{{ form }}