Setting the evolution
This page describes the evolution placement.
Evolution’s syntax is composed of 5 pipes | and a x which represents the position
example : |..|..|.x.|..|
The interval between the pipes represents the stages of evolution:
|.........|........|....x...|.......|
stage1 stage2 stage3 stage4
you can add as many dots (.) (even zero) as you want. This allows fine-tuning the placement of the component on the evolution
Inline configuration
It is possible to set the evolution “inline” for a component:
example:
mycomponent: |..|..|..x..|..|
block configuration
If you have decalred a block configuration for the component, you can use the evolution keyword like this:
mycomponent: {
evolution: |..|..|..x..|..|
}
Evolution
You can add a > to display the evolution of the component.
example:
mycomponent: |..|..|..x..|.>.|
Last modified June 13, 2023: Merge pull request #103 from owulveryck/small-improvements (2abbea6)