We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65de817 commit bef892cCopy full SHA for bef892c
1 file changed
README.md
@@ -43,7 +43,8 @@ For each Device Type you need to add a DeviceView.
43
44
It is based on a CSS grid view with 32 columns and 2 rows.
45
You need to specify the grid-template-areas.
46
-- Interface positions will use the following format: {interfacename}{module}-{port}
+- Interface positions will use the following format: {interfacename}{module}-{port}
47
+ or fallback to all lower case + [^.a-zA-Z\d] changed to "-"
48
- leading "empties" can be specified as x
49
- trailing "empties" can be specified as z
50
- between "empties" can be named s{0-99}
0 commit comments