2021-02-28 15:25:50 +00:00
|
|
|
|
# If true, this indicates that the symbol should always have
|
|
|
|
|
|
|
|
|
|
# a symbol nested within its nesting area(s).
|
|
|
|
|
|
|
|
|
|
always_nest = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If true, this indicates that the symbol should always
|
|
|
|
|
|
|
|
|
|
# be nested inside another symbol's nesting area.
|
|
|
|
|
|
2021-03-04 16:27:21 +00:00
|
|
|
|
always_be_nested = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If true, this indicates that the symbol should never
|
|
|
|
|
|
|
|
|
|
# be nested inside another symbol's nesting area.
|
|
|
|
|
|
2021-03-05 00:50:25 +00:00
|
|
|
|
never_be_nested = true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If true, this indicates that the symbol nested on this
|
|
|
|
|
|
|
|
|
|
# symbol’s nesting area should have its colors inverted.
|
|
|
|
|
|
|
|
|
|
invert_nested = true
|