mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 09:51:10 +01:00
00153f8068
This could happen when configs are inherited, but aliases redefined (a rare case so far).
19 lines
249 B
INI
19 lines
249 B
INI
parent 165_design_alias_parent_override.parent.cfg
|
|
|
|
# the following designA will have these 2 alias names. alias2 will be gone
|
|
BOX designA, alias1, alias3
|
|
|
|
sample
|
|
A from regular config
|
|
ends
|
|
|
|
shapes {
|
|
w ("Ab")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
END designA
|