Closed mwojno-tsg closed 4 years ago
Enhancement closed in OC at revision: 26177. The following solution was followed. The reason we did not just put the OCO was when injecting into the FTL the object type has to be a String. Therefore, manually converting all types of doc props to a String. Only handling String repeating attributes.
CR: aking, dwenson
Overview
Since the ability to version/modify FTL templates within the Admin, there has been interest to using specific document properties within the FTL.
Currently, the way we would add properties to be used within the FTL would be hardcoded onto the FTL prop model. However, we want to expose all properties now so that we can easily change FTL templates.
Solution
Like stated above, we are going to add all document properties onto the prop model that injects the document attributes to be used within the FTL template.
This will bring greater flexibility to modifying the FTL templates through the admin.