myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2792] trunk/config/default_settings.yml: Added s


From: noreply
Subject: [myexperiment-hackers] [2792] trunk/config/default_settings.yml: Added some documentation on layout use
Date: Wed, 9 Nov 2011 05:46:31 -0500 (EST)

Revision
2792
Author
fbacall
Date
2011-11-09 05:46:15 -0500 (Wed, 09 Nov 2011)

Log Message

Added some documentation on layout use

Modified Paths

Diff

Modified: trunk/config/default_settings.yml (2791 => 2792)


--- trunk/config/default_settings.yml	2011-11-09 10:30:21 UTC (rev 2791)
+++ trunk/config/default_settings.yml	2011-11-09 10:46:15 UTC (rev 2792)
@@ -457,3 +457,21 @@
 
 recaptcha_private:
 
+# Layouts - Gives a custom theme to a group and, when specified by the uploader, other contributions that are
+#           shared with that group
+#
+#     network_id: the ID of the group to be skinned
+#     stylesheets: a list of stylesheets to be used
+#     layout: a path to the page layout. Defines the overall structure of the page,
+#     environment: the environment for which this layout should apply (test/development/production). If not specified,
+#                  will be loaded in all environments. (OPTIONAL)
+#
+#
+#     Example:
+#
+#     example_layout:
+#       network_id: 123
+#       stylesheets:
+#         - styles
+#         - custom_stylesheet
+#       layout: layouts/myexperiment

reply via email to

[Prev in Thread] Current Thread [Next in Thread]