I'm getting somewhere using uib-element
nodes, and modifying them with css from chained uid-update
nodes, like this;
[{"id":"ada7df8996acdd89","type":"uib-element","z":"1326aadbacf36704","g":"db18aa2d5896df30","name":"","topic":"","elementtype":"article","parent":"#more","parentSource":"","parentSourceType":"str","elementid":"tb1","elementId":"","elementIdSourceType":"str","heading":"","headingSourceType":"str","headingLevel":"h2","data":"payload","dataSourceType":"msg","position":"1","positionSourceType":"str","passthrough":false,"confData":{},"x":930,"y":1420,"wires":[["dcbe3da3fe079096"]]},{"id":"8648b7f99b0fe6cc","type":"link out","z":"1326aadbacf36704","g":"db18aa2d5896df30","name":"link out 3","mode":"link","links":["869f73c536d38982"],"x":1335,"y":1420,"wires":[]},{"id":"94b51a071dd14fa1","type":"uib-element","z":"1326aadbacf36704","g":"db18aa2d5896df30","name":"","topic":"","elementtype":"article","parent":"#more","parentSource":"","parentSourceType":"str","elementid":"tb2","elementId":"","elementIdSourceType":"str","heading":"","headingSourceType":"str","headingLevel":"h2","data":"payload","dataSourceType":"msg","position":"2","positionSourceType":"str","passthrough":false,"confData":{},"x":930,"y":1460,"wires":[["dcbe3da3fe079096"]]},{"id":"26eba994a103bc64","type":"uib-element","z":"1326aadbacf36704","g":"db18aa2d5896df30","name":"","topic":"","elementtype":"article","parent":"#more","parentSource":"","parentSourceType":"str","elementid":"tb3","elementId":"","elementIdSourceType":"str","heading":"","headingSourceType":"str","headingLevel":"h2","data":"payload","dataSourceType":"msg","position":"3","positionSourceType":"str","passthrough":false,"confData":{},"x":930,"y":1500,"wires":[["dcbe3da3fe079096"]]},{"id":"49b1423c424047a4","type":"uib-element","z":"1326aadbacf36704","g":"db18aa2d5896df30","name":"","topic":"","elementtype":"article","parent":"#more","parentSource":"","parentSourceType":"str","elementid":"tb4","elementId":"","elementIdSourceType":"str","heading":"","headingSourceType":"str","headingLevel":"h2","data":"payload","dataSourceType":"msg","position":"4","positionSourceType":"str","passthrough":false,"confData":{},"x":930,"y":1540,"wires":[["dcbe3da3fe079096"]]},{"id":"dcbe3da3fe079096","type":"uib-update","z":"1326aadbacf36704","g":"db18aa2d5896df30","name":"css","topic":"","mode":"update","modeSourceType":"update","cssSelector":"div[id^=\"tb\"].box","cssSelectorType":"str","slotSourceProp":"payload","slotSourcePropType":"msg","attribsSource":"{\"style\":\"border: 0px; padding: 1px; width: 120px;\"}","attribsSourceType":"json","slotPropMarkdown":false,"x":1130,"y":1420,"wires":[["f16fe283525b04ae"]]},{"id":"f16fe283525b04ae","type":"uib-update","z":"1326aadbacf36704","g":"db18aa2d5896df30","name":"css","topic":"","mode":"update","modeSourceType":"update","cssSelector":"article","cssSelectorType":"str","slotSourceProp":"","slotSourcePropType":"str","attribsSource":"{\"style\":\"margin: 0.1rem;\"}","attribsSourceType":"json","slotPropMarkdown":false,"x":1250,"y":1420,"wires":[["8648b7f99b0fe6cc"]]}]
...and so far I get;
Any suggestions to centre the text or improve it? See following post!
Also.. in each uib-element
node I've numbered their position
with numbers 1 to 4 (tb1 = 1, tb2 = 2, tb3 = 3, etc), but it doesn't seem to make any difference, and they appear in the wrong order. Fixed in following post