I've read other related article on Sourceforge (ie. How to create a custom asset-attributes.hbs for each new artifact for the STORE) which helped greatly though it didn't provide specific details to overcome the following issue I have.
I have created a custom asset RXT file together with it's own overview.hbs and various partial hbs templates. I have also used the {{dump .}} command to assist with viewing the JSON format.
In the RTX one of the tables presented in the WSO2 Service Registry 'Publish tool is configured as unbounded rows made of a mix of text and options fields (6 fields (columns) in all).
I'm unsure how to present it in the 'Store' tool however as each of the fields in the row is stored as a separate JSON array. Are there any examples available of how the partial .hbs config can written to loop through each table row (ie. get row[1] of each of the field arrays and style it before then going to row[2])? Is there a way to write this into the .hbs file or do I need to change/customise the JSON transaction so that each row is it's own array of the 6 values which can then be looped through in the .hbs
Any advise or pointers to documentation and examples would be greatly appreciated. Thanks in advance for the help.