diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/techspecs/layout_files.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/layout_files.rst b/docs/source/techspecs/layout_files.rst index b8a1aa4c231..4d7f9f5d712 100644 --- a/docs/source/techspecs/layout_files.rst +++ b/docs/source/techspecs/layout_files.rst @@ -740,8 +740,8 @@ displays visible. Collections are created using ``collection`` elements inside ``view``, ``group`` and other ``collection`` elements. A collection element must have a ``name`` attribute providing the display name -for the collection. Collection names should be unique within a view. The -initial visibility of a collection may be specified by providing a ``visible`` +for the collection. Collection names must be unique within a view. The initial +visibility of a collection may be specified by providing a ``visible`` attribute. Set the ``visible`` attribute to ``yes`` if the collection should be initially visible, or ``no`` if it should be initially hidden. Collections are initially visible by default. |