Skip to content

Commit

Permalink
fix: default value for exclude_from_rendering attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolforg committed Jun 18, 2022
1 parent c981895 commit f7f8089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/common/sif_file_format.rst
Expand Up @@ -257,7 +257,7 @@ Attributes
:version: <optional> <string> A string (usually in the `semantic versioning <https://semver.org/>`_) that represents the layer implementation version
:desc: <optional> <string> Layer description. GUI uses it as layer label.
:active: <optional> <boolean> If layer will be 'rendered'/'applied' in an visual editor. See ``exclude_from_rendering``. Default: true.
:exclude_from_rendering: <optional> <boolean> If layer will be rendered/applied. See ``active``. Default: true.
:exclude_from_rendering: <optional> <boolean> If layer will be rendered/applied. See ``active``. Default: false.

'param'
------------------------------------------
Expand Down

0 comments on commit f7f8089

Please sign in to comment.