Best practices for reuse

We have quite a few areas in our system where I’d love to be able to “pull in” a Dimensions type (WxH or WxHxD). What’s the best way to do this in ERPNext? I note that Child types exist but that looks like a one-to-many which isn’t really what I’m looking for (e.g. a gift card only has one set of dimensions).

You can use the child table in any standard doctype as the example I wrote in your other post

However as mentioned you can not reuse this in child doctypes