Fix segment_data key description in configuration reference
This commit is contained in:
parent
29a467696d
commit
62a815bddf
|
@ -228,12 +228,12 @@ Themes
|
||||||
``segment_data``
|
``segment_data``
|
||||||
A dict where keys are segment names or strings ``{module}.{name}``. Used to
|
A dict where keys are segment names or strings ``{module}.{name}``. Used to
|
||||||
specify default values for various keys:
|
specify default values for various keys:
|
||||||
:ref:`after <config-theme-seg-after>`,
|
:ref:`after <config-themes-seg-after>`,
|
||||||
:ref:`args <config-themes-seg-args>` (only for function segments),
|
:ref:`args <config-themes-seg-args>` (only for function segments),
|
||||||
:ref:`before <config-theme-seg-before>`,
|
:ref:`before <config-themes-seg-before>`,
|
||||||
:ref:`contents <config-theme-seg-contents>` (only for string segments
|
:ref:`contents <config-themes-seg-contents>` (only for string segments
|
||||||
if :ref:`name <config-themes-seg-name>` is defined),
|
if :ref:`name <config-themes-seg-name>` is defined),
|
||||||
:ref:`display <config-theme-seg-display`.
|
:ref:`display <config-themes-seg-display>`.
|
||||||
When using :ref:`local themes <config-ext-local_themes>` values of these
|
When using :ref:`local themes <config-ext-local_themes>` values of these
|
||||||
keys are first searched in the segment description, then in ``segment_data``
|
keys are first searched in the segment description, then in ``segment_data``
|
||||||
key of a local theme, then in ``segment_data`` key of a :ref:`default theme
|
key of a local theme, then in ``segment_data`` key of a :ref:`default theme
|
||||||
|
@ -361,6 +361,7 @@ Themes
|
||||||
*not* included in any modes, *except* for the modes in this list.
|
*not* included in any modes, *except* for the modes in this list.
|
||||||
|
|
||||||
``display``
|
``display``
|
||||||
|
|
||||||
.. _config-themes-seg-display:
|
.. _config-themes-seg-display:
|
||||||
|
|
||||||
Boolean. If false disables displaying of the segment.
|
Boolean. If false disables displaying of the segment.
|
||||||
|
|
Loading…
Reference in New Issue