* add ``{{import_adapt}}`` helper add this once to the top of the template or the beginning of the json string * allow ``{{Adapt.config.propertyName}}`` * allow ``{{Adapt.course.propertyName}}`` * allow ``{{Adapt.contentObjects.[id].propertyName}}`` * allow ``{{Adapt.articles.[id].propertyName}}`` * allow ``{{Adapt.blocks.[id].propertyName}}`` * allow ``{{Adapt.components.[id].propertyName}}`` #### Example ```handlebars {{import_adapt}} {{{Adapt.course.displayTitle}}} {{{Adapt.components.[c-05].displayText}}} ```
{{import_adapt}}helperadd this once to the top of the template or the beginning of the json string
{{Adapt.config.propertyName}}{{Adapt.course.propertyName}}{{Adapt.contentObjects.[id].propertyName}}{{Adapt.articles.[id].propertyName}}{{Adapt.blocks.[id].propertyName}}{{Adapt.components.[id].propertyName}}Example