generators/bootstrap/config/site.yml.tt in locomotivecms_wagon-2.1.0.rc3 vs generators/bootstrap/config/site.yml.tt in locomotivecms_wagon-2.1.0.rc4
- old
+ new
@@ -25,9 +25,15 @@
# They can be accessed in templates through the site.seo_title, site.meta_keywords, and site.meta_description variables
seo_title: <%= @name %>
meta_keywords: "some meta keywords"
meta_description: "some meta description"
+# You can control the display of the "Properties" section in the back-office
+# metafields_ui:
+# label: Store settings # use a hash for localized versions
+# icon: shopping-cart # FontAwesome icons without the leading "fa-" string.
+# hint: "Lorem ipsum..."
+
# Each site can have its own set of custom properties organized in namespaces.
# First, define namespaces and their fields in the config/metafields_schema.yml file.
# Finally, set default values below as described in the example.
# You can access them in your liquid templates and snippets:
# {{ site.metafields.<namespace>.<field> }}