[Doc/designspaceLib] mark rule 'name' as optional
This commit is contained in:
parent
162ad1c842
commit
23af3227b7
@ -309,9 +309,9 @@ AxisDescriptor object
|
||||
RuleDescriptor object
|
||||
=====================
|
||||
|
||||
- ``name``: string. Unique name for this rule. Will be used to
|
||||
- ``name``: string. Unique name for this rule. Can be used to
|
||||
reference this rule data.
|
||||
- ``conditionSets``: a list conditionsets
|
||||
- ``conditionSets``: a list of conditionsets
|
||||
- Each conditionset is a list of conditions.
|
||||
- Each condition is a dict with ``name``, ``minimum`` and ``maximum`` keys.
|
||||
|
||||
@ -861,7 +861,7 @@ Example
|
||||
Attributes
|
||||
----------
|
||||
|
||||
- ``name``: required, string. A unique name that can be used to
|
||||
- ``name``: optional, string. A unique name that can be used to
|
||||
identify this rule if it needs to be referenced elsewhere.
|
||||
|
||||
5.1.1 conditionset element
|
||||
|
Loading…
x
Reference in New Issue
Block a user