- Issue created by @kmv
- 🇨🇭Switzerland berdir Switzerland
token types and hierarchy is hardcoded and depending on the parent, the token implemention there needs to find children and allow it to recurse. You can't append something to a token that's not a type.
Kind of your only option is to define your own [some:interesting:object-length] token, on the same level, as a separate token, duplicate the logic of the token you want the length of and return that.
- 🇬🇧United Kingdom kmv
Thanks for replying.
I had been hoping for some analogue of strlen or sizeof, but understood. Thanks for the clarity.
- 🇬🇧United Kingdom kmv
For those following after, here is how I resolved this...
I used the ' Link Field tweak → ' module with a custom PlugIn. This was actually a lot easier than I thought it was going to be.
Automatically closed - issue fixed for 2 weeks with no activity.