Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-04-10 15:50:44 +0300
committerOlivier Paroz <github@oparoz.com>2015-04-10 15:50:44 +0300
commit50588a420c344b0a09f53c41e46dfce1397f3656 (patch)
treeb24bde118b9d4d929c37c818513107bab67c2e2b /documentation
parentf9e094039dd7b0c812ddc6e15ad1f5ed0b995c8d (diff)
Update album configuration documentation
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Album configuration.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/documentation/Album configuration.md b/documentation/Album configuration.md
index 2a3dbb5f..06bdaff7 100644
--- a/documentation/Album configuration.md
+++ b/documentation/Album configuration.md
@@ -23,6 +23,10 @@ It's advised to add a comment in the file, so that people stumbling upon that fi
Comments start with #.
Spacing is created using 2 spaces. **Do not use tabs**
+
+Take a look at the format description if you're getting error messages:
+http://symfony.com/doc/current/components/yaml/yaml_format.html
+
```
---
# Gallery+ configuration file
@@ -40,7 +44,7 @@ sorting:
### Supported variables
-* `description`: a markdown formatted string which will be displayed in the info box
+* `description`: a markdown formatted string which will be displayed in the info box. It can spread over multiple lines using the Yaml markers
* `description_link`: a markdown file located within the album and which will be parsed and displayed in the info box instead of the description
* `copyright`: a markdown formatted string. You can add links to external resources if you need to.
* `copyright_link`: any file (i.e. copyright.html), in the album itself, which will be downloaded when the user clicks on the link
@@ -83,11 +87,14 @@ sorting:
Applies to the current folder and all of its sub-folders
+This also shows you the syntax you can use to spread a description over multiple lines
```
---
# Gallery+ configuration file
information:
- description: This is our Winter 2016 collection shot in **Kyoto**
+ description: | # La Maison Bleue, Winter '16
+ This is our Winter 2016 collection shot in **Kyoto**
+ Visit out [website](http://www.secretdesigner.ninja) for more information
copyright: Copyright 2015 La Maison Bleue, France
copyright_link: copyright_2015_lmb.html
inherit: yes